Skip to main content
GET
/
api
/
v1
/
cards
/
balance
Get card balance
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
    }
  }
}
This endpoint requires Authorization: Bearer <token>.
Balances are returned by currency code.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Card balance returned successfully.

cardId
string<uuid>
required
balances
object
required