History
Token verification on Solana has evolved through several iterations: from the original Solana Token Registry (deprecated 2022), to Jupiter’s community-maintained token lists (V1 via GitHub, V2 via Catdet List), to the current system powered by trading metrics, social signals, and Organic Score. Today, Jupiter VRFD is the latest evolution, expanding beyond verification into token metadata, community content, and insights.What You Get
| Field | Description |
|---|---|
| Metadata | Name, symbol, icon, decimals, mint address |
| Verification | Verification level (verified, unverified, banned) |
| Organic Score | 0-100 score measuring genuine trading activity |
| Trading Stats | Volume, price change, buy/sell counts across intervals (5m, 1h, 6h, 24h) |
| Market Data | Holder count, market cap, liquidity |
| Content | Community-submitted text posts, tweets, summaries |
Verification Levels
Jupiter categorises tokens into trust levels based on trading activity, social presence, and community review:| Level | Meaning | When to use |
|---|---|---|
| Verified | Passed Jupiter’s verification process. Legitimate project with real activity. | Safe to display prominently. |
| Unverified | Not yet reviewed or doesn’t meet criteria. May still be legitimate. | Display with caution indicators. |
| Banned | Flagged as malicious, scam, or misleading. | Do not display or warn users. |
verification field in the API response. Use audit.isSus as an additional signal for suspicious tokens.
Organic Score
Organic Score (0-100) measures genuine trading activity for a token, filtering out bot activity and wash trading. It derives from:- Holder distribution statistics
- Trading volume from real user wallets
- Market liquidity metrics
- Market behaviour patterns
Token Tags
Token tags are labels applied to tokens for categorisation and discoverability (e.g.verified, lst, community). Tags appear in the Jupiter UI and are available via the GET /tag endpoint.
To get your tokens tagged:
- Host a public CSV endpoint with mint addresses (one per row)
- Provide a preferred tag name (short, mobile-friendly)
- Set a polling interval
- Reach out via Discord to begin ingestion
API Reference
Search
Search by name, symbol, or mint address
Tag
Get tokens by tag (verified, lst, etc.)
Category
Top tokens by organic score, volume, or trending
Recent
Recently created tokens with first pool
Learn More
- Token Information for the full response schema and field reference
- Content for community-submitted token content and feeds
- Get Token Information guide for a step-by-step integration tutorial
