Sybil Prevention Credential (API) powered by Nomis.cc

Curated by

Nomis Protocol

ID Type

EVM ADDRESS

Cred Type

REST

Last Update Time

08/04/2025, 21:56:58

Method

GET

Endpoint

https://nomis.cc/***

Expression

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