Skip to main content

ChainsResponse

countinteger

Number of supported chains

items object[]

Supported chains, sorted ascending by numeric chainId.

  • Array [
  • chainIdstringrequired

    Decimal EVM chain id, as a string.

    Example: 1
    namestringrequired

    Human-readable display name. Prefers the registry shortName (concise, e.g. "eth"); falls back to the long name, then to "Chain {id}".

    Example: eth
    logoURIstring<uri>required

    Absolute URL to the chain icon. Always populated; consumers should handle broken images gracefully.

    Example: https://raw.githubusercontent.com/1delta-DAO/chains/main/1.webp
  • ]
  • ChainsResponse
    {
    "count": 0,
    "items": [
    {
    "chainId": "1",
    "name": "eth",
    "logoURI": "https://raw.githubusercontent.com/1delta-DAO/chains/main/1.webp"
    }
    ]
    }