Guides
Guides

FAQ

This FAQ compiles answers to common questions about using the Mudrex Futures API, such as how to interpret decimals, how rate limits work, which leverage setting takes precedence, and what isolated versus cross margin means. Refer here for clarifications and best practices that are not covered in the endpoint reference.

What does offset mean on list endpoints?

End-time boundary in Unix ms. Results are returned up to that time. If omitted, current server time is used.

Which leverage wins if I set it via Leverage API and in Order Create?

The leverage value in Order Create overrides and updates leverage for that asset/position.

MARKET vs LIMIT orders

Set trigger_type to "MARKET" or "LIMIT". For "LIMIT", include order_price.

Decimal inputs

Send decimals as strings (e.g., "0.001", "107526") to avoid precision issues.

Do I need public endpoints or HMAC headers?

No. All /fapi/v1 endpoints require X-Authentication. Public endpoints and HMAC are not part of MVP.