List all chains by chain ID
GET/v1/chains/:chain_id
List all chains by chain ID
Request
Path Parameters
chain_id stringrequired
The chain ID.
Responses
- 200
successful operation
- text/plain
- application/json
- text/json
- application/x-msgpack
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
chain_id stringnullable
Gets or sets the chain identifier.
name stringnullable
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 [
]
chain_id stringnullable
Gets or sets the chain identifier.
name stringnullable
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 [
]
chain_id stringnullable
Gets or sets the chain identifier.
name stringnullable
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 [
]
chain_id stringnullable
Gets or sets the chain identifier.
name stringnullable
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"
}
]
Loading...
Was this section helpful?