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 account address in hex format (41 prefix) or base58check formatvisible
— whether the address is in readable format (base58check)
Response
Returns detailed account information including:account_name
— the account name (if set)address
— the account addressbalance
— TRX balance in sun (1 TRX = 1,000,000 sun)frozen
— frozen balance information for energy and bandwidthasset_v2
— TRC-10 token balancesallowance
— delegated resource allowancesvotes
— voting information for Super Representativescreate_time
— account creation timestamp
Use case
Thewalletsolidity/getaccount
method is used for:
- Retrieving confirmed account balances and asset holdings from solidified blocks
- Checking account resource delegations and frozen balances in finalized state
- Analyzing account voting patterns from confirmed blockchain data
- Building applications that require reliable, non-reversible account information
Body
application/json
Response
200 - application/json
Account information from solidified database