Get current account commission rates.
Weight(IP): 20
Security Type: USER_DATA
Notes: Data Source:* Database
Request parameters.
Retrieves all order lists based on provided optional parameters.
Note that the time between startTime and endTime can't be longer
than 24 hours.
Weight(IP): 20
Security Type: USER_DATA
Notes: Data Source:* Database
OptionalrequestParameters: AllOrderListRequestRequest parameters.
Get all account orders; active, canceled, or filled.
Weight(IP): 20
Security Type: USER_DATA
Notes: Data Source:* Database
orderId is set, it will get orders >= that orderId. Otherwise most recent orders are returned.cummulativeQuoteQty will be < 0, meaning the data is not available at this time.startTime and/or endTime provided, orderId is not required.startTime and endTime can't be longer than 24 hours.Request parameters.
Get current account information.
Weight(IP): 20
Security Type: USER_DATA
Notes: Data Source:* Memory => Database
OptionalrequestParameters: GetAccountRequestRequest parameters.
Get all open orders on a symbol. Careful when accessing this with no symbol.
Weight: 6 for a single symbol; 80 when the symbol parameter is omitted
Security Type: USER_DATA
Notes: Data Source:* Memory => Database
OptionalrequestParameters: GetOpenOrdersRequestRequest parameters.
Check an order's status.
Weight(IP): 4
Security Type: USER_DATA
Notes: Data Source:* Memory => Database
orderId or origClientOrderId must be sent.orderId and origClientOrderId are provided, the orderId is searched first, then the origClientOrderId from that result is checked against that order. If both conditions are not met the request will be rejected.cummulativeQuoteQty will be < 0, meaning the data is not available at this time.Request parameters.
Retrieves a specific order list based on provided optional parameters.
Weight(IP): 4
Security Type: USER_DATA
Notes: Data Source:* Database
OptionalrequestParameters: GetOrderListRequestRequest parameters.
Retrieves allocations resulting from SOR order placement.
Weight(IP): 20
Security Type: USER_DATA
Notes: Data Source:* Database"
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.
Request parameters.
Retrieves the list of filters relevant to an account on a given symbol. This is the only endpoint that shows if an account has MAX_ASSET filters applied to it.
Weight(IP): 40
Security Type: USER_DATA
Notes: Data Source:* Memory
Request parameters.
Displays the list of orders that were expired due to STP.
These are the combinations supported:
symbol + preventedMatchIdsymbol + orderIdsymbol + orderId + fromPreventedMatchId (limit will default to 500)symbol + orderId + fromPreventedMatchId + limit| Weight: Case | Weight |
|---|---|
If symbol is invalid |
2 |
Querying by preventedMatchId |
2 |
Querying by orderId |
20 |
Security Type: USER_DATA
Notes: Data Source:* Database
Request parameters.
Get trades for a specific account and symbol.
| Weight: Condition | Weight |
|---|---|
| Without orderId | 20 |
| With orderId | 5 |
Security Type: USER_DATA
Notes: Data Source:* Memory => Database
*Notes:**:
fromId is set, it will get trades >= that fromId. Otherwise most recent trades are returned.startTime and endTime can't be longer than 24 hours.symbolsymbol + orderIdsymbol + startTimesymbol + endTimesymbol + fromIdsymbol + startTime + endTimesymbol+ orderId + fromIdRequest parameters.
Query Open Order lists
Weight(IP): 6
Security Type: USER_DATA
Notes: Data Source:* Memory -> Database
OptionalrequestParameters: OpenOrderListRequestRequest parameters.
Queries all amendments of a single order.
Weight(IP): 4
Security Type: USER_DATA
Notes: Data Source:* Database
Request parameters.
Displays the user's unfilled order count for all intervals.
Weight(IP): 40
Security Type: USER_DATA
Notes: Data Source:* Memory
OptionalrequestParameters: RateLimitOrderRequestRequest parameters.
AccountApi - interface AccountApi