Binance Account Bound(BAB) Token Holder

Curated by

Galxe

ID Type

EVM ADDRESS

Cred Type

GRAPHQL

Last Update Time

05/06/2025, 20:18:39

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
}