Get External Wallet Quote
This endpoint covers 2 documented variants, distinguished by query parameter value:
- Get External Sell Quote (
get-external-sell-quote): Generate a quote for selling crypto from an external wallet. - Get External Wallet Quote (
get-buy-quote): Get a quote for buying crypto into an external wallet.
400001: missing or invalid parameters; 402001: unsupported currency pair; 5013: amount less than min withdraw amount; 402009: price not available; 402010: service temporarily unavailable; 901011: service configuration missing. please contact support; 499999: Something went wrong!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
Source currency symbol.
Destination currency symbol.
External wallet network.
Source amount. At least one of from_amount or to_amount must be non-zero.
Destination amount. At least one of from_amount or to_amount must be non-zero.
Optional payment method hint.
Optional client UUID used only when OID is not already present.
Related topics
Get External Sell QuoteGet External Sell Transaction DetailsExternal Buy QuoteCreate External BuyGet Sell Transaction Details