Fetch On-ramp Chains
On-ramp
Fetch On-ramp Chains
List blockchain networks available for on-ramp delivery
GET
Fetch On-ramp Chains
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"Response
Example:
"success"Example:
"success"Array of supported chains
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).