---
title: "Liquidity sources supported by Odos"
method: GET
path: "/info/liquidity-sources/{chain_id}"
tags: ["Information"]
---

# Liquidity sources supported by Odos

`GET /info/liquidity-sources/{chain_id}`

List of all liquidity sources. This list can be used to filter out unwanted or problematic liquidity pools.

Please reach out if there is a liquidity source that we don't support. We pride ourselves in our DeFi coverage.

## Path parameters

- `chain_id` integer, required

## Response `200`

Successful Response

- LiquiditySources — Odos liquidity sources schema
  - `deprecated` string, nullable
  - `traceId` string, nullable
  - `sources` string[], required

## Other responses

- `422` — Validation Error

---

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