Skip to main content
Solana Tracker documentation is fully available for AI consumption. Whether you’re building AI agents, using LLM-powered coding assistants, or just want quick answers — we’ve got you covered.

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.

When to use which

FileSizeBest for
llms.txtCompactQuick lookups, smaller context windows, coding assistants
llms-full.txtFullDeep 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”
The chatbot has full context of all Solana Tracker APIs — Data API, Swap API, Datastream, Solana RPC, and Yellowstone gRPC.

Use with AI Coding Assistants

Cursor / Claude Code

Add the documentation as context by referencing the URL directly:
https://docs.solanatracker.io/llms-full.txt
Or add it to your project’s .cursorrules or system prompt:
Use https://docs.solanatracker.io/llms.txt as reference for all Solana Tracker API calls.

ChatGPT / Claude

Paste the contents of llms.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:
curl -s https://docs.solanatracker.io/llms.txt
curl -s https://docs.solanatracker.io/llms-full.txt

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