Introducing Galxe Starboard — a real-time dashboard that highlights your contributions, ranks your impact, and helps you earn rewards through active community engagement

Galxe Passport Holder

Curated by

Galxe

ID Type

EVM ADDRESS

Cred Type

GRAPHQL

Last Update Time

06/14/2025, 07:52:37

Query

query info($address: String!) {
  passports(where: {
    owner: $address
    issueStatus: Valid
  }) {
    id
  }
}

Expression

function(data) {
  if (data.passports != null && data.passports.length > 0) {
    return 1
  }
  return 0
}