New tokens

Every token minted on the chain, seconds after it is created.

What you get

Every token minted on the chain, within a second or two of its creation. This channel follows a chain rather than a token, so you subscribe with a chain and no keys, and the events carry no key either.

  • Channel: tokens.created
  • Subscribe with a chain and no keys: this one follows every token on the chain.
  • Event channel: nothing is kept and nothing is replayed, so you receive what happens while you are subscribed.
  • New here? Start with the stream overview: connecting, the event envelope, heartbeats and limits.

Subscribe

json
{ "id": 1, "method": "subscribe", "stream": "tokens.created", "chain": "solana" }

An event

json
{
  "id": "7fa61c5b9e4d02f1187c41b02d89f3ae",
  "stream": "tokens.created",
  "type": "update",
  "chain": "solana",
  "seq": 41,
  "unix": 1758182406,
  "data": {
    "token": "E4rATEapuuRkqavRMBwnv3YWFEWkhX13B1f1fukUpump",
    "chain": "solana",
    "name": "superbang",
    "symbol": "superbang",
    "creator": "Fc9UQeHdMhKeRYKG6jxYe3FZmY9gKXh39BnLv9k23a1X",
    "launchpad": "pump.fun",
    "imageUrl": "/token-image/263cc489b30e4cf5",
    "bondingProgressPercent": 0,
    "createdUnix": 1789827673
  }
}

Try it live

Connect from this page and watch this channel run. Your browser talks to the stream directly, so what arrives here is what your own client would get.

Not connectedwss://api.xaxios.com/v1/stream

Pick a channel and connect. Nothing is sent anywhere but your browser.

Fields

Everything inside data. A field is null when we have nothing to report for it, which never means zero.

FieldTypeDescription
tokenstringAddress of the token that was just minted.
chainstring"solana" or "robinhood".
namestring | nullToken name as minted.
symbolstring | nullToken symbol as minted.
creatorstring | nullWallet that minted it.
launchpadstring | nullWhere it was minted, by name (e.g. "pump.fun"). Null when we cannot name it.
imageUrlstring | nullToken image, served by us.
bondingProgressPercentnumber | nullHow far along its bonding curve it already is, 0 to 100.
createdUnixnumber | nullWhen it was minted, as a UTC unix timestamp in seconds.

Measured on Solana it runs at roughly twenty mints a minute, and on Robinhood Chain at a handful. The launchpad is published by name; an id we cannot name publishes null rather than a number that means nothing to you.

Premium gratuit pendant 2 semaines

Durée limitée, ouvert à tous : toutes les fonctions premium, dont Rug Check, gratuites.