Skip to main content

keys

List of lock keys by network with additional metadata if the caller is the lockManager

Path Parameters
network integer REQUIRED

Network id.

lockAddress string REQUIRED

Lock address.

Query Parameters
query string REQUIRED

Query you want to search for.

filterKey string REQUIRED

The key you want to search on.

expiration string

Expiration time

approval string

Approval status (relevant for offchain approvals on events for example)

page integer

Page number when paginating

max integer

Maximum number of items to get by page

Responses
200

List of keys matching the query

Schema OPTIONAL
object[]
token string OPTIONAL
lockName string OPTIONAL
lockAddress string OPTIONAL
expiration integer OPTIONAL
keyHolderAddress string OPTIONAL
404

The item you are making request for does not exist.

Schema OPTIONAL
message string OPTIONAL
500

Unable to fullfil request due to internal server error.

Schema OPTIONAL
message string OPTIONAL