Cross-chain DeFi Score (API) powered by Nomis

Curated by

Nomis Protocol

ID Type

EVM ADDRESS

Cred Type

REST

Last Update Time

05/23/2024, 24:21:39

Method

GET

Endpoint

https://nomis.cc/***

Expression

function(resp) {
  if (resp.isHolder && resp.calculationModel === "5" && resp.chainId === "22202022" &&
resp.score >= 30) {
    return 1
  }
  return 0
}