curl --location --request GET 'https://sandbox-gateway.pingpongx.com/v2/fx/trade/query/order/contract?target_c_order_id=2023070315300001' \
--header 'access_token;'
{
"code": 0,
"data": {
"base_currency": "USD",
"buy_currency": "CNH",
"sell_currency": "USD",
"status_desc": "已履约",
"trade_channel": "web",
"open_time": 1691566998000,
"source_type": "lock",
"buy_amount": 718.88,
"base_currency2": "CNH",
"pay_way": "balance",
"price": 7.1888,
"sell_amount": 100,
"order_id": "230809MK743199364",
"position_id": "230809FW579802011",
"price2": 0.139105,
"status": "settle",
"value_date": "2023-08-09"
},
"message": "ok"
}