Fetches the current account balance, rate per minute, and currency for the authenticated user.
cURL
curl --request GET \ --url https://api.nexara.ru/api/v1/billing/balance \ --header 'Authorization: Bearer <token>'
{ "balance": 100, "rate_per_min": 0.0048, "currency": "EUR" }
Use your API key as a Bearer token in the Authorization header. Example: Authorization: Bearer nx-yourkey
Authorization: Bearer nx-yourkey
Your balance details.
The current balance on the account.
100
Your personal transcription rate per minute.
0.0048
The currency of the balance and rate.
"EUR"