Skip to main content
Version: v2

Retrieve chain details by selector

GET 

/chains/:selector

Get detailed information about a specific blockchain network by its CCIP chain selector. Returns the base chain info plus a family-specific chainConfig object containing CCIP deployment identifiers and chain-family-specific configuration fields. The shape varies by chainFamily; see the corresponding chain config schema for the fields returned for each family. The chainConfig is discriminated by the chainFamily field within it.

Request

Responses

The request was successful. Returns a ChainDetails object.

Response Headers
    X-Request-ID

    Unique request identifier for debugging and support