These docs are for v1.5.1. Click to read the latest docs for v1.15.1.

Search for anchors.

Use this operation to retrieve all anchors having a given name, hash, signedHash and/or tags property.

Only anchors belonging to the authenticated user are returned.

Paging and sorting is supported.

Query Params
integer
Defaults to 0

Index of the page to retrieve (from 0).

integer
Defaults to 20

Number of anchors per page.

string
enum
Defaults to ASC

Sorting direction: ASC for ascending DESC for descending.

Allowed:
string
enum
Defaults to created

Sorting property: possible values are limited to id, created, hash and signedHash.

Allowed:
string

name to search for: all anchors whose name property contains this sub-string are returned.

WARNING: searching by name can timeout on a large anchor set.

string

hash to search for: all anchors whose hash property is equal are returned.

string

signedHash to search for: all anchors whose signedHash property is equal are returned.

tags
array of strings

tags to search for: all anchors having all of these tags sets are returned.

tags
Responses

504

Can be triggered when searching by name if the request takes too long to process.

Language
Credentials
:
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json