---
title: "GET /markets/tvl"
method: GET
path: "/markets/tvl"
tags: ["markets"]
---

# GET /markets/tvl

`GET /markets/tvl`

Returns the total value locked by all markets in the requested chains.

## Query parameters

- `chainId` string

## Response `200`

Returns the TVL data for the requested chains.

- object
  - `suppliedSumCents` string
  - `borrowedSumCents` string
  - `liquiditySumCents` string
  - `marketCount` integer
  - `poolCount` integer
  - `chainCount` integer

## Other responses

- `400` — Unexpected error

---

[API](https://skmtc.net/venus/apis/venus-protocol-api.md) · [All operations](https://skmtc.net/venus/apis/venus-protocol-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/venus/venus-protocol-api/revisions/742e86bc3ab0/schema)
