Skip to main content
GET
List Mints

Authorizations

Authorization
string
header
required

Bearer authentication with an API token

Query Parameters

status
enum<string>

(OPTIONAL) Filter by status

Available options:
STATUS_UNSPECIFIED,
ACCEPTED,
SUBMITTED,
COMPLETED,
DENIED,
FAILED,
CANCELLED
Example:

"ACCEPTED"

limit
integer<int32>
default:10

(OPTIONAL) The maximum number of mint requests to return in a single page. The maximum value that can be specified is 25.

Required range: 1 <= x <= 25
cursor
string

(OPTIONAL) Pagination cursor to be used in subsequent queries to retrieve next page of results

identity_id
string

(OPTIONAL) Filter by the identity id that enacted the mint

Response

Success

mints
Mint · object[]
cursor
string
read-only

Cursor for the next page of results, if available