API Reference
Chains
List supported blockchain networks.
GET /v1/chains
List all supported chains with active vault counts and total TVL.
Example
curl https://api.philidor.io/v1/chainsResponse
{
"success": true,
"data": [
{
"id": 1,
"name": "Ethereum",
"short_name": "ETH",
"vault_count": 350,
"total_tvl_usd": "5000000000",
"explorer_url": "https://etherscan.io"
},
{
"id": 8453,
"name": "Base",
"short_name": "BASE",
"vault_count": 120,
"total_tvl_usd": "800000000",
"explorer_url": "https://basescan.org"
}
]
}See Supported Chains for full chain details including finality depths.