GET /supportedChainList

GET get chain id list that Butter Router supports

Responses

HTTP Status Code

Meaning

Description

Data schema

200

Success

Inline

Response Example

200 Response

{
  "errno": 0,
  "message": "string",
  "data": [
    1,
    137,
    56,
    8217,
    1030,
    22776,
    728126428
  ]
}

Last updated