---
title: "Get dex pools by filter"
method: GET
path: "/v1/dex/pools"
tags: ["DEX"]
---

# Get dex pools by filter

`GET /v1/dex/pools`

## Query parameters

- `assets` string[]

## Response `200`

List of all existing pools. Recached time to time

- ApiCoffeeDexTrimmedPool[]
  - `address` string, required
  - `amm_type` 'constant_product' | 'cubic_stable' | 'curve_fi_stable' | 'concentrated_v3' | 'tonstakers' | 'weighted_constant_product' | 'weighted_stable' | 'bidask' | 'moon_dlmm' | 'bidask_damm' | 'dedust_v2', required
  - `amm_settings` ApiJson
  - `tokens` string[], required
  - `reserves` number[], required
  - `unavailable_until` integer — UTC unix timestamp in seconds

## Other responses

- `default` — Some error during request processing

---

[API](https://skmtc.net/swap/apis/swap-coffee-api.md) · [All operations](https://skmtc.net/swap/apis/swap-coffee-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/swap/swap-coffee-api/versions/fd1067547679/schema)
