cURL
curl --request GET \ --url https://api.woox.io/v3/trade/transaction \ --header 'x-api-key: <x-api-key>' \ --header 'x-api-signature: <x-api-signature>' \ --header 'x-api-timestamp: <x-api-timestamp>'
{ "success": true, "timestamp": 123, "data": { "id": 123, "symbol": "<string>", "fee": 123, "feeAsset": "<string>", "side": "BUY", "orderId": 123, "executedPrice": "<string>", "executedQuantity": "<string>", "isMaker": 123, "realizedPnl": "<string>", "executedTimestamp": 123, "isMatchRpi": false } }
get transaction by trade id (last 3 months)
"abcdef123456"
"signaturestring"
"1718943200000"
Id of the transaction; Either tradeId or clientOrderId is required. If both are passed, tradeId will be used.
true
timestamp
Show child attributes