For the complete documentation index, see llms.txt. This page is also available as Markdown.

Balance

Retrieve current user balance.

get

Retrieve current user's balance.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

OK

application/json
balancenumber · doubleOptional

User balance. Precision is five digits.

get/user/balance

Was this helpful?