Chains

GET /v1/chains — 9 networks (Ethereum, Base, Arbitrum, Polygon, Optimism, Avalanche, Monad, Plume, Stable) with chain IDs and finality depths.

GET /v1/chains

List all supported chains with active vault counts and total TVL.

Example

curl https://api.philidor.io/v1/chains

Response

{
  "data": [
    {
      "id": 1,
      "name": "Ethereum",
      "logo_url": "/chains/ethereum.svg",
      "vault_count": 350,
      "tvl": 5000000000
    },
    {
      "id": 8453,
      "name": "Base",
      "logo_url": "/chains/base.svg",
      "vault_count": 120,
      "tvl": 800000000
    }
  ]
}

See Supported Chains for full chain details including finality depths.

On this page

Raw