Skip to main content
GET
Get aggregated candles data per instrument
For more information, please visit the INTX Java SDK.

Path Parameters

instrument
string
required

Identifies the instrument by name (e.g., BTC-PERP)

Query Parameters

granularity
enum<string>
required

The aggregation period of the candles data. End timestamp in ISO 8601 timestamp format (e.g. 2024-03-01T00:00:00Z).

Available options:
ONE_DAY,
SIX_HOUR,
TWO_HOUR,
ONE_HOUR,
THIRTY_MINUTE,
FIFTEEN_MINUTE,
FIVE_MINUTE,
ONE_MINUTE
start
string
required

Start timestamp in ISO 8601 timestamp format (e.g. 2024-03-01T00:00:00Z)

end
string

End timestamp in ISO 8601 timestamp format (e.g. 2024-03-01T00:00:00Z)

Response

Instrument list

aggregations
object[]