List account entities on network
Accounts
List account entities on network
Returns a list of all account entity items on the network.
GET
List account entities on network
Documentation Index
Fetch the complete documentation index at: https://hedera-0c6e0218-add-traceability-callout.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
The optional balance value to compare against
Pattern:
^((gte?|lte?|eq|ne)\:)?\d{1,10}$The ID of the account to return information for
Pattern:
^((gte?|lte?|eq|ne)\:)?(\d{1,10}\.\d{1,10}\.)?\d{1,10}$The account's public key to compare against
Whether to include balance information or not. If included, token balances are limited to at most 50 per account as outlined in HIP-367. If multiple values are provided the last value will be the only value used.
The maximum number of items to return
Required range:
1 <= x <= 100The order in which items are listed
Available options:
asc, desc