HomeGuidesAPI ReferenceChangelog
GuidesAPI ReferenceCommunityDiscordBlogFAQBug BountyAnnouncementsChange Log
API Reference

Get account info by address

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…

Returns

FieldTypeDescription
data.addressStringAccount address(hex)
data.balanceLongTRX balance(sun)
data.account_nameStringAccount name
data.create_timeLongAccount creation time, i.e. account activation time on the TRON network
data.latest_withdraw_timeLongThe last withdraw time
data.latest_opration_timeLongThe last operation time
data.latest_consume_timeLongThe last time the account consumed bandwidth
data.latest_consume_free_timeLongThe last time the account consumed free bandwidth
data.net_window_sizeLongThe number of block times required for bandwidth obtained by stake to fully recover. If net_window_optimized is true, net_window_size's decimal is 3, else is 0. For example, when net_window_optimized=true, then net_window_size=1000 means that it takes one block time for bandwidth to fully recovery; if net_window_optimized=false, then net_window_size=1000 means that it takes 1000 blocks time for bandwidth to fully recovery
data.net_window_optimizedBooleanWhether to optimize net recover window
data.account_resource.latest_consume_time_for_energyLongThe last time the account consumed energy
data.account_resource.acquired_delegated_frozen_balance_for_energyLongIn Stake 1.0, the total amount of TRX staked by other accounts for this account to get energy
data.account_resource.energy_window_sizeLongThe number of block times required for to fully recover. If energy_window_optimized is true, energy_window_size's decimal is 3, else is 0. For example, when energy_window_optimized=true, then energy_window_size=1000 means that it takes one block time for energy to fully recovery; if energy_window_optimized=false, then energy_window_size=1000 means that it takes 1000 blocks time for energy to fully recovery
data.account_resource.acquired_delegated_frozenV2_balance_for_energyLongIn Stake 2.0, the total amount of TRX staked by other accounts for this account to get energy
data.account_resource.energy_window_optimizedBooleanWhether to optimize energy recover window
data.account_resource.frozen_balance_for_energy.frozen_balanceLongIn Stake 1.0, the total amount of TRX staked by the account to obtain energy
data.account_resource.frozen_balance_for_energy.expire_timeLongIn Stake 1.0, the expiration time of the stake operation performed by the account to obtain energy. The account can perform the unstake operation after that time.
data.owner_permission.permission_nameStringPermission name
data.owner_permission.thresholdIntegerOwner Permission threshold, the corresponding operation is allowed only when the sum of the weights of the participating signatures exceeds the domain value.
data.owner_permission.keys.addressStringaddress with owner permission
data.owner_permission.keys.weightIntegerweight with owner permission
data.active_permission.typeStringPermission type, currently only supports three permissions(Owner、Witness、Active).
data.active_permission.idIntegerActive permission id,automatically incremented from 2
data.active_permission.permission_nameStringPermission name
data.active_permission.thresholdIntegerPermission threshold, the corresponding operation is allowed only when the sum of the weights of the participating signatures exceeds the domain value.
data.active_permission.operationsStringpermission operations
data.active_permission.keys.addressStringaddress with permission
data.active_permission.keys.weightIntegerweight with permission
data.frozenV2.[i].amountLongResource amount
data.frozenV2.[i].typeStringResource Type
data.acquired_delegated_frozenV2_balance_for_bandwidthLongIn Stake 2.0, the total amount of TRX staked by the account for others to get bandwidth
data.acquired_delegated_frozen_balance_for_bandwidthLongIn Stake 1.0, the total amount of TRX staked by the account for others to get bandwidth
data.assetV2[i].keyStringTRC10 token_id
data.assetV2[i].valueLongTRC10 token balance
data.free_net_usageLongFree bandwidth used
data.free_asset_net_usageV2[i].keyStringTRC10 token_id
data.free_asset_net_usageV2[i].valueLongFree bandwidth used
data.trc20ListTRC20 balance hold by this account
successBooleanReturn data successfully
meta.page_sizeIntegerResponse page size
meta.atLongResponse timestamp in millisecond
data.votes.vote_addressStringSR address
data.votes.vote_countLongVote count
Path Params
string
required

owner address in base58 or hex

Query Params
boolean

true (If no param is specified, then only confirmed)

boolean

true (If no param is specified, then only confirmed)

Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json