Skip to main content
GET
https://partners-backend-1038109371738.europe-west1.run.app
/
api
/
v1
/
{chain_id}
/
tvl
curl "https://partners-backend-1038109371738.europe-west1.run.app/api/v1/8453/tvl"
{
  "tvl": 15000000.50
}

Description

Retrieves the current Total Value Locked (TVL) across all agents on a chain.

Path Parameters

chain_id
integer
required
The blockchain chain ID

Response

tvl
number
Total Value Locked in USD
curl "https://partners-backend-1038109371738.europe-west1.run.app/api/v1/8453/tvl"
{
  "tvl": 15000000.50
}