Galxe Passport Holder
Curated by
Galxe
ID Type
EVM ADDRESS
Cred Type
GRAPHQL
Last Update Time
02/05/2026, 06:07:49
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
}