Skip to main content

GET /api/v1/anchors/

Retrieve a single anchor by ID. The detail response includes additional fields not present in the list response: first_event_hash and last_event_hash, which identify the hash chain boundaries for this anchor’s period.

Path Parameters

id
string
required
The anchor identifier (e.g., anc_abc123).

Response

Response Fields

Examples

The first_event_hash and last_event_hash fields let you identify exactly which segment of the hash chain is covered by this anchor. Use these to cross-reference with the verify chain endpoint for a specific time range.