zkEVM Credential (API) powered by Nomis
Curated by
Nomis Protocol
Call-to-Action
https://nomis.cc/polygon-zkevmID 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 === "1101") {
return 1
}
return 0
}