curl --location --request GET 'https://sandbox-gateway.pingpongx.com/v2/fx/trade/contract/page?source_type=spot&status=settle&position_id=230808FW477023193&value_date_begin=1675845144000&value_date_end=1675938744000&open_time_begin=1675845144000&open_time_end=1675938744000&buy_currency=CNH&sell_currency=USD&trade_channel=api&page_no=1&page_size=10' \
--header 'access_token;'
{
"code": 0,
"data": {
"total": 1,
"records": [
{
"base_currency": "USD",
"buy_currency": "CNH",
"sell_currency": "USD",
"status_desc": "已履约",
"trade_channel": "api",
"open_time": 1691564845000,
"source_type": "spot",
"buy_amount": 3595.37,
"pay_way": "balance",
"base_currency2": "CNH",
"price": 7.19073,
"sell_amount": 500,
"position_id": "230809SP841147978",
"price2": 0.139068,
"status": "settle",
"value_date": "2023-08-09"
}
]
},
"message": "ok"
}