Get quote for exchange

Returns a quote for an exchange operation. This is a signed endpoint requiring timestamp in body and x-signature header. Rate limit: 5 requests per 60 seconds.

Body Params
string
required

Source asset ticker symbol

string
required

Target asset ticker symbol

string

Amount to exchange from source asset (required when side=from)

string

Amount to receive in target asset (required when side=to)

string
enum
required

Specifies which amount is fixed: 'from' for source amount, 'to' for target amount

Allowed:
number
required

Request timestamp in Unix milliseconds (used for signature validation)

number
Defaults to 5000

Maximum time window in milliseconds for request validity (max 60000)

Headers
string
required

API Key for authentication

string
required

HMAC-SHA256 signature of the request body

Responses

Language
LoadingLoading…
Response
Choose an example:
application/json