---
title: "Query Allocations (USER_DATA)"
method: GET
path: "/api/v3/myAllocations"
tags: ["Trade"]
---

# Query Allocations (USER_DATA)

`GET /api/v3/myAllocations`

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

- `symbol` string, required
- `startTime` integer
- `endTime` integer
- `fromAllocationId` integer
- `limit` integer
- `orderId` integer
- `recvWindow` integer
- `timestamp` integer, required
- `signature` string, required

## Response `200`

Allocations resulting from SOR order placement

- object[]
  - `symbol` string, required
  - `allocationId` integer, required
  - `allocationType` string, required
  - `orderId` integer, required
  - `orderListId` integer, required
  - `price` string, required
  - `qty` string, required
  - `quoteQty` string, required
  - `commission` string, required
  - `commissionAsset` string, required
  - `time` integer, required
  - `isBuyer` boolean, required
  - `isMaker` boolean, required
  - `isAllocator` boolean, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized Request

---

[API](https://skmtc.net/binance/apis/binance-public-spot-api.md) · [All operations](https://skmtc.net/binance/apis/binance-public-spot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/binance/binance-public-spot-api/revisions/0dd2f133e12d/schema)
