cURL
curl --request GET \ --url https://api.woox.io/v3/trade/transaction \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'x-api-key: <x-api-key>' \ --header 'x-api-signature: <x-api-signature>' \ --header 'x-api-timestamp: <x-api-timestamp>' \ --data tradeId=1954766344355779056
{ "success": true, "timestamp": 123, "data": { "id": 123, "symbol": "<string>", "fee": 123, "feeAsset": "<string>", "side": "<string>", "orderId": 123, "executedPrice": "<string>", "executedQuantity": "<string>", "isMaker": 123, "realizedPnl": "<string>", "executedTimestamp": 123, "isMatchRpi": false } }
get transaction by trade id (last 3 months)
api-key
"abcdef123456"
api-signature
"signaturestring"
api-timestamp
"1718943200000"
The body is of type object.
object
The response is of type object.