cURL
curl --request GET \ --url https://router-api.initia.xyz/v2/info/chains
{ "chains": [ { "chain_id": "interwoven-1", "chain_name": "Initia", "chain_type": "cosmos", "pfm_enabled": true, "supports_memo": true, "logo_uri": "https://raw.githubusercontent.com/.../initia.png", "bech32_prefix": "init", "fee_assets": [], "rest": "https://rest.initia.xyz", "rpc": "https://rpc.initia.xyz" } ] }
Returns the list of all supported chains available for cross-chain transfers. You can optionally filter by specific chain IDs.
Comma-separated list of chain IDs to filter by.
Successful response
Show child attributes
Was this page helpful?