LLM-Ready Documentation
We provide machine-readable versions of our entire documentation for use with AI models, agents, and tools like Cursor, Claude Code, Claude, ChatGPT, and more.llms.txt
Lightweight summary of all endpoints, parameters, and resources. Ideal for context-limited models.
llms-full.txt
Complete documentation in plain text. Best when you need full detail and have a large context window.
When to use which
| File | Size | Best for |
|---|---|---|
llms.txt | Compact | Quick lookups, smaller context windows, coding assistants |
llms-full.txt | Full | Deep integration work, building agents, comprehensive reference |
AI Chatbot
Every page on this documentation site includes an AI-powered search and chat built right in. Click the search bar or press⌘K to ask questions like:
- “How do I get the price of a token?”
- “What parameters does the swap endpoint accept?”
- “Show me how to stream new tokens via WebSocket”
Use with AI Coding Assistants
Cursor / Claude Code
Add the documentation as context by referencing the URL directly:.cursorrules or system prompt:
ChatGPT / Claude
Paste the contents ofllms.txt or llms-full.txt into your conversation, or provide the URL when using web-enabled models.
Custom AI Agents
Fetch the documentation programmatically for your agent’s knowledge base:What’s Included
Both files cover the full Solana Tracker API surface:- Data API — Token prices, holders, trades, OHLCV, stats, and more
- Swap API — Quote and execute swaps across Solana DEXs
- Raptor DEX Aggregator — Next-gen swap routing
- Datastream — Real-time WebSocket streams for tokens, wallets, and events
- Solana RPC — Standard and custom RPC methods
- Yellowstone gRPC — High-performance Geyser streaming