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"
}

Authorizations

Authorization
string
header
required

Use your API key as a Bearer token in the Authorization header. Example: Authorization: Bearer nx-yourkey

Response

200
application/json

Your balance details.

The response is of type object.