Check express verification eligibility
curl --request GET \
--url https://api.jup.ag/tokens/v2/verify/express/check-eligibility \
--header 'x-api-key: <api-key>'{
"tokenExists": true,
"isVerified": false,
"canVerify": true,
"canMetadata": false,
"metadataError": "A premium metadata update request for this token already exists"
}Express Verification
Check Eligibility
Check if a token is eligible for express verification and metadata updates
GET
/
express
/
check-eligibility
Check express verification eligibility
curl --request GET \
--url https://api.jup.ag/tokens/v2/verify/express/check-eligibility \
--header 'x-api-key: <api-key>'{
"tokenExists": true,
"isVerified": false,
"canVerify": true,
"canMetadata": false,
"metadataError": "A premium metadata update request for this token already exists"
}Documentation Index
Fetch the complete documentation index at: https://dev.jup.ag/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Get API key via https://developers.jup.ag/portal
Query Parameters
Token mint address to check eligibility for
Response
Eligibility check result
Whether the token exists on-chain
Whether the token is already verified
Whether a verification request can be submitted
Whether a metadata update can be submitted
Reason verification is not allowed (only present when there is a specific error)
Reason metadata update is not allowed (only present when there is a specific error)
Was this page helpful?
⌘I
