Rate Limit
To improve clarity on usage limits, we have Rate Limits on some of our endpoint. This section will outline the rate limits applied across our endpoints, detailing the maximum number of requests allowed within specific timeframes (e.g., per minute, hour, or day). Including this information helps you to your users API requests effectively and avoid potential rate limit errors.
Additionally, we will add a note under each endpoint in the documentation specifying its rate limits. This ensures that you understand the limits specific to each endpoint at a glance as well.
These are the Rate Limits we have:
Get_card_details: once every 3 seconds for a specific
Card_id get_card_balance: once every 3 seconds for a specific
Card_id get_card_transaction_history: once every 3 seconds for a specific card_id and a unique page
Fund_card: once every 5 mins for a specific card_id unload_card: once every 5 mins for a specific
Card_id register_cardholder: a cardholder can only retry his KYC once every minute
Fx_rate: once every minute
Last updated