Skip to main content
POST
Get quote

Authorizations

x-service-key
string
header
required

Body

application/json
amount
number
required

The fiat amount to to deposit for onramp

Example:

10000

currency
enum<string>
required

The fiat currency to deposit for onramp

Available options:
NGN
Example:

"NGN"

asset
enum<string>
required

The crypto asset to receive after onramp

Available options:
ethereum:usdc,
base:usdc,
arbitrum:usdc,
solana:usdc,
bsc:usdc,
polygon:usdc,
optimism:usdc,
avalanche:usdc,
ethereum:usdt,
arbitrum:usdt,
solana:usdt,
polygon:usdt,
bsc:usdt,
optimism:usdt,
avalanche:usdt,
base:cngn,
bsc:cngn
Example:

"base:usdc"

is_exact_output
boolean
default:false

Whether the amount specified is the exact output amount in crypto asset

Example:

false

Response

200 - application/json

Onramp quote fetched successfully

success
boolean
Example:

true

status
integer
Example:

200

message
string
Example:

"Onramp quote fetched successfully"

timestamp
string<date-time>
Example:

"2025-09-09T23:00:02.682Z"

data
object