Astronaut Ranking System -Bronze
Curated by

Galxe
ID Type
GALXE ID
Cred Type
GRAPHQL
# of Holders
5704
Last Update Time
09/07/2025, 16:37:51
Query
query getRankRatioByGalxeId($socialId: String!) { getRankRatioByGalxeId(galxeId: $socialId) }
Expression
function (data) { if (data.getRankRatioByGalxeId>=50 && data.getRankRatioByGalxeId<100) { return 1; } return 0; }