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.
sellCurrencystringRequired

Currency the client gives up (ISO 4217).

buyCurrencystringRequired

Currency the client receives (ISO 4217).

sideenumRequired

sellamount is the sell leg. buyamount is the buy leg.

Allowed values:
amountstringRequired
Positive decimal string.

Response

Quotes across all execution options.
quoteslist of objects

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