---
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` Accounts, required — unresolved $ref
  - `links` Links, required
    - `next` string, nullable

## Other responses

- `400` — Invalid parameter

## Changes

- **2026-07-09** (v1) `8ce3e9a7251e` — 1 info
  - added the required property `accounts/items/delegation_address` to the response with the `200` status
- **2025-08-08** (v1) `db389f03b097` — 23 breaking
  - the response property `_status/messages/items/data` became nullable for the status `400`
  - the response property `_status/messages/items/detail` became nullable for the status `400`
  - the response property `accounts/items/account` became nullable for the status `200`
  - the response property `accounts/items/alias` became nullable for the status `200`
  - …19 more

[Change history](https://skmtc.dev/hiero-ledger/apis/mirror-node-rest-api/changes/api/v1/accounts/get.md)

---

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