BTCLoading...--ΞETHLoading...--SOLLoading...--🪙TOSSLoading...--📈BTCLoading...--ΞETHLoading...--SOLLoading...--🪙TOSSLoading...--📈

Security Screening for Memecoins: RugCheck & Sniffer Tools

How to use RugCheck and Solsniffer APIs for automated memecoin security screening, risk scoring, and LP lock verification.

Analytics
← 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:
  • Finding: doc.json is 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.TokenCheckSummary includes fields like score, 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.json for /v1/tokens/{id}/report/summary
  • Finding: Query params include cacheOnly and refresh (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

Suggested Workflow

  1. Build a pre-investment checklist: RugCheck summary score + LP lock % + key risk flags.
  2. Use RugCheck bulk endpoints for daily sweeps of candidate meme lists.
  3. Cross-check finalists with Solsniffer score signals before committing.
  4. Escalate only tokens that pass both structural-risk and concentration-risk thresholds.

Sources