cURL
curl --request GET \ --url https://staging.qash.ai/api/v1/cards/balance \ --header 'Authorization: Bearer <token>'
{ "cardId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "balances": { "USD": { "available": 250, "current": 250 } } }
Return the available and current balances for the authenticated user’s primary card.
Authorization: Bearer <token>
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Card balance returned successfully.
Hide child attributes