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
- 200
Get median entry successfuly
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
decimals int32required
num_sources_aggregated integerrequired
pair_id stringrequired
price stringrequired
timestamp int64required
[
{
"decimals": 0,
"num_sources_aggregated": 0,
"pair_id": "string",
"price": "string",
"timestamp": 0
}
]
Loading...