Token Gating APIs
GET Check Token Gate
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

Token Gating

Response

allowedrequired
boolean

If the user is allowed past the gate

{
  "allowed": true
}