---
title: "Get a list of all accounts"
method: GET
path: "/chains/{chainID}/core/accounts"
tags: ["corecontracts"]
---

# Get a list of all accounts

`GET /chains/{chainID}/core/accounts`

## Path parameters

- `chainID` string, string, required

## Response `200`

A list of all accounts

- AccountListResponse
  - `accounts` string[], required

## Other responses

- `401` — Unauthorized (Wrong permissions, missing token)

## Changes

- **2023-02-15** `75768a396536` — 1 info
  - the endpoint scheme security `Authorization` was removed from the API
- **2023-02-13** `1041f915f260` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/iotaledger/apis/wasp-api/changes/chains/:chainID/core/accounts/get.md)

---

[API](https://skmtc.dev/iotaledger/apis/wasp-api.md) · [All operations](https://skmtc.dev/iotaledger/apis/wasp-api/llms.txt) · [OpenAPI document](https://skmtc.dev/iotaledger/apis/wasp-api/revisions/f120f1da3348?raw)
