Fetch On-ramp Coins
On-ramp
Fetch On-ramp Coins
List cryptocurrencies available for on-ramp delivery, optionally filtered by chain
GET
Fetch On-ramp Coins
Auth method: Signed (HMAC) — this endpoint requires the full set of signed
headers:
x-access-id, x-request-id, x-timestamp, and an HMAC-SHA256
authorization signature. See Authentication.Headers
Base64-encoded HMAC-SHA256 signature using your API secret
Example:
"2025-03-15T09:45:53.000Z"Example:
"550e8400-e29b-41d4-a716-446655440000"Example:
"your-access-id-here"Query Parameters
Filter coins to those supported on a specific chain. Must match a chain
id from
Fetch On-ramp Chains.Example: "tron"Response
Example:
"success"Example:
"success"Array of supported coins
Authorizations
Signed (HMAC) authentication. Required headers: x-access-id, x-request-id (UUID v4), x-timestamp (ISO 8601), and authorization (Base64 HMAC-SHA256 signature of {timeStamp, requestId, accessId} using your access secret).
Headers
Query Parameters
Filter to coins supported on this chain ID