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