/api/v1/exchanges/currency_rates_with_leverage_data
Returns current market rates, trading rules, and ticker information along with detailed leverage configuration parameters on the futures exchange.
Query Parameters
Unique exchange code in the Quentrade system (e.g. binance_futures, bybit_futures). Use the Supported markets list endpoint to get valid codes.
Trading pair in Quentrade format (e.g. BNFCR_1INCHUSDT, USDT_BTC). Use the All market pairs endpoint to get valid pairs.
Example Request
Response Parameters
Last executed trade price.
Current highest buying price (best bid).
Current lowest selling price (best ask).
Ask price of ticker from the orderbook.
Bid price of ticker from the orderbook.
Last price of ticker from the orderbook.
Quote currency ticker used for orderbook pricing (e.g. BNFCR, USDT).
The name of the pricing strategy applied.
The strategy by which contract prices are calculated.
Represents leverage configurations available for this pair.
The type of leverage available (e.g. cross, isolated).
Display name of the leverage option available for this contract.
Indicates whether a custom leverage value can be configured.
Available predefined leverage multiplier values for this pair.
The maximum leverage multiplier allowed for this contract.
Contains minimum and maximum leverage bounds (e.g. min: 1, max: 25.0).
The type of market instrument (e.g. linear_futures, inverse_futures).
Minimum allowed order price.
Maximum allowed order price.
Minimum price increment / tick size.
Minimum order lot size in Base currency.
Maximum order lot size in Base currency.
Lot size increment step in Base currency.
Maximum order amount in Base currency for market buy.
Maximum order amount in Base currency for market sell.
Minimum order amount in Base currency for market buy.
Minimum order amount in Base currency for market sell.
Multiplier applied to decrease the bid price.
Multiplier applied to increase the bid price.
Multiplier applied to increase the ask price.
Multiplier applied to decrease the ask price.
Minimum allowed order total in Quote currency.
Minimum allowed market order total in Quote currency.
Maximum allowed order total in Quote currency.