Push pump.fun and Robinhood Chain alerts to Discord or Telegram ($0.10)
subscribe_alerts$0.10 USDC once, for 30 days. Use when a Discord or Telegram room wants new pump.fun memecoins with high graduation odds, true graduations, avoid flips or Robinhood Chain ring flags posted to it without running a server; to poll from code use GET /v1/launches/since ($0.001). Input: destination (a Discord webhook URL or telegram::), kinds (array of graduation_odds, ring_flags, graduations, avoid_flips), optional min_p_grad, max_age_s, pumpfun_only, rhc_only, label. One payment registers your room's own delivery endpoint for 30 days: a Discord webhook URL, or telegram:: for a Telegram bot you own; any other host is refused unpaid. A test message is posted first and the payment settles when it arrives; a failed test is unpaid. Then every 60 s each new item of the kinds you pick is posted as one plain-text message ending with its public record and paid card links: graduation_odds and graduations are the items of our free Atom feeds (5 minutes delayed), ring_flags the Robinhood Chain pons ring-structure flags, avoid_flips a published graduation candidate whose verdict turns avoid. Filters min_p_grad, max_age_s, pumpfun_only, rhc_only; at most 20 messages an hour and 200 a day. The endpoint is stored encrypted and never echoed or logged: POST it in the JSON body. POST, or GET with the X-Alert-Destination header, is the same purchase. Unsubscribe with the link in the answer. Returns a JSON envelope with data{subscription_id, status, kinds, filters, label, destination_kind, test_delivery, registered_at, expires_at, unsubscribe_url, delivery}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kinds | Yes | One or more of graduation_odds, ring_flags, graduations, avoid_flips. | |
| label | No | optional name printed at the start of every message (letters, digits, spaces and basic punctuation) | |
| rhc_only | No | true: leave out the pump.fun kinds | |
| max_age_s | No | keep items whose launch was at most this many seconds old when the item was recorded; for graduations the time to graduation (0 = no limit) | |
| min_p_grad | No | graduation_odds and avoid_flips: keep items whose P(true graduation) at publication is at least this (0 = no floor) | |
| destination | Yes | Your room's delivery endpoint: a Discord webhook URL https://discord.com/api/webhooks/<id>/<token>, or telegram:<bot_token>:<chat_id> for a Telegram bot you own. Send it in the POST JSON body or the X-Alert-Destination header: a query string can be recorded by proxies. | |
| pumpfun_only | No | true: leave out the Robinhood Chain kind (ring_flags) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||