accounts

List account entities on network

Returns a list of all account entity items on the network.

get/api/v1/accounts

Query parameters

account.balancestring

The optional balance value to compare against

account.idstring

The ID of the account to return information for

account.publickeystring

The account's public key to compare against

balanceboolean

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.

limitinteger

The maximum number of items to return

order'asc' | 'desc'

The order in which items are listed

Response

OK

accountsAccounts required— unresolved $ref

Changes

Changed in 2 of the 53 revisions of this API.231

    • added the required property accounts/items/delegation_address to the response with the 200 status

      response-required-property-added

    • the response property _status/messages/items/data became nullable for the status 400

      response-property-became-nullable

    • the response property _status/messages/items/detail became nullable for the status 400

      response-property-became-nullable

    • the response property accounts/items/account became nullable for the status 200

      response-property-became-nullable

    • the response property accounts/items/alias became nullable for the status 200

      response-property-became-nullable

    • the response property accounts/items/auto_renew_period became nullable for the status 200

      response-property-became-nullable

    • the response property accounts/items/balance became nullable for the status 200

      response-property-became-nullable

    • the response property accounts/items/balance/balance became nullable for the status 200

      response-property-became-nullable

    • the response property accounts/items/balance/timestamp became nullable for the status 200

      response-property-became-nullable

    • the response property accounts/items/balance/tokens/items/token_id became nullable for the status 200

      response-property-became-nullable

    • the response property accounts/items/created_timestamp became nullable for the status 200

      response-property-became-nullable

    • the response property accounts/items/deleted became nullable for the status 200

      response-property-became-nullable

    • the response property accounts/items/ethereum_nonce became nullable for the status 200

      response-property-became-nullable

    • the response property accounts/items/evm_address became nullable for the status 200

      response-property-became-nullable

    • the response property accounts/items/expiry_timestamp became nullable for the status 200

      response-property-became-nullable

    • the response property accounts/items/key became nullable for the status 200

      response-property-became-nullable

    • the response property accounts/items/max_automatic_token_associations became nullable for the status 200

      response-property-became-nullable

    • the response property accounts/items/memo became nullable for the status 200

      response-property-became-nullable

    • the response property accounts/items/receiver_sig_required became nullable for the status 200

      response-property-became-nullable

    • the response property accounts/items/stake_period_start/allOf[TimestampNullable]/ became nullable for the status 200

      response-property-became-nullable

    • the response property accounts/items/staked_account_id/allOf[EntityId]/ became nullable for the status 200

      response-property-became-nullable

    • the response property accounts/items/staked_node_id became nullable for the status 200

      response-property-became-nullable

    • the response property links/next became nullable for the status 200

      response-property-became-nullable

    • removed the required property accounts/items/delegation_address from the response with the 200 status

      response-required-property-removed

    This revision also has 22 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog