{
"page": 0,
"pageSize": 0,
"token": "string",
"bizList": [
0
]
}curl --location --request POST 'test-mg-admin.hwyc.io/pub/token/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 0,
"pageSize": 0,
"token": "string",
"bizList": [
0
]
}'{
"code": 0,
"msg": "",
"data": {
"total": 0,
"totalPage": 0,
"page": 0,
"pageSize": 0,
"data": {
"id": 0,
"tokenName": "",
"currency": 0,
"symbol": "",
"stable": 0,
"decimals": 0,
"address": "",
"chainId": "",
"iconUrl": "",
"minTradeAmount": 0,
"supportBiz": 0,
"state": 0,
"createTime": "",
"updateTime": ""
}
}
}