Skip to main content
Crypton tracks Total Value Locked (TVL) across 180+ blockchains, providing a comprehensive view of DeFi capital distribution.

GET /v2/defi/chains

curl "https://api.crypton.dev/v2/defi/chains" \
  -H "X-API-Key: YOUR_API_KEY"
Example Response
{
  "status": "ok",
  "timestamp": 1711670400000,
  "data": {
    "chains": [
      { "name": "Ethereum", "tvl": 62500000000.0, "chain_id": 1, "token_symbol": "ETH" },
      { "name": "Solana", "tvl": 8200000000.0, "chain_id": null, "token_symbol": "SOL" },
      { "name": "BSC", "tvl": 5100000000.0, "chain_id": 56, "token_symbol": "BNB" }
    ],
    "count": 180
  }
}

Response Fields

data.chains
array
Crypton covers TVL data across 180+ chains including Ethereum, Solana, Arbitrum, Base, Optimism, Polygon, BSC, Avalanche, and more. Data reflects real-time DeFi protocol deposits.