Cancel all open orders for the caller. No request body is required — the scope is all of the caller's open orders. The downstream service handles idempotency; to inspect per-order outcomes, query /order/history after the call.
Weight: 1
Security Type: TRADE
Request parameters.
Cancel a single open order by its orderId.
Weight: 1
Security Type: TRADE
Request parameters.
Query all unfinished (open) orders for the caller. No business parameters are needed — user identity is derived from the signature.
Weight: 1
Security Type: USER_DATA
Request parameters.
Returns a single order along with its trade execution list. Callers can only read their own orders — the user identity is derived from the signed request.
Weight: 1
Security Type: USER_DATA
Request parameters.
Paged order history for the caller. Filters by symbol, order type, side, status, and time range.
Weight: 1
Security Type: USER_DATA
Request parameters.
Paged equity trade (per-fill) history for the caller. Each row is one execution, not one order — a partially filled order produces multiple rows. Filters by symbol, side, specific orderId, and time range.
Weight: 1
Security Type: USER_DATA
Request parameters.
Place a new equity order. Supports all combinations of LIMIT /
MARKET × BUY / SELL. For LIMIT BUY orders the commission fee is
automatically computed and reserved by the server at placement time —
callers submit price and quantity only, no fee field is required.
Field combination matrix*
| Side | OrderType | Required | Forbidden |
|---|---|---|---|
| BUY | LIMIT | price, quantity, tradingSession |
notional |
| BUY | MARKET | notional |
price, quantity, tradingSession |
| SELL | LIMIT | price, quantity, tradingSession |
notional |
| SELL | MARKET | quantity |
price, notional, tradingSession |
Fractional shares*: when quantity has a decimal component, or an
order is placed by notional, it is treated as a fractional-share
order. A fractional-share GTC order must be paired with
tradingSession = EXTENDED or 24H.
Rate limit: 200 requests / min (UID).
Weight: 1
Security Type: TRADE
Request parameters.
TradeApi - object-oriented interface TradeApi