Skip to main content
GET
/
v1
/
account
/
balance
Get Account Balance
curl --request GET \
  --url https://api.routeway.ai/v1/account/balance \
  --header 'Authorization: Bearer <token>'
{
  "balance": 123
}
For a detailed walkthrough with examples, see the Balance & Usage guide.

Authorizations

Authorization
string
header
required

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

Response

Successful Response

balance
number
required

The current credit balance of the account in USD.