v1
latestOpenAPI 3.1.02026-07-24590534.0 KBPurchase Limits (BUY)
Retrieves the minimum and maximum allowed purchase amounts for fiat currency transactions.
get/purchase_limits/buy?currency_symbol={currency_symbol}
Path parameters
currency_symbol'ngn' | 'ghs' required
Fiat currency, Eg: ngn
Response
200
Example response
{
"status": "ok",
"message": "Fiat currency limit retrieved",
"data": {
"code": "ngn",
"min_value": "2000.0",
"max_value": "2000000.0",
"interval": "daily"
}
}