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 to query balance information for (hex format)block_identifier
— optional block identifier to query balance at specific blockvisible
— optional boolean to specify address format (default: false for hex format)
Response
balance
— available TRX balance (in sun, where 1 TRX = 1,000,000 sun)frozen
— array of frozen balance informationfrozen_balance
— amount of TRX frozenexpire_time
— expiration timestamp for frozen balance
delegated_frozenV2
— delegated frozen balance information for v2 stakingundelegated_frozenV2
— undelegated frozen balance information for v2 staking
Use case
Thewallet/getaccountbalance
method is used for:
- Checking available TRX balance for transactions and transfers.
- Monitoring frozen balance and staking information.
- Analyzing delegated resource allocations.
- Managing account liquidity and resource planning.
Body
application/json