GET
/
community
/
{id}
/
collection
/
{collectionId}
/
mintable
/
{mintableId}
/
mint
curl --request GET \
  --url https://api.other.page/v1/community/{id}/collection/{collectionId}/mintable/{mintableId}/mint \
  --header 'X-Api-Key: <api-key>'
{
  "total": 123,
  "perPage": 123,
  "page": 123
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

Community ID

collectionId
string
required
mintableId
string
required

Response

200 - application/json
Returns all mints for a mintable.
total
number
required
perPage
number
required
page
number
required