Astronaut Ranking System -Silver

Curated by

Galxe

ID Type

GALXE ID

Cred Type

GRAPHQL

# of Holders

14039

Last Update Time

06/20/2025, 16:50:51

Query

query getRankRatioByGalxeId($socialId: String!)
{
 getRankRatioByGalxeId(galxeId: $socialId)
}

Expression

function (data) {
if (data.getRankRatioByGalxeId>=5 && data.getRankRatioByGalxeId<50)
{
return 1;
}
  return 0;
}