Authorizations
Body
application/json
Wallet address to mint to
Response
201
The mintable has been successfully minted.
curl --request POST \
--url https://api.op.xyz/v1/community/{id}/collection/{collectionId}/mintable/{mintableId}/mint \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"wallet": "<string>"
}'
curl --request POST \
--url https://api.op.xyz/v1/community/{id}/collection/{collectionId}/mintable/{mintableId}/mint \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"wallet": "<string>"
}'
Wallet address to mint to
The mintable has been successfully minted.