---
title: "List account entities on network"
method: GET
path: "/api/v1/accounts"
tags: ["accounts"]
---

# List account entities on network

`GET /api/v1/accounts`

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

## Query parameters

- `account.balance` string
- `account.id` string
- `account.publickey` string
- `balance` boolean
- `limit` integer
- `order` 'asc' | 'desc'

## Response `200`

OK

- AccountsResponse
  - `accounts` AccountInfo[], required
    - `account` string, nullable, required — Network entity ID in the format of `shard.realm.num`
    - `alias` string, nullable, required — RFC4648 no-padding base32 encoded account alias
    - `auto_renew_period` integer, nullable, required
    - `balance` Balance, nullable, required
      - `timestamp` string, nullable, required — A Unix timestamp in seconds.nanoseconds format
      - `balance` integer, nullable, required
      - `tokens` object[], required
        - `token_id` string, nullable — Network entity ID in the format of `shard.realm.num`
        - `balance` integer
    - `created_timestamp` string, nullable, required — A Unix timestamp in seconds.nanoseconds format
    - `decline_reward` boolean, required — Whether the account declines receiving a staking reward
    - `deleted` boolean, nullable, required
    - `ethereum_nonce` integer, nullable, required
    - `evm_address` string, binary, nullable, required — A network entity encoded as an EVM address in hex.
    - `expiry_timestamp` string, nullable, required — A Unix timestamp in seconds.nanoseconds format
    - `key` Key, nullable, required — The public key which controls access to various network entities.
      - `_type` 'ECDSA_SECP256K1' | 'ED25519' | 'ProtobufEncoded'
      - `key` string
    - `max_automatic_token_associations` integer, nullable, required
    - `memo` string, nullable, required
    - `pending_reward` integer — 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.
    - `receiver_sig_required` boolean, nullable, required
    - `staked_account_id` string, nullable, required — The account to which this account is staking
    - `staked_node_id` integer, nullable, required — The id of the node to which this account is staking
    - `stake_period_start` string, nullable, required — 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
  - `links` Links, required
    - `next` string, nullable

## Other responses

- `400` — Invalid parameter

---

[API](https://skmtc.dev/hedera/apis/mirror-node-rest-api.md) · [All operations](https://skmtc.dev/hedera/apis/mirror-node-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hedera/mirror-node-rest-api/revisions/45f5ccac560c/schema)
