Astronaut Ranking System -Bronze
Curated by

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