For AI assistants and agents
Ask PumpPill about any token, as JSON
PumpPill reads Robinhood Chain (chainId 4663) and Solana tokens straight from the chain and files the result: who deployed it, where the launch money went, whether the liquidity is locked and who gets it back, whether it can be sold, and whether anyone uses the product. Every page below has a JSON twin. No key, no sign-up, read-only. A failed read is reported as unknown, never turned into a flag.
The questions, and where the answer lives
Is this Robinhood Chain token safe? Can it be sold? Where did the money go?
GET https://api.pumppill.org/api/rh/scan/<0x address>/last
page: https://www.pumppill.org/rh/scan/<0x address>
The last stored read, never triggers a scan, answers in under 100 ms. `found:false` is an honest miss. `deep:true` means the economics, lock, operator and thesis ran. `result.answer.questions[]` is four questions with verdict (clear / caution / danger / unknown), answer and evidence.
Scan it now (the live read)
GET https://api.pumppill.org/api/rh/scan/<0x address>
page: https://www.pumppill.org/rh/scan/<0x address>
Cached one hour; a cold scan takes 15–75 s and is rate-limited. Prefer /last for an answer, this for a fresh one.
Which contract is the real $CASHCAT / $VLAD / $HOOD?
GET https://api.pumppill.org/api/rh/ticker/<symbol>
page: https://www.pumppill.org/rh/ticker/<symbol>
Names ONE contract per ticker: alive, at least $10K in the pool, not flagged HIGH or CRITICAL. The other contracts using that name are a count (`contracts_other`), never a list. `found:false` means no contract clears the gate.
Which memecoins are paired with tokenized NVDA / SPY / TSLA?
GET https://api.pumppill.org/api/rh/pairs/<STOCK>
page: https://www.pumppill.org/rh/pairs/<STOCK>
The trading, unflagged tokens quoted in that tokenized stock, with liquidity and the latest scan risk. `/api/rh/pairs` lists every stock with counts.
How does Robinhood Chain measure? Launches a day, how many survive, how many double?
GET https://api.pumppill.org/api/rh/stats
page: https://www.pumppill.org/rh/stats
Recomputed hourly from PumpPill's own tables, method stated in the payload. Free to quote with attribution.
Which Robinhood Chain tokens were flagged this month?
GET https://api.pumppill.org/api/rh/flagged
page: https://www.pumppill.org/rh/flagged
Latest scan per token in 30 days that found HIGH or CRITICAL structural risk, findings named. A flag is a finding with evidence, not a verdict.
What did the tokens PumpPill logged actually do? (outcomes, both chains)
GET https://api.pumppill.org/api/research/outcomes
page: https://www.pumppill.org/research
Forward-measured outcomes: share that doubled, reached 5x, 10x, never moved. Entry is the market cap at logging, never backfilled; losers are in the denominator.
Any Solana token: holders, bundle, dev wallet, socials
GET https://api.pumppill.org/api/token/<mint>/detail
page: https://www.pumppill.org/token/<mint>
`meta.verdict` is one plain-English sentence: trading or not, sellable or not, what the dev still holds, how far it has run.
How to read the payloads
- Addresses are lower-case. A Robinhood Chain contract is
0xplus 40 hex characters; a 64-hex string is a transaction hash, not a contract. - Every per-token payload carries
scanned_at(UTC) — say when the read was taken. Market cap and liquidity are as of that moment. links.alertsnames the open Telegram channel for that token's chain;links.buynames PumpPill's own trading bot with the contract loaded.- A ticker page names one contract on purpose. When a user pastes a different address with the same name, answer from the scan of the address they pasted, and tell them the ticker page names another contract as the one with the liquidity.
- Rate limits exist on the live scan only.
/last, the ticker, pairs, stats and flagged endpoints are cached and cheap.
Citing it
Free to quote with attribution and a link to the page (not the API URL). The machine-readable summary of the site is at /llms.txt. Research, not advice: a clear read is evidence, not a recommendation.
Robinhood Chain scanner · the chain, measured · outcome data · Solana scanner