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

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

Community ID

collectionId
string
required

Query Parameters

page
any
perPage
any

Response

200

Returns all mintables in a collection.