API Reference
Anaxer documentation
Clean, real-time Solana data over streams and REST. One API key, predictable JSON, and the same event shapes everywhere. These examples are illustrative. The launch dataset is the pump.fun / PumpSwap ecosystem.
Introduction
Anaxer exposes five real-time streams — creations, graduations, trades, prices, and transfers — plus REST endpoints for metadata, recent events, and prices. The base URL for REST is https://api.anaxer.com. All data is Solana mainnet.
Conventions
Timestamps are Unix epoch milliseconds (e.g. 1751008869000). Raw token amounts are strings; uiAmount is a number for display. Every event includes a Solana slot for ordering and gap recovery, and most events include a transaction signature. Venue fields use source — see the sources catalog.
Quick links
Streams
5 real-time channels with subscribe payloads, event shapes, and filters.
REST API
10 endpoints for metadata, recent events, and price lookups.
TypeScript SDK
Official @anaxer/sdk client — typed streams, REST, reconnect, and heartbeat.
MCP server
Official @anaxer/mcp for Claude, Cursor, and other MCP hosts — drop-in config, nine tools.
Ready to build?
Grab an API key and start streaming in minutes.