Stream
Token Creation
Every new token launch, the moment it happens.
Channel: creations · Event type: created
See also: REST equivalent
Subscribe
Send this message after connecting to wss://api.anaxer.com/v1/stream.
{
"subscribe": "creations"
}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": "created",
"platform": "pumpfun",
"mint": "pumpCmXqMfrsAkQ5r49WcJnRayYRqmXz6ae8H7H9Dfn",
"name": "Pump",
"symbol": "PUMP",
"tokenSupply": "1000000000",
"socials": {
"website": "https://pump.fun",
"x": "https://x.com/pumpfun"
},
"creator": "7BvK3nF2HxR8mP5qW9tL4sY6jC1dA8eU3gN2fM5A1zXY",
"slot": 309812345,
"timestamp": "2026-06-27T07:21:04Z"
}