v1
latestOpenAPI 3.1.02026-07-24590534.0 KBPurchase 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}¤cy={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
To fetch available networks: https://docs.quidax.io/docs/supported-crypto-assets
Response
200
Example response
{
"status": "ok",
"message": "Fiat currency amount retrieved",
"data": {
"fee": "50.0",
"to_amount": "15947.94"
}
}