Compute market quote
POST/v1/cefi/markets/quote
Calculate a quote preview for an asset using current visible order book depth. Supports both base quantity and quote (notional) quantity via the required qty_unit parameter.
In schema v2024_01_01, successful responses contain only qty and price.
For qty_unit=QUOTE, the exchange computes the largest executable base quantity that fits within the requested quote amount while respecting the instrument's base increment at the final consumed price level. As a result, in schema v2026_01_23 the returned notional may be slightly less than the requested quote amount and the difference is reported in notional_residual.
Request
Responses
- 200
- 400
- 404
- 500
- 503
Successful operation.
Bad request.
Not found.
Internal server error.
Service unavailable.