Skip to main content

List all blockchain chains

GET 

/v1/chains

Retrieves all blockchain chains supported by the system.

info

Properties of the output are providing aggregated information from across all symbols related to the specific chain. If you need to calculate your aggregation (e.g., limiting only the particular type of symbols), you should use /v1/symbols endpoint as a data source.

Request

Query Parameters

    filter_chain_id string

    Comma or semicolon delimited chain identifiers used to filter response. (optional, eg. ETHEREUM;ARBITRUM).

Responses

successful operation

Schema

  • Array [

  • chain_id stringnullable

    Gets or sets the chain identifier.

    name stringnullable

    Gets or sets the name of the chain.

  • ]

Loading...