← Back to Research Hub
Published by TOSScoin Research
Security Screening for Memecoins: RugCheck & Sniffer Tools
Key Findings
1) RugCheck exposes an official machine-readable API spec
- Sources:
- Swagger UI: https://api.rugcheck.xyz/swagger/index.html
- Raw spec: https://api.rugcheck.xyz/swagger/doc.json
- Finding:
doc.jsonis directly queryable and lists security/reporting endpoints, including:/v1/tokens/{id}/report/v1/tokens/{id}/report/summary/v1/bulk/tokens/report/v1/bulk/tokens/summary/v1/tokens/{id}/lockers/v1/stats/new_tokens,/v1/stats/trending,/v1/stats/verified
- Why it matters: This enables automated token triage and watchlist generation without manual UI clicks.
2) RugCheck summary schema includes actionable risk primitives
- Source: https://api.rugcheck.xyz/swagger/doc.json
- Finding:
dto.TokenCheckSummaryincludes fields likescore,score_normalised,lpLockedPct,risks[], and token type/program metadata. - Why it matters: These fields can be converted into hard "go / no-go / watch" rules for investment decisions.
3) RugCheck report summary endpoint supports cache/refresh logic
- Source: path details in
doc.jsonfor/v1/tokens/{id}/report/summary - Finding: Query params include
cacheOnlyandrefresh(refresh marked for paid API keys). - Why it matters: Gives a cost-aware polling strategy (cache checks during frequent scans, refresh only for shortlisted tokens).
4) Solsniffer docs reinforce API-first token scoring workflow
- Source: https://solsniffer.gitbook.io/solsniffer-user-guide/product-snif-tokens/token-sniffer
- Finding: Solsniffer describes Snifscore-based token security analysis and explicitly notes API service availability.
- Why it matters: Provides a second security signal layer for cross-validation (avoid single-provider blind spots).
Suggested Workflow
- Build a pre-investment checklist: RugCheck summary score + LP lock % + key risk flags.
- Use RugCheck bulk endpoints for daily sweeps of candidate meme lists.
- Cross-check finalists with Solsniffer score signals before committing.
- Escalate only tokens that pass both structural-risk and concentration-risk thresholds.