Skip to main content

Get supported chains

Get the list of all supported blockchains in the system

GET: /chain/list

Content-Type: application/json

Parameters None

Response
Example:
{
"code": 0,
"data": {
"items": [
{
"chain_id": 0, // Chain ID
"chain_name": "string", // Chain Name
"disp_chain_name": "string", // Display Chain Name
"image_url": "string", // Image URL
"min_order_amount": "string" // Min Order Amount
}
],
"total": 0
},
"msg": "string",
"time": 0
}