Getting Started
Public Data
Trading
- POSTPlace order
- DELCancel order
- DELCancel multiple orders
- GETGet order
- GETGet orders
- PUTEdit order
- POSTPlace algo order
- DELCancel algo order
- DELCancel multiple algo orders
- DELCancel all orders by symbol
- GETGet algo order
- GETGet algo orders
- PUTEdit algo order
- GETGet transaction by trade id (last 3 months)
- GETGet transaction history (in the past 2 years)
- GETGet trading fee
- POSTCancel all after
Account
Assets
Futures
Spot Margin
Websocket Streams
- Introduction
- Public Market Data
- Private User Data
- Commands
Trading
Get algo orders
get algo orders
GET
/
v3
/
trade
/
algoOrders
Copy
curl --request GET \
--url https://api.woox.io/v3/trade/algoOrders \
--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 'symbol=<string>' \
--data 'side=<string>' \
--data 'positionSide=<string>' \
--data 'algoType=<string>' \
--data 'orderType=<string>' \
--data 'isTriggered=<string>' \
--data 'algoOrderTag=<string>' \
--data realizedPnl=true \
--data 'status=<string>' \
--data startTime=123 \
--data endTime=123 \
--data page=123 \
--data size=123
Copy
{
{
"success": true,
"data": {
"meta": {
"total": 2,
"recordsPerPage": 25,
"currentPage": 1
},
"rows": [
{
"algoOrderId": 792419,
"clientAlgoOrderId": 0,
"rootAlgoOrderId": 792419,
"parentAlgoOrderId": 0,
"symbol": "SPOT_WOO_USDT",
"algoOrderTag": "default",
"algoType": "TRAILING_STOP",
"side": "SELL",
"positionSide": "BOTH",
"quantity": 1,
"isTriggered": false,
"triggerStatus": "USELESS",
"type": "MARKET",
"rootAlgoStatus": "NEW",
"algoStatus": "NEW",
"triggerPriceType": "MARKET_PRICE",
"triggerTime": "0",
"totalExecutedQuantity": "0",
"averageExecutedPrice": "0",
"totalFee": "0",
"feeAsset": "",
"totalRebate": 0,
"rebateCurrency": "USDT",
"reduceOnly": false,
"createdTime": 1696595221136,
"updatedTime": 1696595221136,
"isActivated": false,
"callbackRate": "0.03",
"activatedPrice": "0.21"
},
{
"algoOrderId": 792407,
"clientAlgoOrderId": 0,
"rootAlgoOrderId": 792407,
"parentAlgoOrderId": 0,
"symbol": "SPOT_WOO_USDT",
"algoOrderTag": "default",
"algoType": "BRACKET",
"side": "BUY",
"quantity": "100",
"isTriggered": false,
"triggerStatus": "SUCCESS",
"type": "LIMIT",
"positionSide": "BOTH",
"status": "NEW",
"rootAlgoStatus": "NEW",
"algoStatus": "NEW",
"triggerPriceType": "MARKET_PRICE",
"price": "0.15",
"triggerTime": "0",
"totalExecutedQuantity": "0",
"averageExecutedPrice": "0",
"totalFee": "0",
"feeAsset": "WOO",
"totalRebate": 0,
"rebateCurrency": "USDT",
"reduceOnly": false,
"createdTime": 1696589756133,
"updatedTime": 1696589756247,
"childOrders": [
{
"algoOrderId": 792408,
"clientAlgoOrderId": 0,
"rootAlgoOrderId": 792407,
"parentAlgoOrderId": 792407,
"symbol": "SPOT_WOO_USDT",
"algoOrderTag": "default",
"algoType": "TP_SL",
"side": "SELL",
"positionSide": "BOTH",
"quantity": 0,
"isTriggered": false,
"triggerStatus": "USELESS",
"rootAlgoStatus": "NEW",
"algoStatus": "NEW",
"triggerPriceType": "MARKET_PRICE",
"triggerTime": "0",
"totalExecutedQuantity": "0",
"visibleQuantity": "0",
"averageExecutedPrice": "0",
"totalFee": "0",
"feeAsset": "",
"totalRebate": "0",
"rebateCurrency": "USDT",
"reduceOnly": false,
"createdTime": 1696589756128,
"updatedTime": 1696589756128,
"isActivated": false,
"childOrders": [
{
"algoOrderId": 792409,
"clientAlgoOrderId": 0,
"rootAlgoOrderId": 792407,
"parentAlgoOrderId": 792408,
"symbol": "SPOT_WOO_USDT",
"algoOrderTag": "default",
"algoType": "TAKE_PROFIT",
"side": "SELL",
"positionSide": "BOTH",
"quantity": "0",
"isTriggered": false,
"triggerPrice": "0.3",
"triggerStatus": "USELESS",
"type": "MARKET",
"rootAlgoStatus": "NEW",
"algoStatus": "NEW",
"triggerPriceType": "MARKET_PRICE",
"triggerTime": "0",
"totalExecutedQuantity": "0",
"visibleQuantity": "0",
"averageExecutedPrice": "0",
"totalFee": "0",
"feeAsset": "",
"totalRebate": "0",
"rebateCurrency": "USDT",
"reduceOnly": true,
"createdTime": 1696589756118,
"updatedTime": 1696589756118,
"isActivated": false
},
{
"algoOrderId": 792410,
"clientAlgoOrderId": 0,
"rootAlgoOrderId": 792407,
"parentAlgoOrderId": 792408,
"symbol": "SPOT_WOO_USDT",
"algoOrderTag": "default",
"algoType": "STOP_LOSS",
"side": "SELL",
"positionSide": "BOTH",
"quantity": 0,
"isTriggered": false,
"triggerPrice": "0.1",
"triggerStatus": "USELESS",
"type": "MARKET",
"rootAlgoStatus": "NEW",
"algoStatus": "NEW",
"triggerPriceType": "MARKET_PRICE",
"triggerTime": "0",
"totalExecutedQuantity": "0",
"visibleQuantity": "0",
"averageExecutedPrice": "0",
"totalFee": "0",
"feeAsset": "",
"totalRebate": "0",
"rebateCurrency": "USDT",
"reduceOnly": true,
"createdTime": 1696589756123,
"updatedTime": 1696589756123,
"isActivated": false
}
]
}
]
},
...
]
},
"timestamp": 1696598461952
}
}
Limit: 10 requests per 1 second
Get orders by customizable conditions. For filtering by status, one can reference special bundled statuses below for ease of access of open (i.e. INCOMPLETE) orders or COMPLETED orders.
INCOMPLETE = NEW + PARTIAL_FILLED
COMPLETED = CANCELLED + FILLED + REJECTED
Copy
{
{
"success": true,
"data": {
"meta": {
"total": 2,
"recordsPerPage": 25,
"currentPage": 1
},
"rows": [
{
"algoOrderId": 792419,
"clientAlgoOrderId": 0,
"rootAlgoOrderId": 792419,
"parentAlgoOrderId": 0,
"symbol": "SPOT_WOO_USDT",
"algoOrderTag": "default",
"algoType": "TRAILING_STOP",
"side": "SELL",
"positionSide": "BOTH",
"quantity": 1,
"isTriggered": false,
"triggerStatus": "USELESS",
"type": "MARKET",
"rootAlgoStatus": "NEW",
"algoStatus": "NEW",
"triggerPriceType": "MARKET_PRICE",
"triggerTime": "0",
"totalExecutedQuantity": "0",
"averageExecutedPrice": "0",
"totalFee": "0",
"feeAsset": "",
"totalRebate": 0,
"rebateCurrency": "USDT",
"reduceOnly": false,
"createdTime": 1696595221136,
"updatedTime": 1696595221136,
"isActivated": false,
"callbackRate": "0.03",
"activatedPrice": "0.21"
},
{
"algoOrderId": 792407,
"clientAlgoOrderId": 0,
"rootAlgoOrderId": 792407,
"parentAlgoOrderId": 0,
"symbol": "SPOT_WOO_USDT",
"algoOrderTag": "default",
"algoType": "BRACKET",
"side": "BUY",
"quantity": "100",
"isTriggered": false,
"triggerStatus": "SUCCESS",
"type": "LIMIT",
"positionSide": "BOTH",
"status": "NEW",
"rootAlgoStatus": "NEW",
"algoStatus": "NEW",
"triggerPriceType": "MARKET_PRICE",
"price": "0.15",
"triggerTime": "0",
"totalExecutedQuantity": "0",
"averageExecutedPrice": "0",
"totalFee": "0",
"feeAsset": "WOO",
"totalRebate": 0,
"rebateCurrency": "USDT",
"reduceOnly": false,
"createdTime": 1696589756133,
"updatedTime": 1696589756247,
"childOrders": [
{
"algoOrderId": 792408,
"clientAlgoOrderId": 0,
"rootAlgoOrderId": 792407,
"parentAlgoOrderId": 792407,
"symbol": "SPOT_WOO_USDT",
"algoOrderTag": "default",
"algoType": "TP_SL",
"side": "SELL",
"positionSide": "BOTH",
"quantity": 0,
"isTriggered": false,
"triggerStatus": "USELESS",
"rootAlgoStatus": "NEW",
"algoStatus": "NEW",
"triggerPriceType": "MARKET_PRICE",
"triggerTime": "0",
"totalExecutedQuantity": "0",
"visibleQuantity": "0",
"averageExecutedPrice": "0",
"totalFee": "0",
"feeAsset": "",
"totalRebate": "0",
"rebateCurrency": "USDT",
"reduceOnly": false,
"createdTime": 1696589756128,
"updatedTime": 1696589756128,
"isActivated": false,
"childOrders": [
{
"algoOrderId": 792409,
"clientAlgoOrderId": 0,
"rootAlgoOrderId": 792407,
"parentAlgoOrderId": 792408,
"symbol": "SPOT_WOO_USDT",
"algoOrderTag": "default",
"algoType": "TAKE_PROFIT",
"side": "SELL",
"positionSide": "BOTH",
"quantity": "0",
"isTriggered": false,
"triggerPrice": "0.3",
"triggerStatus": "USELESS",
"type": "MARKET",
"rootAlgoStatus": "NEW",
"algoStatus": "NEW",
"triggerPriceType": "MARKET_PRICE",
"triggerTime": "0",
"totalExecutedQuantity": "0",
"visibleQuantity": "0",
"averageExecutedPrice": "0",
"totalFee": "0",
"feeAsset": "",
"totalRebate": "0",
"rebateCurrency": "USDT",
"reduceOnly": true,
"createdTime": 1696589756118,
"updatedTime": 1696589756118,
"isActivated": false
},
{
"algoOrderId": 792410,
"clientAlgoOrderId": 0,
"rootAlgoOrderId": 792407,
"parentAlgoOrderId": 792408,
"symbol": "SPOT_WOO_USDT",
"algoOrderTag": "default",
"algoType": "STOP_LOSS",
"side": "SELL",
"positionSide": "BOTH",
"quantity": 0,
"isTriggered": false,
"triggerPrice": "0.1",
"triggerStatus": "USELESS",
"type": "MARKET",
"rootAlgoStatus": "NEW",
"algoStatus": "NEW",
"triggerPriceType": "MARKET_PRICE",
"triggerTime": "0",
"totalExecutedQuantity": "0",
"visibleQuantity": "0",
"averageExecutedPrice": "0",
"totalFee": "0",
"feeAsset": "",
"totalRebate": "0",
"rebateCurrency": "USDT",
"reduceOnly": true,
"createdTime": 1696589756123,
"updatedTime": 1696589756123,
"isActivated": false
}
]
}
]
},
...
]
},
"timestamp": 1696598461952
}
}
Headers
api-key
Example:
"abcdef123456"
api-signature
Example:
"signaturestring"
api-timestamp
Example:
"1718943200000"
Body
application/x-www-form-urlencoded
The body is of type object
.
Response
200 - application/json
The response is of type object
.
Copy
curl --request GET \
--url https://api.woox.io/v3/trade/algoOrders \
--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 'symbol=<string>' \
--data 'side=<string>' \
--data 'positionSide=<string>' \
--data 'algoType=<string>' \
--data 'orderType=<string>' \
--data 'isTriggered=<string>' \
--data 'algoOrderTag=<string>' \
--data realizedPnl=true \
--data 'status=<string>' \
--data startTime=123 \
--data endTime=123 \
--data page=123 \
--data size=123
Copy
{
{
"success": true,
"data": {
"meta": {
"total": 2,
"recordsPerPage": 25,
"currentPage": 1
},
"rows": [
{
"algoOrderId": 792419,
"clientAlgoOrderId": 0,
"rootAlgoOrderId": 792419,
"parentAlgoOrderId": 0,
"symbol": "SPOT_WOO_USDT",
"algoOrderTag": "default",
"algoType": "TRAILING_STOP",
"side": "SELL",
"positionSide": "BOTH",
"quantity": 1,
"isTriggered": false,
"triggerStatus": "USELESS",
"type": "MARKET",
"rootAlgoStatus": "NEW",
"algoStatus": "NEW",
"triggerPriceType": "MARKET_PRICE",
"triggerTime": "0",
"totalExecutedQuantity": "0",
"averageExecutedPrice": "0",
"totalFee": "0",
"feeAsset": "",
"totalRebate": 0,
"rebateCurrency": "USDT",
"reduceOnly": false,
"createdTime": 1696595221136,
"updatedTime": 1696595221136,
"isActivated": false,
"callbackRate": "0.03",
"activatedPrice": "0.21"
},
{
"algoOrderId": 792407,
"clientAlgoOrderId": 0,
"rootAlgoOrderId": 792407,
"parentAlgoOrderId": 0,
"symbol": "SPOT_WOO_USDT",
"algoOrderTag": "default",
"algoType": "BRACKET",
"side": "BUY",
"quantity": "100",
"isTriggered": false,
"triggerStatus": "SUCCESS",
"type": "LIMIT",
"positionSide": "BOTH",
"status": "NEW",
"rootAlgoStatus": "NEW",
"algoStatus": "NEW",
"triggerPriceType": "MARKET_PRICE",
"price": "0.15",
"triggerTime": "0",
"totalExecutedQuantity": "0",
"averageExecutedPrice": "0",
"totalFee": "0",
"feeAsset": "WOO",
"totalRebate": 0,
"rebateCurrency": "USDT",
"reduceOnly": false,
"createdTime": 1696589756133,
"updatedTime": 1696589756247,
"childOrders": [
{
"algoOrderId": 792408,
"clientAlgoOrderId": 0,
"rootAlgoOrderId": 792407,
"parentAlgoOrderId": 792407,
"symbol": "SPOT_WOO_USDT",
"algoOrderTag": "default",
"algoType": "TP_SL",
"side": "SELL",
"positionSide": "BOTH",
"quantity": 0,
"isTriggered": false,
"triggerStatus": "USELESS",
"rootAlgoStatus": "NEW",
"algoStatus": "NEW",
"triggerPriceType": "MARKET_PRICE",
"triggerTime": "0",
"totalExecutedQuantity": "0",
"visibleQuantity": "0",
"averageExecutedPrice": "0",
"totalFee": "0",
"feeAsset": "",
"totalRebate": "0",
"rebateCurrency": "USDT",
"reduceOnly": false,
"createdTime": 1696589756128,
"updatedTime": 1696589756128,
"isActivated": false,
"childOrders": [
{
"algoOrderId": 792409,
"clientAlgoOrderId": 0,
"rootAlgoOrderId": 792407,
"parentAlgoOrderId": 792408,
"symbol": "SPOT_WOO_USDT",
"algoOrderTag": "default",
"algoType": "TAKE_PROFIT",
"side": "SELL",
"positionSide": "BOTH",
"quantity": "0",
"isTriggered": false,
"triggerPrice": "0.3",
"triggerStatus": "USELESS",
"type": "MARKET",
"rootAlgoStatus": "NEW",
"algoStatus": "NEW",
"triggerPriceType": "MARKET_PRICE",
"triggerTime": "0",
"totalExecutedQuantity": "0",
"visibleQuantity": "0",
"averageExecutedPrice": "0",
"totalFee": "0",
"feeAsset": "",
"totalRebate": "0",
"rebateCurrency": "USDT",
"reduceOnly": true,
"createdTime": 1696589756118,
"updatedTime": 1696589756118,
"isActivated": false
},
{
"algoOrderId": 792410,
"clientAlgoOrderId": 0,
"rootAlgoOrderId": 792407,
"parentAlgoOrderId": 792408,
"symbol": "SPOT_WOO_USDT",
"algoOrderTag": "default",
"algoType": "STOP_LOSS",
"side": "SELL",
"positionSide": "BOTH",
"quantity": 0,
"isTriggered": false,
"triggerPrice": "0.1",
"triggerStatus": "USELESS",
"type": "MARKET",
"rootAlgoStatus": "NEW",
"algoStatus": "NEW",
"triggerPriceType": "MARKET_PRICE",
"triggerTime": "0",
"totalExecutedQuantity": "0",
"visibleQuantity": "0",
"averageExecutedPrice": "0",
"totalFee": "0",
"feeAsset": "",
"totalRebate": "0",
"rebateCurrency": "USDT",
"reduceOnly": true,
"createdTime": 1696589756123,
"updatedTime": 1696589756123,
"isActivated": false
}
]
}
]
},
...
]
},
"timestamp": 1696598461952
}
}
Assistant
Responses are generated using AI and may contain mistakes.