Skip to main content
GET
Get Public Product Candles

Path Parameters

product_id
string
required

The trading pair (e.g. 'BTC-USD').

Query Parameters

start
string
required

The UNIX timestamp indicating the start of the time interval.

end
string
required

The UNIX timestamp indicating the end of the time interval.

granularity
enum<string>
default:UNKNOWN_GRANULARITY
required

The timeframe each candle represents.

Available options:
UNKNOWN_GRANULARITY,
ONE_MINUTE,
FIVE_MINUTE,
FIFTEEN_MINUTE,
THIRTY_MINUTE,
ONE_HOUR,
TWO_HOUR,
FOUR_HOUR,
SIX_HOUR,
ONE_DAY
limit
integer<int32>

The number of candle buckets to be returned. By default, returns 350 (max 350).

Response

A successful response.

candles
object[]