Gravv DOCS
Docs Agent Get Started
API Reference Get card balance

Get card balance

Retrieve the current balance available on a card.

The balance represents the total funds available for card transactions in USD.

GET/v1/cards/{card_id}/balance

Path Parameters

The ID of the card to retrieve balance for

Responses

Status Description
200 Card balance retrieved successfully

200 response

Current card balance

Currency of the balance

{
"data": {
"balance": 22,
"currency": "USD"
},
"error": null
}

Authorization

  • ApiKeyAuth
Was this page helpful?
Assistant
Responses are generated using AI and may contain mistakes.

Ask me anything about the documentation.

ESC