Last DEX TVL
last_tvlRead-only
Retrieve the total value locked (TVL) for a specified DEX pair on an EVM chain like Ethereum, Base, Arbitrum, BSC, or Polygon.
Instructions
Aggregated total value locked (TVL) for a DEX pair on a chain.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | EVM chain: eth, base, arbitrum, bsc, polygon. | |
| pair | Yes | Canonical pair, e.g. WETH-USDC. |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Canonical lowercase chain. | |
| pair | Yes | Canonical uppercase pair, e.g. WETH-USDC. | |
| usd | Yes | Total value locked, USD. | |
| r0 | Yes | Reserve of token0. | |
| r1 | Yes | Reserve of token1. | |
| n | Yes | Number of pools aggregated. | |
| v | Yes | Version/volume counter. | |
| t | Yes | Timestamp, Unix epoch milliseconds. |