Transaction Limits
Transaction limits define the minimum and maximum amounts allowed for deposits and withdrawals in each currency. These limits help ensure compliance with regulatory requirements and manage risk.
Understanding Limits
Transaction limits are returned as part of the Exchange Rates API response. When you query an exchange rate, the response includes limit information for the source currency.
Limit Types
Getting Limits
Limits are automatically included when you fetch an exchange rate using the Client API:
The response includes limit information:
Limit Validation
Always validate transaction amounts against limits before creating quotes or transactions:
Best Practices
- Check Limits Early - Validate amounts against limits before showing rates to users
- Display Limits - Show users the applicable limits in your UI
- Handle Errors - Provide clear error messages when limits are exceeded
- Currency-Specific - Remember that limits are currency-specific and may vary
Next Steps
- Exchange Rates API - Get limits as part of exchange rate queries
- Create Quote - Create quotes with validated amounts
- Transactions API - Track transactions that comply with limits