Skip to main content

get_ohlc

GET 

/node/v1/aggregation/candlestick/:base/:quote

get_ohlc

Request

Path Parameters

    base stringrequired

    Base Asset

    quote stringrequired

    Quote Asset

Query Parameters

    timestamp any

    The unix timestamp in seconds. This endpoint will return the first update whose timestamp is <= the provided value.

    interval any
    routing boolean
    aggregation any
    entry_type any
    expiry string

Responses

Get OHLC data successfuly

Schema
  • Array [
  • data object[]required
  • Array [
  • close int64required
    high int64required
    low int64required
    open int64required
    time date-timerequired
  • ]
  • pair_id stringrequired
  • ]
Loading...