🔏Token-gating using badges
Finding the badge spec id
https://beta.otterspace.xyz/badges/bafyreifcjs56sk5gseb75e45rjebh4kwln3trwi6aphhacf727lkshq74e Fetching all the holders of a badge spec
{
badgeSpec(id: "bafyreicl3unvw6tvzjfduvrhxbfi74gsob6mpf6ekn3s2nkopqz2phtx7e") {
id
metadata {
name
description
image
expiresAt
}
totalBadgesCount
badges {
id
owner
createdAt
}
}
}Does an address hold a Badge belonging to this spec?
Filtering out expired and revoked Badges
Filtering by community
Last updated