Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 2.76 KB

File metadata and controls

37 lines (33 loc) · 2.76 KB

CrossexOrder

Properties

Name Type Description Notes
user_id str User ID
order_id str Order ID
text str Client-defined order ID.
state str Order status: NEW: Validated and queued to be sent to the exchange. OPEN: Resting on the exchange order book. PARTIALLY_FILLED: Partially filled. FILLED: Fully filled. FAIL: CrossEx internal validation failed; see the `reason` field for details. REJECT: Rejected by the exchange; see the `reason` field for details.
symbol str Unique trading pair identifiers, e.g. `BINANCE_SPOT_BTC_USDT`, `BINANCE_FUTURE_BTC_USDT`.
side str Side (`BUY` buy / `SELL` sell).
type str Order type (`LIMIT` limit / `MARKET` market).
attribute str Order attributes (`COMMON` normal / `LIQ` liquidation takeover / `REDUCE` liquidation reduction / `ADL` auto-deleverage / `SETTLEMENT` delisting settlement).
exchange_type str Venue bucket (`BINANCE` / `OKX` / `GATE` / `BYBIT` / `KRAKEN` / `HYPERLIQUID`).
business_type str Business type (`SPOT` Spot / `FUTURE` Futures / `MARGIN` Margin).
qty str Order quantity in the base currency.
quote_qty str Order quantity in the quote currency.
price str Order price.
time_in_force str Time in force (default `GTC`; enum: `GTC` / `IOC` / `FOK` / `POC`).
executed_qty str Filled base amount.
executed_amount str Filled quote amount.
executed_avg_price str Average Filled Price
fee_coin str Fee currency
fee str Fee amount.
reduce_only str Reduce-only order (`"true"` or `"false"`).
leverage str Order leverage multiplier.
reason str Failure reason description.
last_executed_qty str Base quantity of the latest fill.
last_executed_price str Price of the latest fill.
last_executed_amount str Quote amount of the latest fill.
position_side str Position side (`NONE` flat / `LONG` long / `SHORT` short).
create_time str Created time
update_time str Update time

[Back to Model list] [Back to API list] [Back to README]