Stream

Token Graduation

Know instantly when a token graduates.

Channel: graduations · Event type: graduated

See also: REST equivalent

Subscribe

Send this message after connecting to wss://api.anaxer.com/v1/stream.

{
  "subscribe": "graduations"
}

Filters

This stream does not support filters. You receive every event on the channel.

Event payload

Each event is a flat JSON object with a predictable shape.

{
  "type": "graduated",
  "platform": "pumpfun",
  "mint": "2ajrYELtYtvtJd8fQAGXpfQbgXXZe3YjPtNJ9K3bpump",
  "symbol": "PEPE",
  "tokenSupply": "1000000000",
  "pool": "PumpSwap",
  "liquiditySol": "412.880",
  "slot": 309845102,
  "timestamp": "2026-06-27T07:48:11Z"
}