Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create multi-currency wallets for your end-users
curl -X POST https://api.useaxra.com/api/v1/treasury/users/{id}/wallets \ -H "Authorization: Bearer sk_test_..." \ -H "Content-Type: application/json" \ -d '{"currency": "NGN"}'
curl https://api.useaxra.com/api/v1/treasury/users/{id}/wallets/{walletId}/balance \ -H "Authorization: Bearer sk_test_..."
curl -X POST .../wallets/{walletId}/sandbox-credit \ -H "Authorization: Bearer sk_test_..." \ -d '{"amount": "1000", "currency": "NGN"}'