v1
latestOpenAPI 3.1.02026-07-24590534.0 KBPurchase Quotes (BUY)
Retrieves real-time exchange quotes between a fiat currency and a cryptocurrency, including estimated fiat processing fees.
get/purchase_quotes/buy?currency={currency}&token={token}&fiat_amount={fiat_amount}&token_network={token_network}
Path parameters
currency'ngn' | 'ghs' required
Fiat currency: ngn
token'usdt' | 'usdc' | 'xaut' | 'usat' required
Token currency: usdt
fiat_amountstring required
token_network'celo' | 'polygon' | 'erc20' | 'bep20' | 'lsk' | 'solana' | 'base' | 'ton' | 'trc20' required
Available networks: https://docs.quidax.io/docs/supported-crypto-assets
Response
200
Example response
{
"status": "ok",
"message": "Crypto currency amount retrieved",
"data": {
"fee": "0.5",
"to_amount": "11.93"
}
}