Get Supported Networks and Limits (v1)
Get Supported Networks and Limits
Field notes (recovered from legacy docs)
Get Supported Networks and Limits
Response field values
| Field | Possible Values |
|---|---|
transaction_type (query) | WITHDRAW, DEPOSIT |
coins (query) | Comma-separated symbols, e.g. USDT, USDT,BTC |
network_list[] fields | Varies by network; may include network_fee, depositMin, minAccuracy, address_regex, memo_regex, processing_time |
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 coins parameter
Related topics
Get User Limits (v1)Get Wallet Address (v1)Supported ConfigurationsGet Buy Quote (v1)Overview