# CandlesResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**instrument** | Option<[**models::InstrumentName**](InstrumentName.md)> | | [optional]
**granularity** | Option<[**models::CandlestickGranularity**](CandlestickGranularity.md)> | | [optional]
**candles** | Option<[**Vec<models::Candlestick>**](Candlestick.md)> | The list of candlesticks that satisfy the request. | [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)