Skip to main content
GET
Get chain info

Headers

X-API-Key
string | null

Path Parameters

chain_id
string
required

The Cobo chain ID to look up (for example, ETH, BASE_ETH, SOL). Obtain supported chain IDs by calling the List supported chains operation (GET /metadata/chains).

Response

Successful Response

result
ChainInfo · object
required

Single chain info from get_chains_by_chain_coins.

All optional fields use str | None because the upstream Blockchain API may return null for any non-essential attribute.

success
boolean
default:true
suggestion
string
default:""
message
string
default:""
meta
PaginationMeta · object | null

Pagination metadata for list responses.

Supports both legacy offset-based and cursor-based pagination. Cursor fields (has_more, after, before) are populated for cursor-paginated endpoints. Legacy fields (offset, limit) are populated when the caller uses the deprecated offset parameter.