/api/v1/exchanges/currency_rates
Returns trading rules, current market rates, and order limits for a specific trading pair on an exchange.
Query Parameters
Unique exchange code (e.g. binance, okx). Use the Supported markets list endpoint to retrieve valid codes.
Trading pair in Quentrade format (e.g. BTC_ETH).
Defines the type of trading limits returned based on the selected trading tool: 'bot' for DCA, Signal, and Grid Bots, or 'smart_trade' for SmartTrade limits.
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. USDT).
The name of the pricing strategy applied.
The strategy by which contract prices are computed.
The type of market instrument (e.g. spot, futures).
Minimum allowed order price.
Maximum allowed order price.
Minimum price increment / tick size.
Minimum 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.
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.
Maximum allowed lot size in Base currency.