Get Accounts
Returns a list of all account entity items on the network.
This method will use 20 Compute Units.
Returns a list of all account entity items on the network.
Query parameters
account.balancestringOptionalExample:
The optional balance value to compare against
{"summary":"--","value":""}Pattern: ^((gte?|lte?|eq|ne)\:)?\d{1,10}$account.idstringOptionalExample:
The ID of the account to return information for
{"summary":"--","value":""}Pattern: ^((gte?|lte?|eq|ne)\:)?(\d{1,10}\.\d{1,10}\.)?\d{1,10}$account.publickeystringOptionalExample:
The account's public key to compare against
3c3d546321ff6f63d701d2ec5c277095874e19f4a235bee1e6bb19258bf362bebalancebooleanOptionalDefault:
Whether to include balance information or not. If included, token balances are limited to at most 50 per account as outlined in HIP-367.
trueExample: truelimitinteger · int32 · min: 1 · max: 100OptionalDefault:
The maximum number of items to return
25Example: 2orderundefined · enumOptionalDefault:
The order in which items are listed
ascExample: descPossible values: Responses
200
OK
application/json
400
Invalid parameter
application/json
get
/api/v1/accountsLast updated
Was this helpful?