Mint All Vanguard NFTs (42) Day 16 [Ended]
Curated by
Xai
Call-to-Action
https://vanguard.xai.games/ID Type
EVM ADDRESS
Cred Type
GRAPHQL
Last Update Time
12/30/2024, 01:34:45
Endpoint
https://api.goldsky.com/***Query
query info($address: String!) {
vanguardDailyDropCredentials(where: {wallet: $address, day: 16, nftAmount_gte: 38}) {
wallet
}
}Expression
function expression(response) {
if (response != null && response.vanguardDailyDropCredentials != null && response.vanguardDailyDropCredentials.length) {
return 1;
}
return 0;
}