> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tronrental.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Получить баланс

> Получить баланс вашего аккаунта

## Получить баланс

Возвращает ваш текущий баланс в TRX.

### Ответ

<ResponseField name="balance_trx" type="string">
  Баланс аккаунта в TRX (десятичная строка)
</ResponseField>

### Пример

```bash theme={null}
curl https://api.tronrental.com/v1/account/balance \
  -H "X-API-Key: your_api_key"
```

```json theme={null}
{
  "balance_trx": "156.50"
}
```
