Representation for base and counter
Optional
params:
HistoricRateRequest
Desired timespan
Get a list of open orders for a product. The amount of detail shown can be customized with the level parameter. By default, only the inside (i.e. best) bid and ask are returned. This is equivalent to a book depth of 1 level.
Representation for base and counter
Optional
params:
{ Amount of detail
Optional
params:
{ Optional
params:
{ Get latest 24 hours of movement data for a product.
Representation for base and counter
Get snapshot information about the last trade (tick), best bid/ask and 24h volume.
Representation for base and counter
Stop watching a specific candle interval.
Representation for base and counter
Desired candle size
Watch a specific product ID for new candles. Candles will be emitted through the
ProductEvent.NEW_CANDLE
event.
Representation for base and counter
Desired candle size
Timestamp (ISO 8601) of last candle received
Handle to stop the watch interval
Get historic rates for a product. Rates are returned in grouped buckets (candlesticks) based on requested granularity.
Note: The maximum number of data points for a single request is 300 candles. If your selection of start/end time and granularity will result in more than 300 data points, your request will be rejected. If you wish to retrieve fine granularity data over a larger time range, you will need to make multiple requests with new start/end ranges.