Skip to main content
GET
Check express verification eligibility

Authorizations

x-api-key
string
header
required

Query Parameters

tokenId
string
required

Token mint address to check eligibility for

Response

Eligibility check result

tokenExists
boolean
required

Whether the token exists on-chain

isVerified
boolean
required

Whether the token is already verified

canVerify
boolean
required

Whether a verification request can be submitted

canMetadata
boolean
required

Whether a metadata update can be submitted

verificationError
string

Reason verification is not allowed (only present when there is a specific error)

metadataError
string

Reason metadata update is not allowed (only present when there is a specific error)