Skip to content
RU

Get balance

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

Available balance of the account that owns this API key, in rubles. The same balance is shared by the Telegram bot, the web cabinet and the API. balance_rub is a string with two decimals — parse it as a decimal, not a float, to avoid losing sub-cent precision. Read-only: recharges go through the cabinet.

Successful Response

Media typeapplication/json
Examplegenerated
example