Skip to main content
GET
Get Quote
Sell-direction variant of the shared quote endpoint - generates a quote for selling crypto from an external wallet.

Headers

X-Api-Key
string
required

Your API key (configured in credentials)

X-Signature
string
required

HMAC-SHA256 signature (auto-generated) To test manually: HMAC-SHA256 of apiKey + timestamp (or apiKey + timestamp + userId when X-User-Id is required), keyed with your API secret. The HMAC Generator flow computes this for you.

X-Timestamp
string
required

Unix timestamp in seconds (auto-generated) Unix seconds, e.g. Math.floor(Date.now() / 1000). Must match the timestamp used in the X-Signature computation.

X-Request-Id
string
required

Unique request identifier (auto-generated) Any unique string per request, e.g. a UUID.

X-User-Id
string
required

User UUID (set above)

Query Parameters

from_currency
string
required

Source currency symbol.

to_currency
string
required

Destination currency symbol.

network
string
required

External wallet network.

from_amount
number

Source amount. At least one of from_amount or to_amount must be non-zero.

to_amount
number

Destination amount. At least one of from_amount or to_amount must be non-zero.

payment_method
string

Optional payment method hint.

client_id
string

Optional client UUID used only when OID is not already present.

Response

Successful response

success
boolean
data
object