Skip to main content

Records API

The Records API provides read access to location attestations stored on EAS across multiple blockchains.
The Records API is part of the Astral API service.

Base URL

Purpose

While the Compute API performs geospatial operations, the Records API lets you:
  • Query existing location attestations by chain, address, or time range
  • Retrieve attestations by UID
  • Filter by geographic bounding box
  • Get statistics across chains

Authentication

No authentication required for read operations. Rate limiting applies by IP address.

Supported Chains

Quick Example

Available Endpoints

GET /location-records

List and filter location attestations

GET /location-records/:uid

Get a specific attestation by UID

GET /location-records/stats

Aggregated statistics

GET /config

API configuration and supported chains

Compute vs Records