{
"page": 1,
"page_size": 1
}
curl --location --request POST 'https://test-api-proxy.ddpurse.com/brc20swap/stat/trade_info_list' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"page_size": 1
}'
{
"code": 0,
"msg": "string",
"data": {
"total": 0,
"items": [
{
"pool_locked_amount": "string",
"pool_locked_amount_btc": "string",
"trade_flow": "string",
"trade_flow_btc": "string",
"trade_flow_24h_btc": "string",
"trade_flow_24h_usd": "string",
"coin_type_1": "string",
"tick1": "string",
"icon1": "string",
"coin_type_2": "string",
"tick2": "string",
"icon2": "string"
}
]
}
}