cURL
curl --request GET \ --url https://api.togai.com/accounts/{account_id}/wallet \ --header 'Authorization: Bearer <token>'
{ "id": "wallet.1223.sf23f", "accountId": "ACC001", "customerId": "CUST001", "balance": 500, "creditUnit": "USD", "externalId": "ext_id_123", "status": "ACTIVE", "holdAmount": 500, "createdAt": "2023-12-13T12:00:00Z", "updatedAt": "2023-12-13T12:00:00Z", "metadata": { "autoNetOff": false } }
Wallet balance for Account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
account_id corresponding to an account
50
"ACC00001"
Response for Credit Balance Request
Wallet Balance response