Get On-ramp Quote
On-ramp
Get On-ramp Quote
Fetch a live exchange rate estimate before initiating an on-ramp
POST
Get On-ramp Quote
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 of the request payload using your API secretExample:
"5e73d044c44d733fcf819ad3409aaa..."Example:
"2025-03-15T09:45:53.000Z"Example:
"550e8400-e29b-41d4-a716-446655440000"Example:
"your-access-id-here"Example:
"application/json"Body
Amount the customer will pay in
fiatCurrency, in whole units (e.g. NGN — not kobo)Example: 50000ISO 4217 fiat currency code. Defaults to
NGNExample: "NGN"Symbol of the cryptocurrency to deliverExample:
"USDT"Blockchain network to deliver the crypto on. Use a chain
id from
Fetch On-ramp Chains.Example: "tron"Response
Example:
"success"Example:
"Quote generated"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
Body
application/json