POST
/
community
/
{id}
/
collection
/
{collectionId}
/
mintable
/
{mintableId}
/
mint
curl --request POST \
  --url https://api.other.page/v1/community/{id}/collection/{collectionId}/mintable/{mintableId}/mint \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "wallet": "<string>"
}'

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

Community ID

collectionId
string
required
mintableId
string
required

Body

application/json
wallet
string
required

Wallet address to mint to

Response

201

The mintable has been successfully minted.