Futures contract details
Name | Type | Description | Notes |
---|---|---|---|
Name | string | Futures contract | [optional] |
Type | string | Futures contract type | [optional] |
QuantoMultiplier | string | Multiplier used in converting from invoicing to settlement currency | [optional] |
LeverageMin | string | Minimum leverage | [optional] |
LeverageMax | string | Maximum leverage | [optional] |
MaintenanceRate | string | Maintenance rate of margin | [optional] |
MarkType | string | Mark price type, internal - based on internal trading, index - based on external index price | [optional] |
MarkPrice | string | Current mark price | [optional] |
IndexPrice | string | Current index price | [optional] |
LastPrice | string | Last trading price | [optional] |
MakerFeeRate | string | Maker fee rate, where negative means rebate | [optional] |
TakerFeeRate | string | Taker fee rate | [optional] |
OrderPriceRound | string | Minimum order price increment | [optional] |
MarkPriceRound | string | Minimum mark price increment | [optional] |
FundingRate | string | Current funding rate | [optional] |
FundingInterval | int | Funding application interval, unit in seconds | [optional] |
FundingNextApply | double | Next funding time | [optional] |
RiskLimitBase | string | Risk limit base,deprecated | [optional] |
RiskLimitStep | string | Step of adjusting risk limit,deprecated | [optional] |
RiskLimitMax | string | Maximum risk limit the contract allowed,deprecated,It is recommended to use /futures/{settle}/risk_limit_tiers to query risk limits. | [optional] |
OrderSizeMin | long | Minimum order size the contract allowed | [optional] |
OrderSizeMax | long | Maximum order size the contract allowed | [optional] |
OrderPriceDeviate | string | deviation between order price and current index price. If price of an order is denoted as order_price, it must meet the following condition: abs(order_price - mark_price) <= mark_price * order_price_deviate | [optional] |
RefDiscountRate | string | Referral fee rate discount | [optional] |
RefRebateRate | string | Referrer commission rate | [optional] |
OrderbookId | long | Current orderbook ID | [optional] |
TradeId | long | Current trade ID | [optional] |
TradeSize | long | Historical accumulated trade size | [optional] |
PositionSize | long | Current total long position size | [optional] |
ConfigChangeTime | double | Last changed time of configuration | [optional] |
InDelisting | bool | `in_delisting=true` And when position_size>0, it means the contract is in the offline transition period `in_delisting=true` And when position_size=0, it means the contract is offline | [optional] |
OrdersLimit | int | Maximum number of open orders | [optional] |
EnableBonus | bool | Whether bouns is enabled | [optional] |
EnableCredit | bool | Whether portfolio margin account is enabled | [optional] |
CreateTime | double | Created time of the contract | [optional] |
FundingCapRatio | string | The factor for the maximum of the funding rate. Maximum of funding rate = (1/market maximum leverage - maintenance margin rate) * funding_cap_ratio | [optional] |