Token Gating APIs
GET Check Token Gate
Token Gating APIs
GET Check Token Gate
Limit access to web pages or other experiences to users who control a specific token.
GET
/v1/gates/check
wallet*
gateIds*
curl --request GET \
--url https://api.bitski.com/v1/gates/check
Access to this API is available upon request to sales@bitski.com.
Parameters
walletrequired
string
The address of the wallet you want to check
gateIdsrequired
array of string
The ids of the token gates to check
Examples
Response
allowedrequired
boolean
If the user is allowed past the gate
{
"allowed": true
}
curl --request GET \
--url https://api.bitski.com/v1/gates/check
{
"allowed": true
}