> ## 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.

# Bakiye Al

> Hesap bakiyenizi alin

## Bakiye Al

Guncel TRX bakiyenizi dondurur.

### Yanit

<ResponseField name="balance_trx" type="string">
  TRX cinsinden hesap bakiyesi (ondalik dize)
</ResponseField>

### Ornek

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