Currency Limits

The table below describes the accepted amount limits for the respective currencies for both deposits , withdrawals and swaps.

Currency NameCurrency CodeDeposit Min/MaxWithdrawal Min/MaxSwap Min/Max
Nigerian NairaNGNBank Transfer (500/Unlimited)

Mobile Money (NA/NA)
Bank Transfer (500/9,000,000)

Mobile Money (NA/NA)
500/Unlimited
Kenyan ShillingKESBank Transfer (NA/NA)

See Mobile Money Below
Bank Transfer (NA/NA)

See Mobile Money Below
50/Unlimited
Ghanaian CediGHSBank Transfer (NA/NA)


See Mobile Money Below
Bank Transfer (100/Unlimited)

See Mobile Money Below
5/Unlimited
United States DollarUSD---
TetherUSDT---
USD CoinUSDC---
Binance USDBUSD---

*NA - Not Available

Mobile Money Limits

For mobile money, the transaction limits differ from provider to provider. The limits can be accessed when the providers are retrieved. The deposit and withdrawal limits are represented by the properties min_amount and max_amount.

A sample response is given below.

{{baseurl}}/v1/merchant/public/misc/mobile-money?country=KE
{
    "status": true,
    "statusCode": 200,
    "message": "Mobile money list retrieved",
    "data": [
        {
            "name": "Provider name", // e.g Safaricom M-Pesa
            "code": "Provider code", // e.g mpesa_ke
            "country": "2 Char Country Code", // e.g KE
            "min_amount": "Minimum Withdrawal Amount", // e.g 50
            "max_amount": "Maximum Withdrawal Amount" // e.g 100000
        }
    ]
}