List all blockchain chains
GET/v1/chains
Retrieves all blockchain chains supported by the system.
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
Comma or semicolon delimited chain identifiers used to filter response. (optional, eg. ETHEREUM;ARBITRUM
).
Responses
- 200
successful operation
- text/plain
- application/json
- text/json
- application/x-msgpack
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
Gets or sets the chain identifier.
Gets or sets the name of the chain.
[
{
"chain_id": "string",
"name": "string"
}
]
[
{
"chain_id": "ETHEREUM",
"name": "Ethereum"
},
{
"chain_id": "ARBITRUM",
"name": "Arbitrum"
},
{
"chain_id": "POLYGON",
"name": "Polygon"
}
]
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
Gets or sets the chain identifier.
Gets or sets the name of the chain.
[
{
"chain_id": "string",
"name": "string"
}
]
[
{
"chain_id": "ETHEREUM",
"name": "Ethereum"
},
{
"chain_id": "ARBITRUM",
"name": "Arbitrum"
},
{
"chain_id": "POLYGON",
"name": "Polygon"
}
]
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
Gets or sets the chain identifier.
Gets or sets the name of the chain.
[
{
"chain_id": "string",
"name": "string"
}
]
[
{
"chain_id": "ETHEREUM",
"name": "Ethereum"
},
{
"chain_id": "ARBITRUM",
"name": "Arbitrum"
},
{
"chain_id": "POLYGON",
"name": "Polygon"
}
]
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
Gets or sets the chain identifier.
Gets or sets the name of the chain.
[
{
"chain_id": "string",
"name": "string"
}
]
[
{
"chain_id": "ETHEREUM",
"name": "Ethereum"
},
{
"chain_id": "ARBITRUM",
"name": "Arbitrum"
},
{
"chain_id": "POLYGON",
"name": "Polygon"
}
]