---
title: "Returns total TVL in USD across all yield pools which contain the given token"
method: GET
path: "/v1/yield/token/{token_address}/tvl"
tags: ["Yield"]
---

# Returns total TVL in USD across all yield pools which contain the given token

`GET /v1/yield/token/{token_address}/tvl`

## Path parameters

- `token_address` string, required

## Response `200`

Total TVL of yield pools containing the token

- ApiYieldTokenTvl
  - `total_tvl_usd` number, double, required — Sum of TVL of all yield pools which contain the token
  - `pools_count` integer, required — Number of yield pools which contain the token

## 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/fd1067547679/schema)
