Returns an array of all blockchain networks supported by the Faraday API.
Each object in the response describes one supported network and includes:
slug: canonical short identifier for the chainlabel: human-readable display namekind: network family (evm, solana, or cosmos)aliases: alternative strings accepted in API requestsNote: You may use either the
slugor one of itsaliasesas the value forfrom_chainorto_chainwhen submitting quote or transaction requests.
This endpoint does not require authentication.
List of supported chains
Alternative strings accepted for this network.
Note: Any alias listed here will also parse correctly in API requests wherever a network slug is expected.
["ethereum"]Indicates whether this network is a testnet.
false
Network family: eip155, solana, or cosmos.
eip155, solana, cosmos Human-readable name for the network.
"Ethereum"
Canonical slug for this blockchain network.
Note: Use this value (or one of the
aliases) as thefrom_chainorto_chainparameter when submitting quote or transaction requests.
"eth"
Chain ID as a string (e.g. "1", "10", "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp", "osmosis-1").
"1"