GET v2/public/candles/{marketSymbol}?interval={interval}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| marketSymbol | string |
Required |
|
| interval | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CandleModel| Name | Description | Type | Additional information |
|---|---|---|---|
| starts_at | string |
None. |
|
| open | decimal number |
None. |
|
| high | decimal number |
None. |
|
| low | decimal number |
None. |
|
| close | decimal number |
None. |
|
| volume | decimal number |
None. |
|
| base_volume | decimal number |
None. |
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.