Astronaut Ranking System -Silver

Curated by

Galxe

ID Type

GALXE ID

Cred Type

GRAPHQL

# of Holders

14026

Last Update Time

04/13/2025, 05:03:37

Query

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

Expression

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