Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 1.17 KB

PublicTrade.md

File metadata and controls

19 lines (15 loc) · 1.17 KB

PublicTrade

Properties

Name Type Description Notes
direction str Trade direction of the taker
tick_direction int Direction of the "tick" (`0` = Plus Tick, `1` = Zero-Plus Tick, `2` = Minus Tick, `3` = Zero-Minus Tick).
timestamp int The timestamp of the trade
price float The price of the trade
trade_seq int The sequence number of the trade within instrument
trade_id str Unique (per currency) trade identifier
iv float Option implied volatility for the price (Option only) [optional]
index_price float Index Price at the moment of trade
amount float Trade amount. For perpetual and futures - in USD units, for options it is amount of corresponding cryptocurrency contracts, e.g., BTC or ETH.
instrument_name str Unique instrument identifier

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