HomeGuidesAPI ReferenceChangelog
GuidesAPI ReferenceCommunityDiscordBlogFAQBug BountyAnnouncementsChange Log
API Reference

Get account info by address

Returns

**FieldTypeDescription
data.addressStringaddress in hex
data.balanceLongthe trx balance, unit is sun
data.create_timeLongAddress creation timestamp(millisecond)
data.latest_opration_timeLongThe operation timestamp of the latest transaction(millisecond), including transfer, voting and so on.
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_energyLongFrozen balance provided by other accounts to this account(stake1.0)
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_energyLongFrozen energy balance provided by other accounts to this account(stake2.0)
data.account_resource.energy_window_optimizedBooleanWhether to optimize energy recover window
data.owner_permission.permission_nameStringPermission name
data.owner_permission.thresholdIntegerPermission 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 permission
data.owner_permission.keys.weightIntegerweight with 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_bandwidthLongFrozen balance provided by other accounts to this account(stake2.0)
data.acquired_delegated_frozen_balance_for_bandwidthLongFrozen balance provided by other accounts to this account(stake1.0:)
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
data.successBooleanReturn data successfully
data.meta.page_sizeIntegerResponse page size
data.meta.atLongResponse timestamp in millisecond
data.votes.vote_addressStringSR address
data.votes.vote_countLongVote count
Language
Click Try It! to start a request and see the response here!