/api/v1/exchanges/:id/leverage_data
Returns a list of leverage configurations and margin modes (cross, isolated, none) supported by the exchange market for an account and trading pair.
Path Parameters
Unique Quentrade UUID of this exchange account entity.
Query Parameters
The trading pair to query leverage limits for (e.g. USDT_BTC or USDC_DOGE).
Example Request
Response Parameters
Unique code identifying the leverage mode (none, cross, isolated).
Display name for the leverage mode.
Indicates whether the leverage value can be configured by the user (true) or is fixed (false).
Maximum allowable leverage multiplier for this type, or null if default/unlimited.
List of specific discrete leverage values supported by the exchange, if applicable.
Object specifying minimum and maximum allowable leverage limits.
Minimum allowable leverage value (e.g. "1.0").
Maximum allowable leverage value, or null if unbounded.