Request Quote
POST/b2b/quotes
Request a price quote for an asset, that may be used to execute a trade later on.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 408
- 409
- 429
- 500
- 503
Response
Bad Request. Error codes:
EAPI:Quantity is too small for asset— not retryableEAPI:Quantity is too large for asset— not retryableENexus:Unknown quote asset— not retryableENexus:Asset disabled— not retryableENexus:Unknown amount asset— not retryableEAPI:InvalidParameter— not retryable
Unauthorized — authentication failed or credentials are missing/invalid. Not retryable.
Forbidden. Error codes:
EAPI:User Locked— not retryable (terminal)EPTL:UserKycDenyTrading— not retryable (terminal)
Not Found — the requested resource does not exist. Not retryable.
Request Timeout — the request took too long to process. Retryable.
Conflict. Error codes:
EPTL:Not enough depth on book— retryable (market conditions)EAPI:Potential wash trade— not retryable (terminal)
Too Many Requests — rate limit exceeded. Retryable with backoff.
Internal Server Error — an unexpected error occurred. Generally retryable.
Service Unavailable — the service is temporarily unavailable. Retryable.