GET
/
v1
/
gates
/
check
GET Check Token Gate
curl --request GET \
  --url https://api.bitski.com/v1/gates/check
{
  "allowed": true
}
Access to this API is available upon request to sales@bitski.com.

Parameters

wallet
string
required
The address of the wallet you want to check
gateIds
array of string
required
The ids of the token gates to check

Examples

Token Gating

Response

allowed
boolean
required
If the user is allowed past the gate
{
  "allowed": true
}