查询链支持的币种列表
查询链支持的币种列表
application/json
Request Body
chainSymbol string required
链名称 简称 链标识 具有唯一性
Responses
- 200
successful operation
application/json
Schema
Example (from schema)
Schema
code integer
msg string
data object
assetName string required
币种全名称
assetId string required
币标识 具有唯一性
assetDecimal integer required
币种精度
success boolean
{
"code": 200,
"msg": "",
"data": {
"assetName": "ETH",
"assetId": "ETH_ETH",
"assetDecimal": 18
},
"success": true
}
Loading...