Stream

Token Prices

Live price updates derived from on-chain reserves.

Channel: prices · Event type: price

See also: REST equivalent

Subscribe

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

{
  "subscribe": "prices"
}

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": "price",
  "mint": "So11111111111111111111111111111111111111112",
  "tokenSupply": "629461548.6865851",
  "decimals": 9,
  "price": {
    "sol": 1,
    "usd": 77.421875
  },
  "liquiditySol": "28473829.880",
  "slot": 309812540,
  "timestamp": "2026-06-27T07:21:12Z"
}