# FuturesCandlestick data point in every timestamp ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **t** | **float** | Unix timestamp in seconds | [optional] **v** | **int** | size volume. Only returned if `contract` is not prefixed | [optional] **c** | **str** | Close price | [optional] **h** | **str** | Highest price | [optional] **l** | **str** | Lowest price | [optional] **o** | **str** | Open price | [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)