Token Risk Assessment
Comprehensive risk assessment for Solana tokens using advanced heuristic analysis.
Evaluates up to 17 independent risk factors across multiple categories to identify potential threats, vulnerabilities, and suspicious attributes in tokens. See Understanding Risk Scores for general methodology. Key features:Documentation Index
Fetch the complete documentation index at: https://docs.range.org/llms.txt
Use this file to discover all available pages before exploring further.
- Multi-factor analysis across 17 distinct risk dimensions
- Real-time assessment with typical response times under 500ms
- Graceful degradation when some data sources are unavailable
- Human-readable explanations for each risk factor
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
mint_address | string | Yes | Solana token mint address (32-44 character base58 string) |
network | string | No | Blockchain network (default: solana). Currently only Solana is supported. |
Response Schema
Top-Level Fields
| Field | Type | Description |
|---|---|---|
token_info | object | Token metadata: mint_address, name, symbol |
overall_assessment | object | Risk result: risk_level (LOW/MEDIUM/HIGH), risk_score, max_score, risk_percentage |
summary | object | Factor counts: total_factors, high_risk_count, medium_risk_count, low_risk_count |
risk_factors | object | Individual assessments keyed by factor name. Each contains level and explanation. |
processing_time_ms | number | Processing time in milliseconds. |
errors | array | Non-fatal errors (e.g., skipped assessments due to missing data). |
Scoring System
Each risk factor scores: LOW = 0 points, MEDIUM = 1 point, HIGH = 2 points. Risk percentage =(total_score / max_possible_score) × 100
| Classification | Threshold |
|---|---|
| HIGH | ≥60% of maximum possible score |
| MEDIUM | ≥30% but <60% |
| LOW | <30% |
Risk Factors
The API evaluates up to 17 risk factors across 5 categories. Not all factors may be assessed for every token due to data availability.Authority & Control (3 factors)
Authority & Control (3 factors)
Market Structure (5 factors)
Market Structure (5 factors)
Trading Patterns (3 factors)
Trading Patterns (3 factors)
Platform & Social (4 factors)
Platform & Social (4 factors)
Temporal (2 factors)
Temporal (2 factors)
Risk Factor Summary
| Factor | Category | HIGH | MEDIUM | LOW |
|---|---|---|---|---|
| Circulating Supply Ratio | Authority & Control | <80% | 80–95% | >95% |
| Freeze Authority | Authority & Control | Present | — | Absent/Disabled |
| Mint Authority | Authority & Control | Present | — | Absent/Disabled |
| Market Capitalization | Market Structure | <$1M | 100M | >$100M |
| Token Verification | Market Structure | Unverified | — | Verified |
| Liquidity | Market Structure | <$10K | 100K | >$100K |
| Holder Count | Market Structure | <100 | 100–1000 | >1000 |
| Top Holder Concentration | Market Structure | >90% | 80–90% | <80% |
| Price Volatility | Trading Patterns | >50% | 20–50% | <20% |
| Wash Trading | Trading Patterns | Suspicious ≥2 TF | — | Normal |
| Organic Activity | Trading Patterns | Low | Medium | High |
| Developer Migrations | Platform & Social | ≥5 | 2–4 | <2 |
| Exchange Listings | Platform & Social | No listings | <3/no major | Major exchanges |
| Launchpad Platform | Platform & Social | High-risk (pump.fun) | — | Other platforms |
| Social Media Presence | Platform & Social | No presence | — | Active presence |
| Token Age | Temporal | <7 days | 7–30 days | >30 days |
| Graduation Status | Temporal | — | <7 days | >7 days/N/A |
Examples
Low-Risk Token (USDC)
Medium-Risk Token (Limited Data)
Errors
Invalid Address Format (422)
Unsupported Network (400)
Best Practices
- Use the
errorsarray to understand which risk factors were skipped due to data unavailability. - Tokens with fewer assessed factors may need additional manual review — a low score based on 3 factors is less reliable than one based on 13.
- For compliance workflows, combine token risk assessment with the Address Risk Score for the token’s deployer address.
- Test with known tokens (USDC, USDT, BONK) to understand response patterns before integrating.
Test Token Addresses
Test Token Addresses
- USDC:
EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v - USDT:
Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB
- Wrapped SOL:
So11111111111111111111111111111111111111112 - JUP:
JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN - Pyth:
HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3
- BONK:
DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263 - WIF:
EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm - POPCAT:
7GCihgDB8fe6KNjn2MYtkzZcRjQy3t9GHdC8uHYmW2hr
TypeScript Types
TypeScript Types
Authorizations
Use Authorization: Bearer
Query Parameters
Asset identifier (chain-agnostic). Currently only Solana token mint (base58, 32–44 chars) is supported.
"So11111111111111111111111111111111111111112"
Blockchain network for token risk (only solana supported)
solana "solana"
Response
Token risk assessment with detailed factors and scoring
Basic token identification details
Overall risk assessment aggregation
Summary counts of risk factor severity levels
Map of risk factor key to its detailed assessment
Processing time in milliseconds for the assessment
154
List of non-fatal errors encountered while computing the assessment

