Skip to content

Check Astar NFT data freshness and coverage

Freshness and completeness answer different questions. Indexer status says how recently Aradia observed the chain. Each list response also carries coverage, which says whether the indexed historical window is known to be complete.

Terminal window
curl -sS \
-H "Authorization: Bearer $ARADIA_API_TOKEN" \
"https://api.aradia.app/v1/indexer/status?network=astar"
  • complete: the API claims the documented window is covered.
  • partial: show the result, but label it as incomplete.
  • unknown: avoid claims such as “all NFTs” or “complete history”.

Large block values are decimal strings. Parse them with BigInt in JavaScript, not Number.