Skip to content
Eden Engine

Current TVL by Chain (All Tracked Chains)

omnial/chains

Returns the current total value locked (TVL) for every chain DefiLlama tracks in a single call, along with each chain's name, native gas token identifier, and known ticker/exchange ids where available. Takes no input -- one call returns the full, current list.

activeper callv1
Provider
Web & Business Data Network
Category
defi
Provider price
$0.00 per call
Latency p50 / p95
— / —
Success rate
—
Verified
—

Provider list price; Omnial MCP charges provider cost plus a platform markup on top.

Contract

input_schema.json
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "required": [
    "results"
  ],
  "properties": {
    "results": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "tvl": {
            "type": "number",
            "description": "Current total value locked, in USD. 0 observed for several low-activity chains."
          },
          "name": {
            "type": "string",
            "description": "The chain's display name, e.g. 'Ethereum', 'Base'."
          },
          "cmcId": {
            "type": [
              "string",
              "null"
            ],
            "description": "CoinMarketCap id, as a numeric string (e.g. '6836'). `null` when not on file."
          },
          "chainId": {
            "type": [
              "number",
              "string",
              "null"
            ],
            "description": "The chain's numeric chain id when the endpoint has one on file -- observed as a plain number on most entries, but as a numeric STRING for at least a few entries (e.g. '11235', '9001'), and `null` when the chain has no chain id on file (several non-EVM/UTXO chains, e.g. Bitcoin, Solana)."
          },
          "gecko_id": {
            "type": [
              "string",
              "null"
            ],
            "description": "The chain's own CoinGecko id slug, when the chain itself has a listed token. `null` otherwise."
          },
          "tokenSymbol": {
            "type": [
              "string",
              "null"
            ],
            "description": "The chain's native gas token ticker, e.g. 'ETH', 'MNT'. `null` when not on file; also observed as the literal placeholder string '-' for at least two entries."
          },
          "gasTokenGeckoId": {
            "type": [
              "string",
              "null"
            ],
            "description": "CoinGecko id slug of the token used to pay gas on this chain. `null` when not on file."
          }
        },
        "additionalProperties": true
      },
      "description": "One entry per chain DefiLlama tracks. 194 entries observed on the one real call captured."
    }
  },
  "description": "The chain list, wrapped as `{results: [...]}` after a bare top-level array is normalized into an output object (see `asOutputObject`).",
  "additionalProperties": true
}

Pricing

Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.

Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.

ChargeRate
Per call
Flat, regardless of what comes back
$0.00
Cost basis
Not recorded

This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.

Updated
Sep 23, 2026