Skip to main content
POST
Estimate crypto amount for a fiat payment

Authorizations

Authorization
string
header
required

API key for /api/v1/* endpoints

Body

application/json
crypto_asset
enum<string>
required

Crypto asset

Available options:
BTC,
TRX,
BNB,
TON,
USDT,
ETH,
USDC,
SOL
network
enum<string>
required

Blockchain network

Available options:
Bitcoin,
Binance_Smart_Chain,
Ethereum,
Solana,
Tron,
Base,
Arbitrum,
TON
amount
string
required

Fiat amount

Example:

"50000"

currency
string
required

Fiat currency

Example:

"NGN"

reference
string
required

Session reference

Example:

"cs-abc123"

Response

Payment estimate calculated successfully.