Astronaut Ranking System -Gold

Curated by

Galxe

ID Type

GALXE ID

Cred Type

GRAPHQL

# of Holders

4996

Last Update Time

03/19/2025, 10:44:36

Query

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

Expression

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