New: LI.FI's API for Agentic Commerce is live — MCP Server, Agent Skills, and AI-first docs. Learn more
cURL
curl --request GET \ --url https://earn.li.fi/v1/earn/chains
[ { "name": "Ethereum", "chainId": 1, "networkCaip": "eip155:1" }, { "name": "Base", "chainId": 8453, "networkCaip": "eip155:8453" }, { "name": "Arbitrum One", "chainId": 42161, "networkCaip": "eip155:42161" } ]
Returns the list of chains that have at least one vault available. Derived from current vault data.
Supported chains
Human-readable chain name.
"Ethereum"
EVM chain ID.
-9007199254740991 <= x <= 9007199254740991
1
CAIP-2 network identifier.
"eip155:1"