X account binding on Galxe will be unavailable until May 19. If you have already bound your X account, you are advised not to unbind it at this time.

zkSync Era 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 === "10" && resp.chainId === "324") {
    return 1
  }
  return 0
}