Authorizations
The API key required for accessing protected routes. It should be included in the request headers as x-api-key
.
Query Parameters
Filter registrations by email address.
Filter registrations by collection ID.
Filter registrations by token ID.
x >= 1
Filter registrations by wallet address.
Filter registrations by short URL.
Filter registrations by status.
AWAITING_MINT
, COMPLETE
Filter registrations created after this date.
Filter registrations created before this date.
The maximum number of items to return (1-1000).
1 <= x <= 1000
The number of items to skip before starting to collect the result set.
x >= 0
The sort order of the results.
asc
, desc
The field by which to order the results.
If true, returns additional pagination metadata including total count and total pages.