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
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
}Number of items to return
1 <= x <= 10010
Cursor for pagination (entry ID)
"00000000-0000-0000-0000-000000000000"
Was this page helpful?