End-to-end Example
Programmatic gating for customers holding an Ethereum ERC1155 NFT
Last updated
Programmatic gating for customers holding an Ethereum ERC1155 NFT
Last updated
Create a account and find your API key on the Settings page.
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
The key received should remain secret, which means it should only be accessed on the back end. Authorization to the API is performed via the X-API-KEY header.
To verify whether a user has the right NFT, send an authenticated request to the tokenGate endpoint from your website. If you would like to add over parameters (length of time held, quantity held, metadata attributes, please check our Token Gating guide)