Query Allocations (USER_DATA)
Retrieves allocations resulting from SOR order placement.
Weight: 20
Supported parameter combinations: Parameters Response symbol allocations from oldest to newest symbol + startTime oldest allocations since startTime symbol + endTime newest allocations until endTime symbol + startTime + endTime allocations within the time range symbol + fromAllocationId allocations by allocation ID symbol + orderId allocations related to an order starting with oldest symbol + orderId + fromAllocationId allocations related to an order by allocation ID
Note: The time between startTime and endTime can't be longer than 24 hours.
Query parameters
Trading symbol, e.g. BNBUSDT
UTC timestamp in ms
UTC timestamp in ms
Default 500; max 1000.
Order id
The value cannot be greater than 60000
UTC timestamp in ms
Signature
Response
Allocations resulting from SOR order placement
Example response
[
{
"symbol": "BTCUSDT",
"allocationType": "SOR",
"orderId": 1,
"orderListId": -1,
"price": "1.00000000",
"qty": "5.00000000",
"quoteQty": "5.00000000",
"commission": "0.00000000",
"commissionAsset": "BTC",
"time": 1687506878118,
"isBuyer": true
}
]