[
{
"success": true,
"matchId": "string",
"pairId": 0,
"takerOrderId": "string",
"makerOrderId": "string",
"makerPrice": 0,
"takerPrice": 0,
"matchPrice": 0,
"takerFee": 0,
"makerFee": 0,
"takerAmount": 0,
"takerMatchTotalPrice": 0,
"makerMatchTotalPrice": 0,
"makerAmount": 0,
"createTime": 0,
"makerDone": true,
"takerDone": true,
"makerLeft": 0,
"takerLeft": 0,
"makerDataType": "string",
"takerDataType": "string",
"ifTaker": true,
"takerUid": "string",
"markerUid": "string"
}
]curl --location --request POST 'test-mg-admin.hwyc.io/test/testSpotOrder' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"success": true,
"matchId": "string",
"pairId": 0,
"takerOrderId": "string",
"makerOrderId": "string",
"makerPrice": 0,
"takerPrice": 0,
"matchPrice": 0,
"takerFee": 0,
"makerFee": 0,
"takerAmount": 0,
"takerMatchTotalPrice": 0,
"makerMatchTotalPrice": 0,
"makerAmount": 0,
"createTime": 0,
"makerDone": true,
"takerDone": true,
"makerLeft": 0,
"takerLeft": 0,
"makerDataType": "string",
"takerDataType": "string",
"ifTaker": true,
"takerUid": "string",
"markerUid": "string"
}
]'{}