---
title: "Returns LP token addresses of top 100 dex pools containing the given token, ordered by liquidity descending"
method: GET
path: "/v1/yield/token/{token_address}/lp-address"
tags: ["Yield"]
---

# Returns LP token addresses of top 100 dex pools containing the given token, ordered by liquidity descending

`GET /v1/yield/token/{token_address}/lp-address`

## Path parameters

- `token_address` string, required

## Response `200`

LP token addresses of top 100 dex pools containing the token, ordered by TVL descending

- ApiYieldTokenLp[]
  - `lp_address` string, required — LP jetton master address (equals the pool address on TON dexes)
  - `provider` 'stonfi' | 'dedust' | 'stonfi_v2' | 'coffee' | 'tonraffles' | 'tonco' | 'colossus' | 'bidask' | 'tonstakers' | 'bemo' | 'bemo_v2' | 'hipo' | 'torch_finance' | 'stakee' | 'kton' | 'evaa' | 'coffin' | 'moon' | 'storm_trade' | 'farmix_lending' | 'dao_lama_vault', required
  - `tvl_usd` number, double, required — TVL of the pool in USD

## 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)
