Quotes

Get quotes

get

Returns a list of quotes aligned with blocks.

Query parameters
levelone of | nullableOptional

Filters quotes by level.

timestampone of | nullableOptional

Filters quotes by timestamp.

selectone of | nullableOptional

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortone of | nullableOptional

Sorts quotes by specified field. Supported fields: level (default).

offsetone of | nullableOptional

Specifies which or how many items should be skipped

limitinteger · int32 · max: 10000Optional

Maximum number of items to return

Default: 100
Responses
application/json
object[]Optional
get
GET /v1/quotes HTTP/1.1
Host: xtz-index.nownodes.io
Accept: */*
200Success
[
  {
    "level": 1,
    "timestamp": "2025-04-23T17:50:47.097Z",
    "btc": 1,
    "eur": 1,
    "usd": 1,
    "cny": 1,
    "jpy": 1,
    "krw": 1,
    "eth": 1,
    "gbp": 1
  }
]