---
title: "Get all accounts"
method: GET
path: "/v1/{chain}/{network}/accounts"
tags: ["V1.Accounts"]
---

# Get all accounts

`GET /v1/{chain}/{network}/accounts`

Get all account entries for a given chain and network

## Path parameters

- `chain` string, required
- `network` string, required

## Response `200`

Successful response

- Account[]
  - `slug` string, required
  - `address` string, required
  - `name` string, required
  - `description` string, required
  - `type` string, required

## Other responses

- `404` — Not found

---

[API](https://skmtc.net/alleslabs/apis/aldus-api.md) · [All operations](https://skmtc.net/alleslabs/apis/aldus-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alleslabs/aldus-api/versions/6da6c63568ac/schema)
