Get you own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
address
— the TRON account address to query. Can be in base58 or hex format.visible
— optional boolean parameter. When set totrue
, the address should be in base58 format. Default isfalse
.
Response
address
— the account address in hex formatbalance
— the TRX balance in sun (1 TRX = 1,000,000 sun)create_time
— account creation timestamplatest_operation_time
— timestamp of the last operationfree_net_usage
— free bandwidth usedlatest_consume_free_time
— last free bandwidth consumption timeaccount_resource
— resource information including energy and bandwidthowner_permission
— owner permission settingsactive_permission
— active permission settingsfrozenV2
— frozen balance details for resource delegationasset
— TRC10 token balancesassetV2
— detailed TRC10 token information
Use case
Thewallet/getaccount
method is essential for:
- Retrieving account balances and resource information.
- Checking account permissions and multi-signature settings.
- Monitoring frozen balances and resource delegations.
- Displaying account information in wallets and explorers.
- Verifying account existence before sending transactions.
Body
application/json