Binance Account Bound(BAB) Token Holder
Curated by
Galxe
ID Type
EVM ADDRESS
Cred Type
GRAPHQL
Last Update Time
12/13/2025, 18:10:08
Query
query info($address: String!) {
sbts(where: {
owner: $address
status: Valid
}) {
id
}
}Expression
function(data) {
if (data.sbts != null && data.sbts.length > 0) {
return 1
}
return 0
}