{
"source_type": "lock",
"status": "settle",
"sell_currency": "CNH",
"buy_currency": "USD",
"open_time_begin": 1675845144000,
"open_time_end": 1675938744000,
"value_date_begin": 1675845144000,
"value_date_end": 1675938744000
}curl --location --request POST 'https://sandbox-gateway.pingpongx.com/v1/fx/trade/order/page' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"source_type": "lock",
"status": "settle",
"sell_currency": "CNH",
"buy_currency": "USD",
"open_time_begin": 1675845144000,
"open_time_end": 1675938744000,
"value_date_begin": 1675845144000,
"value_date_end": 1675938744000
}'{
"code": 400,
"message": "卖出货币缺失"
}