Direction |
string |
Trade direction of the taker |
|
FeeCurrency |
string |
Currency, i.e `"BTC"`, `"ETH"` |
|
OrderId |
string |
Id of the user order (maker or taker), i.e. subscriber's order id that took part in the trade |
|
Timestamp |
int? |
The timestamp of the trade |
|
Price |
decimal? |
The price of the trade |
|
Iv |
decimal? |
Option implied volatility for the price (Option only) |
[optional] |
TradeId |
string |
Unique (per currency) trade identifier |
|
Fee |
decimal? |
User's fee in units of the specified `fee_currency` |
|
OrderType |
string |
Order type: `"limit`, `"market"`, or `"liquidation"` |
[optional] |
TradeSeq |
int? |
The sequence number of the trade within instrument |
|
SelfTrade |
bool? |
`true` if the trade is against own order. This can only happen when your account has self-trading enabled. Contact an administrator if you think you need that |
|
State |
string |
order state, `"open"`, `"filled"`, `"rejected"`, `"cancelled"`, `"untriggered"` or `"archive"` (if order was archived) |
|
Label |
string |
User defined label (presented only when previously set for order by user) |
[optional] |
IndexPrice |
decimal? |
Index Price at the moment of trade |
|
Amount |
decimal? |
Trade amount. For perpetual and futures - in USD units, for options it is amount of corresponding cryptocurrency contracts, e.g., BTC or ETH. |
|
InstrumentName |
string |
Unique instrument identifier |
|
TickDirection |
int? |
Direction of the "tick" (`0` = Plus Tick, `1` = Zero-Plus Tick, `2` = Minus Tick, `3` = Zero-Minus Tick). |
|
MatchingId |
string |
Always `null`, except for a self-trade which is possible only if self-trading is switched on for the account (in that case this will be id of the maker order of the subscriber) |
|
Liquidity |
string |
Describes what was role of users order: `"M"` when it was maker order, `"T"` when it was taker order |
[optional] |