{
"buy_currency": "string",
"sell_currency": "string",
"buy_amount": 0,
"sell_amount": 0,
"slip": 0,
"ref_price": 0,
"base_currency": "string",
"pay_way": "string",
"c_order_id": "string",
"tenor": "string"
}curl --location --request POST 'https://sandbox-gateway.pingpongx.com/v1/fx/trade/create/order' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"buy_currency": "string",
"sell_currency": "string",
"buy_amount": 0,
"sell_amount": 0,
"slip": 0,
"ref_price": 0,
"base_currency": "string",
"pay_way": "string",
"c_order_id": "string",
"tenor": "string"
}'{
"code": 0,
"data": {
"buy_amount": 6.89,
"buy_currency": "CNH",
"c_order_id": "1677048662914",
"price": 6.89408,
"price2": 0.145052,
"base_currency": "USD",
"base_currency2": "CNH",
"sell_amount": -1,
"sell_currency": "USD",
"status": "rated",
"status_desc": "已成交",
"transaction_id": "230222SP405561443"
},
"message": "ok"
}