Galxe Passport Holder
Curated by
![](https://cdn.galxe.com/tooljet/Galxe X Logo Square.png)
Galxe
ID Type
EVM ADDRESS
Cred Type
GRAPHQL
Last Update Time
02/12/2025, 22:13:27
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 }