Head

Get indexer head

get

Returns indexer head and synchronization status.

Responses
200Success
application/json
get
GET /v1/head HTTP/1.1
Host: xtz-index.nownodes.io
Accept: */*
200Success
{
  "chain": "text",
  "chainId": "text",
  "cycle": 1,
  "level": 1,
  "hash": "text",
  "protocol": "text",
  "nextProtocol": "text",
  "timestamp": "2025-07-13T23:30:21.383Z",
  "votingEpoch": 1,
  "votingPeriod": 1,
  "knownLevel": 1,
  "lastSync": "2025-07-13T23:30:21.383Z",
  "synced": true,
  "quoteLevel": 1,
  "quoteBtc": 1,
  "quoteEur": 1,
  "quoteUsd": 1,
  "quoteCny": 1,
  "quoteJpy": 1,
  "quoteKrw": 1,
  "quoteEth": 1,
  "quoteGbp": 1
}