cURL
curl --request GET \ --url https://admin.snagsolutions.io/api/minting/assets/allowlist \ --header 'X-API-KEY: <api-key>'
{ "data": [ { "mintingContractAssetId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "walletAddress": "<string>", "totalQuantity": 123, "quantityMinted": 123 } ], "hasNextPage": true }
Fetch allowlist entries for a minting contract asset
Number of items to return
1 <= x <= 100
10
Cursor for pagination (entry ID)
"00000000-0000-0000-0000-000000000000"
200
Response schema for allowlist entries
Show child attributes
Was this page helpful?