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