Skip to Content

Query Token Balance

Query the remaining and used credits of the current API key.

Endpoint

GET https://123api.co/v1/account/token-balance

Request Example

curl --request GET \ --url https://123api.co/v1/account/token-balance \ --header 'Authorization: Bearer <token>'

Typical Response

{ "remaining_balance": 125.42, "used_balance": 37.18 }

Use Cases