Get Token Balance
Return the signed-in user's current spendable token balance.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Query Parameters
verify_locally?Verify Locally
Default
trueResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/billing/ledger/balance"{ "balance": 0}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}