Token risk score (glass-box)
0.0–10.0 rug-pull risk score with the full per-signal breakdown that produced it. Glass-box — every signal that fired is in signals[] with its code, weight, value, and contribution. You can re-compute the score yourself: min(10, sum(s.contribution for s in signals) * 10 / 5000).
See Risk Score algorithm for the full signal taxonomy.
Authorizations
Preferred for swaps-api endpoints (/swaps/*, /stats/*, /trending, /pool-events).
Path Parameters
Response
Risk score
Glass-box token risk: a 0–10 score plus the per-signal breakdown that produced it. See Risk Score algorithm for the full signal taxonomy.
0.0–10.0; null when status is no_data.
safe, caution, warning, danger, null ready, partial_data, no_data Only signals that triggered are included. To re-compute the score: min(10, sum(signal.contribution) * 10 / 5000).
53500 — the sum of every signal's weight.
Codes of signals whose input data wasn't available yet (mint not fully onboarded).

