Stream New Tokens

This channel provides information on any new Pump.fun token events.

TheSubscribe

Be aware that this endpoint is using a beta URL. wss://pump-ny.solana.dex.blxrbdn.com/ws

Parameters:

ParameterTypeDescription

-

-

-

Subscribe sample:

wscat -H "Authorization:$AUTH_HEADER" -c ws://pump-ny.solana.dex.blxrbdn.com/ws --wait 1000 --execute '{"jsonrpc": "2.0", "id": 1, "method": "subscribe", "params": [  "GetPumpFunNewTokensStream", {} ]}'

Event Result Details:

FieldTypeDescription

slot

int64

The slot number

txnHash

string

The signature of the new token transaction.

name

string

The name of the token.

symbol

string

The symbol of the token.

uri

string

Uniform Resource Identifier for token information.

mint

string

Token mint address.

bondingCurve

string

Bonding Cureve program address.

creator

string

The token creator address.

timestamp

google.protobuf.Timestamp

The timestamp of the event.

Sample event:

{
  "jsonrpc": "2.0",
  "method": "subscribe",
  "params": {
    "subscription": "309cf033-f340-4928-b3d5-d25f28114300",
    "result": {
      "slot": '288976566',
      "txnHash": "2FzdLqjHuh85WFu6c1jj3C5yAyjfXjDYsUH5e7C83kV6d732ongVSukjKa4vDhQCn6k6YyYpgCwSZdD53Ajzqhba",
      "name": "xzonexe",
      "symbol": "xzonex",
      "uri": "https://ipfs.io/ipfs/QmW4Cw2F9mchtZ9fTDR1isVAhnahH2bQPDU39weZADj23M",
      "mint": "CxFuPaED39nQbex9Datz4ctHUTnC14EYYcejdKqMpump",
      "bondingCurve": "3EXfPtMU3S3qGNqBUhorD9BKXjbm7CdWifpA9eU7Jjik",
      "creator": "BFZpGPkXujkvgHMThXNnEUQPiihNaxAfYG35h83yR2Ub",
      "timestamp": "2024-09-10T14:43:53.394987Z"
    }
  }
}

Last updated