Candlesticks
GET
https://api.onetrading.com/fast/v1/candlesticks/{instrument_code}
public
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.onetrading.com/fast/v1/candlesticks/BTC_EUR?unit=MINUTES&period=30&from=2024-11-11T16:42:33.450Z&to=2024-11-12T16:42:33.450Z'
Response Response Example
{
"status": "data",
"candlesticks": [
{
"last_sequence": 1730900885466242800,
"instrument_code": "BTC_EUR",
"granularity": {
"unit": "MINUTES",
"period": 30
},
"high": "100000",
"low": "100000",
"open": "100000",
"close": "100000",
"volume": "2000.00",
"time": "2024-11-06T13:59:59.999Z",
"start_time": "2024-11-06T13:30:00.000Z"
},
{
"last_sequence": 1730369352914576100,
"instrument_code": "BTC_EUR",
"granularity": {
"unit": "MINUTES",
"period": 30
},
"high": "100000",
"low": "100000",
"open": "100000",
"close": "100000",
"volume": "100.00",
"time": "2024-10-31T10:29:59.999Z",
"start_time": "2024-10-31T10:00:00.000Z"
},
{
"last_sequence": 1730368016064669000,
"instrument_code": "BTC_EUR",
"granularity": {
"unit": "MINUTES",
"period": 30
},
"high": "10000",
"low": "10000",
"open": "10000",
"close": "10000",
"volume": "20.00",
"time": "2024-10-31T09:59:59.999Z",
"start_time": "2024-10-31T09:30:00.000Z"
},
{
"last_sequence": 1730362835479252000,
"instrument_code": "BTC_EUR",
"granularity": {
"unit": "MINUTES",
"period": 30
},
"high": "100000",
"low": "100000",
"open": "100000",
"close": "100000",
"volume": "100.00",
"time": "2024-10-31T08:29:59.999Z",
"start_time": "2024-10-31T08:00:00.000Z"
},
{
"last_sequence": 1730330727170770700,
"instrument_code": "BTC_EUR",
"granularity": {
"unit": "MINUTES",
"period": 30
},
"high": "100000",
"low": "100000",
"open": "100000",
"close": "100000",
"volume": "200.00",
"time": "2024-10-30T23:29:59.999Z",
"start_time": "2024-10-30T23:00:00.000Z"
},
{
"last_sequence": 1730328614342880500,
"instrument_code": "BTC_EUR",
"granularity": {
"unit": "MINUTES",
"period": 30
},
"high": "100000",
"low": "100000",
"open": "100000",
"close": "100000",
"volume": "100.00",
"time": "2024-10-30T22:59:59.999Z",
"start_time": "2024-10-30T22:30:00.000Z"
}
]
}
Request
Path Params
instrument_code
string
required
Example:
BTC_EUR
Query Params
unit
enum<string>
required
Allowed values:
MINUTESHOURSDAYSWEEKSMONTHS
Example:
MINUTES
period
string
required
Example:
30
from
string
required
Example:
2024-11-11T16:42:33.450Z
to
string
required
Example:
2024-11-12T16:42:33.450Z
countBack
string
optional