---
title: "All Protocols"
method: GET
path: "/api/v1/protocols"
tags: ["Integration"]
---

# All Protocols

`GET /api/v1/protocols`

Returns all available protocols with supported chains

## Query parameters

- `chainId` string
- `slug` string

## Response `200`

- ProtocolModel[]
  - `project` string, required
  - `slug` string, required
  - `name` string, nullable, required
  - `description` string, nullable, required
  - `url` string, nullable, required
  - `logosUri` string[], nullable, required
  - `chains` Network[], nullable, required
    - `id` number, required
    - `name` string, required

---

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