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

# Get all modules

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

Get all module entries for a given chain and network

## Path parameters

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

## Response `200`

Successful response

- Module[]
  - `slug` string, required
  - `address` string, required
  - `name` string, required
  - `description` string, required
  - `github` string, required

## Other responses

- `404` — Not found

---

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