Request quotes
POST/v1/quotes
Request quotes using specified criteria. Either the buy amount or sell amount is required, but not both.
Request
Responses
- 200
- 401
- 403
- 409
- 500
Quote successfully requested
Authentication token is required for this action that was not provided, expired or invalid.
Not authorized for the requested action.
Action could not be completed because of conflict.
Internal server error.