Skip to main content

get_entry

GET 

/node/v1/data/:base/:quote

get_entry

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 median entry successfuly

Schema
  • Array [
  • decimals int32required
    num_sources_aggregated integerrequired
    pair_id stringrequired
    price stringrequired
    timestamp int64required
  • ]
Loading...