API Configuration
Example
Response
Response Fields
| Field | Type | Description |
|---|---|---|
chains | object | Supported chains and their active status |
schema | string | EAS schema UID for location attestations |
schema_fields | string | Schema field definitions |
version | string | API version |
Schema Fields Explained
| Field | Type | Description |
|---|---|---|
eventTimestamp | uint256 | Unix timestamp of the location event |
srs | string | Spatial reference system (e.g., “EPSG:4326”) |
locationType | string | Format identifier (e.g., “geojson-point”) |
location | string | Stringified location data |
recipeType | string[] | Location derivation methods |
recipePayload | bytes[] | Method-specific data |
mediaType | string[] | MIME types of attached media |
mediaData | string[] | Base64-encoded media |
memo | string | Optional description |
This schema follows the Location Protocol v0.2 specification. Verification is in progress — see Location Records for details.