Fetch Sell Quotation
POST/v1/quote/sell
Get quotation for selling crypto tokens. To get quotation by fiat amount, pass fiatAmount field. To get quotation by crypto amount, pass sellTokenAmount field.
Request
Responses
- 200
- 400
- 401
Returns sell quotation for the requested token or fiat amount.
Bad Request — invalid or missing quotation parameters.
Unauthorized — missing or expired Bearer token or API key.