Skip to content

Latest commit

 

History

History
50 lines (46 loc) · 4.01 KB

File metadata and controls

50 lines (46 loc) · 4.01 KB

Contract

Futures contract details

Properties

Name Type Description Notes
name str Futures contract [optional]
type str Contract type: inverse - inverse contract, direct - direct contract [optional]
quanto_multiplier str Multiplier used in converting from invoicing to settlement currency [optional]
leverage_min str Minimum leverage [optional]
leverage_max str Maximum leverage [optional]
maintenance_rate str Maintenance rate of margin [optional]
mark_type str Mark price type: internal - internal trading price, index - external index price [optional]
mark_price str Current mark price [optional]
index_price str Current index price [optional]
last_price str Last trading price [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]
funding_rate str Current funding rate [optional]
funding_interval int Funding application interval, unit in seconds [optional]
funding_next_apply float Next funding time [optional]
risk_limit_base str Base risk limit (deprecated) [optional]
risk_limit_step str Risk limit adjustment step (deprecated) [optional]
risk_limit_max str Maximum risk limit allowed by the contract (deprecated). It is recommended to use /futures/{settle}/risk_limit_tiers to query risk limits [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 Maximum allowed deviation between order price and current mark price. The order price `order_price` must satisfy the following condition: abs(order_price - mark_price) <= mark_price * order_price_deviate [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]
config_change_time float Last configuration update time [optional]
in_delisting bool `in_delisting=true` and position_size>0 indicates the contract is in delisting transition period `in_delisting=true` and position_size=0 indicates the contract is delisted [optional]
orders_limit int Maximum number of pending orders [optional]
enable_bonus bool Whether bonus is enabled [optional]
enable_credit bool Whether portfolio margin account is enabled [optional]
create_time float Created time of the contract [optional]
funding_cap_ratio str The factor for the maximum of the funding rate. Maximum of funding rate = (1/market maximum leverage - maintenance margin rate) * funding_cap_ratio [optional]
status str Contract status types include: prelaunch (pre-launch), trading (active), delisting (delisting), delisted (delisted), circuit_breaker (circuit breaker) [optional]
launch_time int Contract expiry timestamp [optional]
delisting_time int Timestamp when contract enters reduce-only state [optional]
delisted_time int Contract delisting time [optional]

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