{
"order_status": "string",
"order_time_start": 0,
"order_time_end": 0,
"trade_channel": "string",
"order_expire_time_sort": "string",
"order_time_sort": "string",
"buy_currency": "string",
"sell_currency": "string",
"page_size": 0,
"page_no": 0
}curl --location --request POST 'https://sandbox-gateway.pingpongx.com/v1/fx/trade/limit/order/page' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_status": "string",
"order_time_start": 0,
"order_time_end": 0,
"trade_channel": "string",
"order_expire_time_sort": "string",
"order_time_sort": "string",
"buy_currency": "string",
"sell_currency": "string",
"page_size": 0,
"page_no": 0
}'{
"code": 400,
"message": "卖出货币缺失"
}