v1
latestOpenAPI 3.0.02026-07-1498163181.9 KBChain
Get a chain
Returns a chain with assets
get/api/v1/chains/{id}
Path parameters
idnumber required
Response
Example response
{
"id": 1,
"assets": [
{
"chainId": 1,
"decimals": 1,
"superToken": {
"decimals": 1
}
}
],
"forkOf": 1
}