Introducing Galxe Starboard — a real-time dashboard that highlights your contributions, ranks your impact, and helps you earn rewards through active community engagement

Sybil Prevention Credential (API) powered by Nomis.cc

Curated by

Nomis Protocol

ID Type

EVM ADDRESS

Cred Type

REST

Last Update Time

06/14/2024, 06:18:40

Method

GET

Endpoint

https://nomis.cc/***

Expression

function(resp) {
  if (resp.isHolder && resp.calculationModel === "11" && resp.chainId === "9999999999999" &&
resp.score >= 40) {
    return 1
  }
  return 0
}