---
title: "Pools of a token with TVL and 24h volume. TVL-known pools first (TVL desc)."
method: GET
path: "/v1/dextrades/{token}/pools"
tags: ["DexTrades"]
---

# Pools of a token with TVL and 24h volume. TVL-known pools first (TVL desc).

`GET /v1/dextrades/{token}/pools`

## Path parameters

- `token` string, required

## Response `200`

pools of the token, TVL-known first

- ApiDexPool[]
  - `pool` string, required
  - `dex` string, required
  - `tvl_usd` number, double — TVL from the yield aggregator; absent if unknown
  - `volume_24h_usd` number, double, required
  - `trades_24h` integer, required

## 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/revisions/8f32977bfb50/schema)
