Get account info by address

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Returns

FieldTypeDescription
data.addressStringAccount address. (Format: hex)
data.balanceLongTRX balance. (Unit: sun)
data.account_nameStringAccount name.
data.create_timeLongThe timestamp for when the account was created. (Unit: millisecond)
data.is_witnessBooleanIndicates if the account is a Super Representative (SR), an SR Partner or an SR candidate.
data.allowanceLongThe amount of rewards that can be withdrawn by the account. (Unit: sun)
data.latest_withdraw_timeLongThe timestamp of the account's last withdrawal of rewards. (Unit: millisecond)
data.latest_opration_timeLongThe timestamp of the account's last operation. (Unit: millisecond)
data.latest_consume_timeLongThe timestamp of the account's last Bandwidth consumption. (Unit: millisecond)
data.latest_consume_free_timeLongThe timestamp of the account's last free Bandwidth consumption. (Unit: millisecond)
data.net_window_sizeLongThe duration, in blocks, required for staked Bandwidth to fully recover.
Note: The value has a decimal precision of 3 if net_window_optimized is true, otherwise 0.
data.net_window_optimizedBooleanWhether the Bandwidth recovery window optimization is enabled.
data.account_resource.latest_consume_time_for_energyLongThe timestamp of the account's last Energy consumption. (Unit: millisecond)
data.account_resource.acquired_delegated_frozen_balance_for_energyLongThe total amount of TRX staked by other accounts for this account's energy. (Unit: sun, For Stake 1.0)
data.account_resource.delegated_frozen_balance_for_energyLongThe total amount of TRX staked by this account for other accounts' energy. (Unit: sun, For Stake 1.0)
data.account_resource.energy_window_sizeLongThe duration, in blocks, required for Energy to fully recover.Note: The value has a decimal precision of 3 if energy_window_optimized is true, otherwise 0.
data.account_resource.acquired_delegated_frozenV2_balance_for_energyLongThe total amount of TRX staked by other accounts for this account's Energy. (Unit: sun, For Stake 2.0)
data.account_resource.delegated_frozenV2_balance_for_energyLongThe total amount of TRX staked by this account for other accounts' Energy. (Unit: sun, For Stake 2.0)
data.account_resource.energy_window_optimizedBooleanWhether the Energy recovery window optimization is enabled.
data.frozen[0].frozen_balanceLongThe total amount of TRX staked for Bandwidth by this account. (Unit: sun, For Stake 1.0)
data.frozen[0].expire_timeLongThe timestamp when the unstake operation becomes available for the staked Bandwidth. (Unit: millisecond, For Stake 1.0)
data.account_resource.frozen_balance_for_energy.frozen_balanceLongThe total amount of TRX staked for Energy by this account. (Unit: sun, For Stake 1.0)
data.account_resource.frozen_balance_for_energy.expire_timeLongThe timestamp when the unstake operation becomes available for the staked Energy. (Unit: millisecond, For Stake 1.0)
data.account_resource.energy_usageLongThe amount of Energy used.
data.owner_permission.permission_nameStringOwner permission name.
data.owner_permission.thresholdIntegerThe minimum combined weight of signatures required to validate an operation using this permission.
data.owner_permission.keys.addressStringThe address associated with the owner permission.
data.owner_permission.keys.weightIntegerThe signature weight of the corresponding address.
data.active_permission.typeStringThe type of the permission. (Value: Active)
data.active_permission.idIntegerActive Permission ID. (Automatically assigned from 2)
data.active_permission.permission_nameStringPermission name.
data.active_permission.thresholdIntegerThe minimum combined weight of signatures required to validate an operation using this permission.
data.active_permission.operationsStringA string representing the operations allowed by this permission. Note: This is a 32-byte hex string where each bit corresponds to a specific operation. See details here .
data.active_permission.keys.addressStringThe address associated with this active permission.
data.active_permission.keys.weightIntegerThe signature weight of the address.
data.witness_permission.typeStringThe type of the permission. (Value: Witness)
data.witness_permission.idIntegerThe fixed ID for the witness permission. (Value: 1)
data.witness_permission.permission_nameStringPermission name.
data.witness_permission.thresholdIntegerWitness Permission threshold.
data.witness_permission.keys.addressStringThe address of the key associated with this witness permission.
data.witness_permission.keys.weightIntegerThe signature weight of the address.
data.frozenV2.[i].amountLongThe total amount of TRX staked to obtain the resource type specified by data.frozenV2[i].type. (Unit: sun, For Stake 2.0)
data.frozenV2.[i].typeStringThe type of resource obtained through staking. (Enum: BANDWIDTH or ENERGY)
data.acquired_delegated_frozenV2_balance_for_bandwidthLongThe total amount of TRX staked by other accounts for this account's Bandwidth. (Unit: sun, For Stake 2.0)
data.delegated_frozenV2_balance_for_bandwidthLongThe total amount of TRX staked by this account for other accounts' Bandwidth. (Unit: sun, For Stake 2.0)
data.acquired_delegated_frozen_balance_for_bandwidthLongThe total amount of TRX staked by other accounts for this account's Bandwidth. (Unit: sun, For Stake 1.0)
data.delegated_frozen_balance_for_bandwidthLongThe total amount of TRX staked by this account for other accounts' Bandwidth. (Unit: sun, For Stake 1.0)
data.assetV2[i].keyStringTRC-10 Token ID.
data.assetV2[i].valueLongTRC-10 Token balance.
data.net_usageLongThe amount of Bandwidth used.
data.free_net_usageLongThe amount of free Bandwidth used.
data.free_asset_net_usageV2[i].keyStringThe TRC-10 Token ID.
data.free_asset_net_usageV2[i].valueLongThe total free Bandwidth usage attributed to this TRC-10 token.
data.trc20ListTRC-20 balance held by this account.
data.votes.vote_addressStringThe address of the Super Representative (SR) that this account has voted for.
data.votes.vote_countLongThe number of votes cast for the the SR address.
successBooleanWhether the request was successful.
meta.page_sizeIntegerThe number of items returned on the current page.
meta.atLongThe response timestamp. (Unit: millisecond)
Path Params
string
required
Query Params
boolean
boolean
Responses

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