Get Order Quote
Orders
Get Order Quote
Get a price quote for an order without placing it
POST
Get Order Quote
Overview
Get an estimated price quote for an order without actually placing it. This is useful for previewing the expected execution price and fees before committing to a trade. This endpoint requires authentication with an API key that has Trade scope.Authentication
Your API key with Trade scope
Request Body
Trading pair symbolExample:
USDT-NGNAllowed values: USDT-NGN, USDC-NGN, USD-NGNOrder sideAllowed values:
buy, sellOrder typeAllowed values:
limit, marketOrder price (required for limit orders)Example:
1545.00Required when
type is limit. Not allowed for market orders.Order quantity in base assetExample:
100.00Request Examples
Response
Indicates if the request was successful
Human-readable response message
Order quote details
ISO 8601 timestamp of the response
Success Response
Error Responses
Notes
- Quotes are estimates based on the current state of the orderbook and may differ from the actual execution price.
- The quote does not reserve liquidity or lock funds.
- For market orders, the estimated price is the volume-weighted average price across the available orderbook depth.
Rate Limits
- 100 requests per minute per API key
Next Steps
Place Order
Place the order after reviewing the quote
Get Orderbook
View the full orderbook depth