Skip to main content
GET
/
v2
/
info
/
chains
Get Chains
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"
    }
  ]
}

Query Parameters

chain_ids
string

Comma-separated list of chain IDs to filter by.

Response

200 - application/json

Successful response

chains
object[]