Astronaut Ranking System -Silver
Curated by

Galxe
ID Type
GALXE ID
Cred Type
GRAPHQL
# of Holders
14040
Last Update Time
07/02/2025, 07:24:13
Query
query getRankRatioByGalxeId($socialId: String!) { getRankRatioByGalxeId(galxeId: $socialId) }
Expression
function (data) { if (data.getRankRatioByGalxeId>=5 && data.getRankRatioByGalxeId<50) { return 1; } return 0; }