Astronaut Ranking System -Gold

Curated by

Galxe

ID Type

GALXE ID

Cred Type

GRAPHQL

# of Holders

4998

Last Update Time

07/03/2025, 24:32:50

Query

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

Expression

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