| Name | Type | Description | Notes |
|---|---|---|---|
| Contract | string | Futures contract | [optional] |
| Last | string | Last trading price | [optional] |
| ChangePercentage | string | Price change percentage. Negative values indicate price decrease, e.g. -7.45 | [optional] |
| TotalSize | string | Contract total size | [optional] |
| Low24h | string | 24-hour lowest price | [optional] |
| High24h | string | 24-hour highest price | [optional] |
| Volume24h | string | 24-hour trading volume | [optional] |
| Volume24hBtc | string | 24-hour trading volume in BTC (deprecated, use `volume_24h_base`, `volume_24h_quote`, `volume_24h_settle` instead) | [optional] |
| Volume24hUsd | string | 24-hour trading volume in USD (deprecated, use `volume_24h_base`, `volume_24h_quote`, `volume_24h_settle` instead) | [optional] |
| Volume24hBase | string | 24-hour trading volume in base currency | [optional] |
| Volume24hQuote | string | 24-hour trading volume in quote currency | [optional] |
| Volume24hSettle | string | 24-hour trading volume in settle currency | [optional] |
| MarkPrice | string | Recent mark price | [optional] |
| FundingRate | string | Funding rate | [optional] |
| FundingRateIndicative | string | Indicative Funding rate in next period. (deprecated. use `funding_rate`) | [optional] |
| IndexPrice | string | Index price | [optional] |
| QuantoBaseRate | string | Exchange rate of base currency and settlement currency in Quanto contract. Does not exists in contracts of other types | [optional] |
| LowestAsk | string | Recent lowest ask | [optional] |
| LowestSize | string | The latest seller's lowest price order quantity | [optional] |
| HighestBid | string | Recent highest bid | [optional] |
| HighestSize | string | The latest buyer's highest price order volume | [optional] |
| ChangeUtc0 | string | Percentage change at utc0. Negative values indicate a drop, e.g., -7.45% | [optional] |
| ChangeUtc8 | string | Percentage change at utc8. Negative values indicate a drop, e.g., -7.45% | [optional] |
| ChangePrice | string | 24h change amount. Negative values indicate a drop, e.g., -7.45 | [optional] |
| ChangeUtc0Price | string | Change amount at utc0. Negative values indicate a drop, e.g., -7.45 | [optional] |
| ChangeUtc8Price | string | Change amount at utc8. Negative values indicate a drop, e.g., -7.45 | [optional] |