Get Accounts by ID
Return the account transactions and balance information given an account alias, an account id, or an evm address. The information will be limited to at most 1000 token balances for the account as outlined in HIP-367. When the timestamp parameter is supplied, we will return transactions and account state for the relevant timestamp query. Balance information will be accurate to within 15 minutes of the provided timestamp query. Historical stake and reward information is not currently available so these fields contain current data. Historical ethereum nonce information is also currently not available and may not be the exact value at a provided timestamp.
Account alias or account id or evm address
{"value":"HIQQEXWKW53RKN4W6XXC4Q232SYNZ3SZANVZZSUME5B5PRGXL663UAQA"}Pattern: ^(\d{1,10}\.){0,2}(\d{1,10}|(0x)?[A-Fa-f0-9]{40}|(?:[A-Z2-7]{8})*(?:[A-Z2-7]{2}|[A-Z2-7]{4,5}|[A-Z2-7]{7,8}))$The maximum number of items to return
25Example: 2The order in which items are listed
descExample: ascPossible values: The consensus timestamp in seconds.nanoseconds format with an optional comparison operator
{"summary":"--","value":""}cryptotransferPossible values: If provided and set to false transactions will not be included in the response
trueExample: trueOK
Network entity ID in the format of shard.realm.num
0.1.2Pattern: ^\d{1,10}\.\d{1,10}\.\d{1,10}$RFC4648 no-padding base32 encoded account alias
HIQQEXWKW53RKN4W6XXC4Q232SYNZ3SZANVZZSUME5B5PRGXL663UAQAPattern: ^(?:[A-Z2-7]{8})*(?:[A-Z2-7]{2}|[A-Z2-7]{4,5}|[A-Z2-7]{7,8})$1586567700.453054000Pattern: ^\d{1,10}(\.\d{1,9})?$Whether the account declines receiving a staking reward
A network entity encoded as an EVM address in hex.
0x0000000000000000000000000000000000001f41Pattern: ^(0x)?[A-Fa-f0-9]{40}$1586567700.453054000Pattern: ^\d{1,10}(\.\d{1,9})?$The pending reward in tinybars the account will receive in the next reward payout. Note the value is updated at the end of each staking period and there may be delay to reflect the changes in the past staking period.
Network entity ID in the format of shard.realm.num
0.1.2Pattern: ^\d{1,10}\.\d{1,10}\.\d{1,10}$The account to which this account is staking
The id of the node to which this account is staking
1586567700.453054000Pattern: ^\d{1,10}(\.\d{1,9})?$The staking period during which either the staking settings for this account changed (such as starting staking or changing stakedNode) or the most recent reward was earned, whichever is later. If this account is not currently staked to a node, then the value is null
Invalid parameter
Not Found
Last updated
Was this helpful?