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

# Get Balance

> Get your account balance

## Get Balance

Returns your current TRX balance.

### Response

<ResponseField name="balance_trx" type="string">
  Account balance in TRX (decimal string)
</ResponseField>

### Example

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