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
- 200
- 404
- 500
The request was successful. Returns a ChainDetails object.
Response Headers
X-Request-ID
Unique request identifier for debugging and support
Chain not found. Returns an Error object.
Response Headers
X-Request-ID
Unique request identifier for debugging and support
Internal server error. Returns an Error object.
Response Headers
X-Request-ID
Unique request identifier for debugging and support