Astronaut Ranking System -Silver
Curated by
Galxe
ID Type
GALXE ID
Cred Type
GRAPHQL
# of Holders
14062
Last Update Time
11/04/2025, 10:50:33
Query
query getRankRatioByGalxeId($socialId: String!)
{
getRankRatioByGalxeId(galxeId: $socialId)
}Expression
function (data) {
if (data.getRankRatioByGalxeId>=5 && data.getRankRatioByGalxeId<50)
{
return 1;
}
return 0;
}