HomeGuidesAPI ReferenceChangelog
GuidesAPI ReferenceCommunityDiscordBlogFAQBug BountyAnnouncementsChange Log
API Reference

Get account info by address

Returns

FieldTypeDescription
data.addressStringAccount address(hex)
data.balanceLongTRX balance(sun)
data.create_timeLongAccount creation time, i.e. account activation time on the TRON network
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.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
meta.fingerprintIntegerNext url fingerprint
meta.links.nextStringNext url
data.votes.vote_addressStringSR address
data.votes.vote_countLongVote count
Language
Click Try It! to start a request and see the response here!