---
title: "Retrieve available chains and liquidity modules"
method: GET
path: "/liquidity"
---

# Retrieve available chains and liquidity modules

`GET /liquidity`

Fetches a list of supported blockchain networks and their associated liquidity modules.

## Response `200`

Successful response containing available chains and liquidity modules.

- object
  - `chains` object[]
    - `chainID` string
    - `networkID` string
  - `liquidityModules` object

## Changes

- **2025-05-21** `416dd9dabe27` — 1 breaking, 2 info
  - the `chains/items/networkID` response's property type changed from `integer` to `string` for status `200`
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `500`
- **2025-01-22** `6a4b30245ea9` — 2 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `500`

[Change history](https://skmtc.dev/gluexprotocol/apis/gluex-router-v1-api/changes/liquidity/get.md)

---

[API](https://skmtc.dev/gluexprotocol/apis/gluex-router-v1-api.md) · [All operations](https://skmtc.dev/gluexprotocol/apis/gluex-router-v1-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gluexprotocol/gluex-router-v1-api/revisions/775f974f98d4/schema)
