Получить баланс вашего аккаунта
cURL
curl --request GET \ --url https://api.example.com/api/v1/account/balance
{ "balance_trx": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.tronrental.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.tronrental.com/llms.txt
Use this file to discover all available pages before exploring further.
curl https://api.tronrental.com/v1/account/balance \ -H "X-API-Key: your_api_key"
{ "balance_trx": "156.50" }