v1

latestOpenAPI 3.1.02026-07-24590534.0 KB

Purchase Quotes (SELL)

Retrieves real-time exchange quotes between a fiat currency and a cryptocurrency, including estimated blockchain processing fees.

get/purchase_quotes/sell?token={token}&currency={currency}&token_amount={token_amount}&token_network={token_network}

Path parameters

tokenstring required

Allowed values: usdt

currencystring required

Fiat currency: ngn

token_amountstring required
token_network'celo' | 'polygon' | 'erc20' | 'bep20' | 'lsk' | 'solana' | 'base' | 'ton' | 'trc20' required

Response

200

statusstring
messagestring

Example response

{
  "status": "ok",
  "message": "Fiat currency amount retrieved",
  "data": {
    "fee": "50.0",
    "to_amount": "15947.94"
  }
}