Skip to main content
POST
Get off-ramp quote

Authorizations

x-api-key
string
header
required

Your Zet API key. Contact zetdotmoney@gmail.com to obtain your keys.

Body

application/json
amount
string
required

Amount of crypto to sell.

Example:

"100"

tokenSymbol
enum<string>
required
Available options:
CNGN,
USDC,
ETH,
cbBTC,
BNB,
USDT
Example:

"USDC"

bankCode
string
required

Nigerian bank code from /onramp/banks.

Example:

"044"

accountNumber
string
required

10-digit NUBAN account number.

Example:

"0123456789"

chain
enum<string>
default:base

Primary chains where Zet-managed wallets operate

Available options:
base,
bsc

Response

Quote generated with verified bank details.

success
boolean
Example:

true

data
object