---
title: "Networks"
method: GET
path: "/api/v1/networks"
tags: ["Integration"]
---

# Networks

`GET /api/v1/networks`

Returns networks supported by Enso

## Query parameters

- `name` string
- `chainId` string

## Response `200`

- ConnectedNetwork[]
  - `id` number, required
  - `name` string, required
  - `isConnected` boolean, 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)
