Simple Integration
Get token analysis with a few lines of code
Request
import { YureiAgent } from '@projectyurei/agent-sdk';
const agent = new YureiAgent({
apiKey: 'your-api-key'
});
const analysis = await agent.analyze('86ZnAu...pump');
console.log(analysis.risk.level); // "CRITICAL"Response
{
"metadata": {
"name": "Launchr",
"symbol": "LAUNCHR"
},
"risk": {
"score": 77.5,
"level": "CRITICAL"
},
"market": {
"price": 0.001038,
"mcap": 986357
},
"holders": {
"total": 2607,
"sniperCount": 40
}
}Risk Scoring
AI-powered 0-100 risk analysis
Sniper Detection
Identify bundled & sniper wallets
Holder Analysis
Top holder concentration metrics
Dev Tracking
Developer wallet history
Pricing
All plans require application approval
| Plan | Requests | Price |
|---|---|---|
| Free | 100/day | $0 |
| ProPOPULAR | 5,000/day | TBD |
| Enterprise | Unlimited | Contact |
