RSS3 Documentation

Retrieve TVL in $

Retrieve the total value locked (TVL) in $, including RSS3, WETH, USDT, USDC, and POWER.

GET
/nta/token/tvl
/nta/token/tvl
curl -X GET "https://gi.rss3.io/nta/token/tvl"

A successful response containing the TVL of VSL token in USD, including RSS3, WETH, USDT, USDC and POWER.

{
  "data": {
    "tvl": "string"
  }
}