Astronaut Ranking System -Gold
Curated by

Galxe
ID Type
GALXE ID
Cred Type
GRAPHQL
# of Holders
5000
Last Update Time
09/03/2025, 09:10:01
Query
query getRankRatioByGalxeId($socialId: String!) { getRankRatioByGalxeId(galxeId: $socialId) }
Expression
function (data) { if (data.getRankRatioByGalxeId>=0 && data.getRankRatioByGalxeId<5) { return 1; } return 0; }