Skip to main content
POST
Get quote

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
idempotencyKey
string<uuid>
required

Universally unique identifier (UUID v4) idempotency key. This key is utilized to ensure exactly-once execution of mutating requests.

Example:

"ba943ff1-ca16-49b2-ba55-1057e70ca5c7"

type
enum<string>
required

The type of exchange.

Available options:
reference,
tradable
Example:

"tradable"

from
object
required
to
object
required

Response

Successfully fetched quote.

data
object