Skip to main content

Anchoring SDK

DePIN anchoring control plane — query, verify, and trace artifact anchor records

Operations

Generated Reference

Overview

DePIN anchoring control plane — query, verify, and trace artifact anchor records

Available Operations

lucidListAnchors

List anchor records for a given agent passport. Optionally filter by artifact type and limit results.

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<operations.LucidListAnchorsResponse>

Errors

lucidGetAnchor

Retrieve a single anchor record by its unique ID.

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<operations.LucidGetAnchorResponse>

Errors

lucidGetAnchorLineage

Walk the parent_anchor_id chain for a given anchor, returning the full lineage from the target record back to the root.

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<operations.LucidGetAnchorLineageResponse>

Errors

lucidVerifyAnchor

Trigger verification of the anchor’s CID against its DePIN storage provider. Updates the anchor status to verified or unreachable.

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<operations.LucidVerifyAnchorResponse>

Errors

lucidLookupAnchorByCid

Find anchor records that match a given content identifier (CID).

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<operations.LucidLookupAnchorByCidResponse>

Errors