Supported Chains & Tokens

There are two endpoints for getting the updated supported chains and tokens.

Since some chains have down time or other technical issues, we might suspend those chains for hours or even days. It is important for anyone who wants to integrate Chainge service to check the updated supported chains and tokens.

Get Chainge Supported Chains

GET /open/v1/base/getSupportChains

{
  "code": 0,
  "data": {},
  "msg": "string",
  "status": 0
}

Get Chainge Supported Tokens for a specified chain

GET /open/v1/base/getSupportTokens

Headers

NameTypeDescription

chain*

chain name string from getSupportChains API

{
  "code": 0,
  "data": {},
  "msg": "string",
  "status": 0
}

Last updated