Get Buy Quote (v1)
Get Buy Quote
Field notes (recovered from legacy docs)
Get External Sell Quote
Response field values
| Field | Possible Values |
|---|---|
transaction_type | EXTERNAL_SELL |
other_details.fiat_settlement_time.unit | HOURS |
fee_breakup keys | platform_fee, network_fee, client_fee, discount, tax_on_fee, tds |
At least one of from_amount or to_amount must be provided with a non-zero value.
Get External Wallet Quote
Behavior
At least one of from_amount or to_amount must be provided with a non-zero value.
Response field values
| Field | Possible Values |
|---|---|
fee_breakup keys | platform_fee, network_fee, client_fee, discount, tax_on_fee, tds |
Headers
Your API key (configured in credentials)
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.
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.
Unique request identifier (auto-generated) Any unique string per request, e.g. a UUID.
User UUID (set above)
Query Parameters
The from_currency parameter
The to_currency parameter
The network parameter
The to_amount parameter
The from_amount parameter
Related topics
Get Sell Quote (v1)Get Buy Transaction Details (v1)Create Buy Transaction (v1)Create Pool Buy Transaction (v1)Get Transaction Details (v1)