id
market_id
market
Same as «market». Deprecated.
ask_unit
Market ask unit. In BTC/USD ask unit is BTC.
bid_unit
Market bid unit. In BTC/USD bid unit is USD.
strategy
Order strategy.
One of:
— «limit»
— «market»
— «stop_limit»
type
Order type.
One of:
— «ask»
— «bid»
side
Same as «type». Deprecated.
price
Order price (only for «limit» or «stop_limit» orders).
stop_price
Order stop price («stop_limit» orders).
immediate
«true» or «false».
If set to «true», order will be fully filled immediately or canceled if not possible to fill fully.
expiry
The time at which order cancellation will be automatically triggered.
Applicable only to limit or stop limit orders.
state
Order state.
One of:
— «open»
— «closed»
— «canceled»
– «pending» (for stop limit orders)
trades_count
Number of trades taken place for the order.
user_id
User ID of the user placing the order.
uid
Same as «user_id». Deprecated.
average_execution_price
Average price of executed trades.
avg_price
Same as «average_execution_price». Deprecated.
created_at
Time when order has been placed.
updated_at
Time when order has received any kind of updates last time like volume change,
new trade, state change and other.
volume_initial
Initial order volume (original).
volume_remaining
Remaining order volume (still not filled).
volume_executed
Executed order volume (filled by trades).
volume
Same as «volume_initial». Deprecated.
remaining_volume
Same as «volume_remaining». Deprecated.
executed_volume
Same as «volume_executed». Deprecated.
base
quote
funds_received
For ask orders this property contains amount of funds
you have received from selling an asset (BTC/USD – USD).
For bid orders this property contains amount of funds
you have received from buying an asset (BTC/USD – BTC).
funds_used
For ask orders this property contains amount of funds
you have used for selling an asset (BTC/USD – BTC).
For bid orders this property contains amount of funds
you have used for buying an asset (BTC/USD – USD).
cost
Same as «funds_used». Deprecated.
fee_model
Fee model used by order.
One of:
– «ask_bid»: fee ratio is always fixed and varies based on order type (ask or bid).
– «maker_taker»: fee ratio is determined depending on order behavior (maker or taker).
fee_ask_bid_ratio
Fee ratio used by «ask_bid» model.
fee_maker_ratio
Fee ratio used by «maker_taker» model.
fee_taker_ratio
Fee ratio used by «maker_taker» model.
fee_unit_default
Defines default currency used to pay fees.
For ask orders default fee unit is equal to bid unit (BTC/USD – USD).
For bid orders default fee unit is equal to ask unit (BTC/USD – BTC).
fee_discount_default
Defines discount which is applied to fee in case fee is paid in default unit («fee_unit_default»).
For example: value «0.15» means 15% discount.
fee_unit_instructed
If present, trade executor will attempt to use instructed currency to pay fees in.
If there are not enough funds on user's account trade executed will use «fee_unit_default».
fee_discount_instructed
Defines discount which is applied to fee in case fee is paid in instructed unit («fee_unit_instructed»).