Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 2.4 KB

File metadata and controls

35 lines (31 loc) · 2.4 KB

OptionsContract

Options contract details

Properties

Name Type Description Notes
name str Options contract name [optional]
tag str Tag [optional]
create_time float Created time [optional]
expiration_time float Expiration time [optional]
is_call bool `true` means call options, `false` means put options [optional]
multiplier str Multiplier used in converting from invoicing to settlement currency [optional]
underlying str Underlying [optional]
underlying_price str Underlying price (quote currency) [optional]
last_price str Last trading price [optional]
mark_price str Current mark price (quote currency) [optional]
index_price str Current index price (quote currency) [optional]
maker_fee_rate str Maker fee rate, negative values indicate rebates [optional]
taker_fee_rate str Taker fee rate [optional]
order_price_round str Minimum order price increment [optional]
mark_price_round str Minimum mark price increment [optional]
order_size_min int Minimum order size allowed by the contract [optional]
order_size_max int Maximum order size allowed by the contract [optional]
order_price_deviate str The positive and negative offset allowed between the order price and the current mark price, that `order_price` must meet the following conditions: order_price is within the range of mark_price +/- order_price_deviate * underlying_price and does not distinguish between buy and sell orders [optional]
ref_discount_rate str Trading fee discount for referred users [optional]
ref_rebate_rate str Commission rate for referrers [optional]
orderbook_id int Orderbook update ID [optional]
trade_id int Current trade ID [optional]
trade_size int Historical cumulative trading volume [optional]
position_size int Current total long position size [optional]
orders_limit int Maximum number of pending orders [optional]

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