Robinhood Chain new memecoin launches ($0.01)
rhc_recent_launches$0.01 USDC per call. Use to screen or poll new pons memecoin launches on Robinhood Chain (4663), optionally ring-shaped ones only; one token's full risk card is GET /v1/rhc/curve/{address}. Not for Solana. Optional args: limit (1-200, default 50), max_age_s (30-21600, default 3600), pair ('any' | 'eth'), only_live (bool), min_buys (int), ring_only (bool), since (unix seconds cursor). Recent pons memecoin launches on Robinhood Chain (chain 4663; default last hour, newest first) as compact structure cards: raised (ETH), progress to the 4.2 ETH graduation, price multiple vs launch (exact curve reserves), the launch's trade fee and creator tax in bps (fees.creator_tax_bps: 0-1900, chosen by the creator, charged on every buy and sell), snipe-tax activity, holder concentration (top-1 / top-5 / HHI), same-block direct-buy cluster share (matching timing, not proof of coordination), terminal-vs-direct route mix with the terminal router transactions joined to their wallets, inflow (new buyers in the last 2 / 6 s), lifecycle (live / complete / graduated). Every card carries a ring block: the RING SCREEN flags the coordinated-cluster structure our own capture measured (unique_buyers >= 8 and same-block direct-buy cluster share >= 0.5); ring_only=true returns just those curves, and the response carries the rule with its measured base rates (14.5% of launches, 47% dumped, median 0.37x terminal in the 2026-09-06/07 window) so you can price the flag yourself. Matching timing is not proof of coordination. Filter pair=eth for ETH-paired curves or min_buys for a minimum observed activity count. Poll with since= to receive only launches you have not seen, oldest first. Each item also carries verdict (avoid / caution / no_flags_observed) and basis, the rule ids of the fixed public rule (LABELS rhc_verdict at /v1/labels) that fired; the curve card gives each reason with its evidence and base rate. Returns JSON envelope with data{count, items[compact structure cards, each with verdict and basis by the public rule], ring_rule} (+ next_cursor, truncated with since).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pair | No | 'any' or 'eth' (ETH-paired curves only) | any |
| limit | No | max items 1-200 | |
| since | No | unix seconds cursor (next_cursor of the previous call): launches after it, oldest first | |
| min_buys | No | minimum curve buys observed | |
| max_age_s | No | only launches within this many seconds (30-21600) | |
| only_live | No | drop completed / graduated curves | |
| ring_only | No | ring screen: only curves matching the measured coordinated-cluster structure (unique_buyers >= 8 and same_block_direct_cluster_share >= 0.5) |