cURL
curl --request POST \ --url https://admin.snagsolutions.io/api/minting/assets/allowlist \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "mintingContractAssetId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "entries": [ { "walletAddress": "<string>", "quantity": 2 } ] } '
{ "createdCount": 123, "mintingContractAssetId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Create or update allowlist entries for a minting contract asset (max 25 entries per request). If an entry already exists, it will be updated with the new quantity.
Body
Create or update allowlist entries for a minting asset
Allowlist entries (max 25 per request)
1 - 25
Show child attributes
200
Response schema for allowlist mutations
Was this page helpful?