Request comparative quotes (RFQ)
Request comparative quotes (RFQ)
Returns quotes across all execution options available on the platform.
The client's enrolled option will have `executable: true`; all others will
have `executable: false` and are shown as indicative alternatives only.
Non-executable quotes include an `estimatedSettlementAt` for comparison
but **cannot** be submitted to `POST /v1/quotes/{quoteId}/accept`.
Idempotency: **none** — RFQs are side-effect-free.
Authentication
AuthorizationBearer
Token obtained via the login flow.
Request
This endpoint expects an object.
sellCurrency
Currency the client gives up (ISO 4217).
buyCurrency
Currency the client receives (ISO 4217).
side
sell — amount is the sell leg. buy — amount is the buy leg.
Allowed values:
amount
Positive decimal string.
Response
Quotes across all execution options.
quotes
One entry per available execution option. Options where executable is
false are informational only and cannot be accepted.
Errors
400
Bad Request Error
401
Unauthorized Error