# FuturesTicker ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **contract** | **str** | Futures contract | [optional] **last** | **str** | Last trading price | [optional] **change_percentage** | **str** | Change percentage. | [optional] **total_size** | **str** | Contract total size | [optional] **low_24h** | **str** | Lowest trading price in recent 24h | [optional] **high_24h** | **str** | Highest trading price in recent 24h | [optional] **volume_24h** | **str** | Trade size in recent 24h | [optional] **volume_24h_btc** | **str** | Trade volumes in recent 24h in BTC(deprecated, use `volume_24h_base`, `volume_24h_quote`, `volume_24h_settle` instead) | [optional] **volume_24h_usd** | **str** | Trade volumes in recent 24h in USD(deprecated, use `volume_24h_base`, `volume_24h_quote`, `volume_24h_settle` instead) | [optional] **volume_24h_base** | **str** | Trade volume in recent 24h, in base currency | [optional] **volume_24h_quote** | **str** | Trade volume in recent 24h, in quote currency | [optional] **volume_24h_settle** | **str** | Trade volume in recent 24h, in settle currency | [optional] **mark_price** | **str** | Recent mark price | [optional] **funding_rate** | **str** | Funding rate | [optional] **funding_rate_indicative** | **str** | Indicative Funding rate in next period | [optional] **index_price** | **str** | Index price | [optional] **quanto_base_rate** | **str** | Exchange rate of base currency and settlement currency in Quanto contract. Not existed in contract of other types | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)