{
"data": {
"orderId": "726300170547609600",
"orderStatus": "PROCESSING",
"acceptStatus": "ACCEPTING",
"accountName": "TestSubWallet1772688467",
"walletId": "3095",
"currency": "USDC",
"amount": "190.99",
"completeTime": 1720606148703,
"walletAddress": "1544594690749788162",
"transactionId": "mock2s0260000004",
"payer": {
"walletAddress": "1544594690749788161",
"walletNetwork": "ETH",
"isCexAddress": true
},
"quote": {
"quoteId": "37947e9f5ada4fa0b38955d3949bd9fc",
"price": "1",
"fee": "0",
"expireTime": "2026-03-06T06:21:43.829Z"
},
"aml": {
"amlStatus": "PASSED",
"riskLevel": "LOW"
}
},
"eventId": "d4798719-1c9e-4ab9-b9f4-97dcfc25488b",
"eventType": "COLLECT_ORDER_UPDATED",
"referenceId": "726300170547609600",
"status": "PROCESSING",
"timestamp": 1772777203843
}curl --location --request POST 'https://your-api-server.com' \
--header 'API-KEY: apikey ' \
--header 'API-TIMESTAMP: 1765454475759' \
--header 'API-SIGNATURE: d110004016a3cf2bfa06d57eaf850618c143f8aeb6e528882bd3811b2b988160' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"orderId": "726300170547609600",
"orderStatus": "PROCESSING",
"acceptStatus": "ACCEPTING",
"accountName": "TestSubWallet1772688467",
"walletId": "3095",
"currency": "USDC",
"amount": "190.99",
"completeTime": 1720606148703,
"walletAddress": "1544594690749788162",
"transactionId": "mock2s0260000004",
"payer": {
"walletAddress": "1544594690749788161",
"walletNetwork": "ETH",
"isCexAddress": true
},
"quote": {
"quoteId": "37947e9f5ada4fa0b38955d3949bd9fc",
"price": "1",
"fee": "0",
"expireTime": "2026-03-06T06:21:43.829Z"
},
"aml": {
"amlStatus": "PASSED",
"riskLevel": "LOW"
}
},
"eventId": "d4798719-1c9e-4ab9-b9f4-97dcfc25488b",
"eventType": "COLLECT_ORDER_UPDATED",
"referenceId": "726300170547609600",
"status": "PROCESSING",
"timestamp": 1772777203843
}'{}