Documentation
The Solana Tracker API gives you powerful, real-time access to the Solana ecosystem with comprehensive data endpoints for:
- Token Data: Complete token information, metadata, holders, and creation details
- Market Metrics: Real-time price, liquidity, market cap, and volume statistics
- Price Analysis: Historical prices, ATH values, and price changes across customizable timeframes
- Transaction Data: Detailed transaction history, trade analytics, and token flows
- Wallet Tracking: Portfolio tracking, token holdings, and trader performance
- Chart Visualization: OHLCV data with flexible timeframes from seconds to months
- Profit Analytics: PnL calculations, trader rankings, and performance metrics
Perfect for developers, traders, analytics platforms, and dApps requiring reliable, comprehensive Solana blockchain data.
📚 Looking for WebSocket (Datastream) functionality? Check out our WebSocket Documentation
Contents
- Authentication
- Subscription Plans
- Token Endpoints
- Price Endpoints
- Wallet Endpoints
- Trade Endpoints
- Chart Data
- PnL (Profit and Loss) Endpoints
- Top Traders
- Additional Endpoints
- Pagination
- Extra Information
Authentication
Base URL: https://data.solanatracker.io
Include your API Key (available after subscription) in the x-api-key
header with each API call.
Subscription Plans and Limits
Plan | Price | Requests/Month | Rate Limit | Additional Features |
---|---|---|---|---|
Free | Free | 10,000 | 1/second | - |
Starter | €14.99/month | 50,000 | None | - |
Advanced | €50/month | 200,000 | None | - |
Pro | €200/month | 1,000,000 | None | - |
Premium | €397/month | 10,000,000 | None | WebSocket access |
Business | €599/month | 25,000,000 | None | WebSocket access |
Enterprise | €1499/month | 100,000,000 | None | WebSocket access |
Enterprise Plus | Custom | Unlimited | None | Custom package |
💡 Want to try the WebSocket or have package questions? Email us at [email protected]
Token Endpoints
GET /tokens/by-pool/{poolAddress}
Retrieves token information by searching with a pool address.
Response
GET /tokens/{tokenAddress}/holders
Gets the top 100 holders for a specific token and the total amount
Response
GET /tokens/{tokenAddress}/holders/top
Gets the top 20 holders for a token.
Response
Developer Tip: Want to get all token holders? Use this example with your RPC:
GET /tokens/{tokenAddress}/ath
Retrieves the all-time high price of a token (since the data API started recording).
Response
GET /search
The /search
endpoint provides a flexible search interface for pools and tokens with comprehensive filtering options and pagination.
Query Parameters
Parameter | Type | Default | Description |
---|---|---|---|
query | string | required | Search term for token symbol, name, or address |
page | integer | 1 | Page number for pagination |
limit | integer | 100 | Number of results per page |
sortBy | string | createdAt | Field to sort by |
sortOrder | string | desc | Sort order: asc or desc |
showAllPools | boolean | false | Return all pools for a token if enabled |
Response
GET /tokens/latest
Retrieves the latest 100 tokens.
Query Parameters
page
(optional): Page number (1-10)
Response
POST /tokens/multi
Accepts an array of token addresses in the request body (up to 20 per request).
Request Body
GET /tokens/trending
GET /tokens/trending/{timeframe}
Gets the top 100 trending tokens based on transaction volume in the specified timeframe (default: past hour).
Available Timeframes
5m
, 15m
, 30m
, 1h
(default), 2h
, 3h
, 4h
, 5h
, 6h
, 12h
, 24h
GET /tokens/volume
GET /tokens/volume/{timeframe}
Retrieves the top 100 tokens sorted by highest volume within the specified timeframe.
Available Timeframes
5m
, 15m
, 30m
, 1h
, 6h
, 12h
, 24h
GET /tokens/multi/all
Gets an overview of latest, graduating, and graduated tokens (Pumpvision / Photon Memescope style).
Response
GET /tokens/multi/graduated
Overview of all graduated pumpfun/moonshot tokens.
Price Endpoints
GET /price
Gets price information for a single token.
Query Parameters
token
(required): The token addresspriceChanges
(optional): Returns price change percentages up to 24 hours ago
Response
GET /price/history
Gets historic price information for a single token.
Query Parameters
token
(required): The token address
Response
GET /price/history/timestamp
Gets specific historic price information for a token at a given timestamp.
Query Parameters
token
(required): The token addresstimestamp
(required): The target timestamp (unix timestamp)
Response
GET /price/history/range
Gets the lowest and highest price in a time range
Query Parameters
token
(required): The token addresstime_from
(required): Start time (unix timestamp)time_to
(required): End time (unix timestamp)
Response
GET /price/multi
Gets price information for multiple tokens (up to 100).
Query Parameters
tokens
(required): Comma-separated list of token addressespriceChanges
(optional): Returns price change percentages up to 24 hours ago
Wallet Endpoints
GET /wallet/{owner}/basic
Gets all tokens in a wallet with current value in USD (lightweight, non-cached option).
Response
GET /wallet/{owner}/page/{page}
Retrieves wallet tokens using pagination with a limit of 250 tokens per request.
GET /wallet/{owner}/trades
Gets the latest trades of a wallet.
Query Parameters
cursor
(optional): Cursor for pagination
Response
Trade Endpoints
GET /trades/{tokenAddress}/{poolAddress}
Gets the latest trades for a specific token and pool pair.
GET /trades/{tokenAddress}/{poolAddress}/{owner}
Gets the latest trades for a specific token, pool, and wallet address.
GET /trades/{tokenAddress}/by-wallet/{owner}
Gets the latest trades for a specific token and wallet address.
Query Parameters for all trade endpoints
cursor
(optional): Cursor for paginationshowMeta
(optional): Set to 'true' to add metadata for from and to tokensparseJupiter
(optional): Set to 'true' to combine all transfers within a Jupiter swap into a single transactionhideArb
(optional): Set to 'true' to hide arbitrage or other transactions that don't match token parameters
Response for all trade endpoints
Chart Data
GET /chart/{token}
GET /chart/{token}/{pool}
Gets OHLCV (Open, High, Low, Close, Volume) data for charts.
Available Intervals
Shorthand | Interval | Shorthand | Interval |
---|---|---|---|
1s | 1 SECOND | 1h | 1 HOUR |
5s | 5 SECOND | 2h | 2 HOUR |
15s | 15 SECOND | 4h | 4 HOUR |
1m | 1 MINUTE | 6h | 6 HOUR |
3m | 3 MINUTE | 8h | 8 HOUR |
5m | 5 MINUTE | 12h | 12 HOUR |
15m | 15 MINUTE | 1d | 1 DAY |
30m | 30 MINUTE | 3d | 3 DAY |
1w | 1 WEEK | ||
1mn | 1 MONTH |
Note: The shorthand "1mn" is used for 1 month to avoid confusion with "1m" (1 minute).
Query Parameters
type
(optional): Time interval (e.g., "1s", "1m", "1h", "1d")time_from
(optional): Start time (Unix timestamp in seconds)time_to
(optional): End time (Unix timestamp in seconds)marketCap
(optional): Return chart for market cap instead of pricingremoveOutliers
(optional): Set to false to disable outlier removal, true by default
Response
GET /holders/chart/{token}
Gets token holder count data over time. Returns up to 1000 of the most recent data points.
Query Parameters
type
(optional): Time interval (e.g., "1s", "1m", "1h", "1d"), defaults to "1d"time_from
(optional): Start time (Unix timestamp in seconds)time_to
(optional): End time (Unix timestamp in seconds)
Response
PnL Data
GET /pnl/{wallet}
Gets Profit and Loss data for all positions of a wallet.
Gets Profit and Loss data for all positions of a wallet.
Query Parameters
showHistoricPnL
(optional): Adds PnL data for 1d, 7d and 30d intervals (BETA)holdingCheck
(optional): Does an extra check for current holding value in wallethideDetails
(optional): Return only summary without data for each token
Response
GET /first-buyers/{token}
Retrieves the first 100 buyers of a token (since API started recording data) with PnL data for each wallet.
Response
Top Traders
GET /top-traders/all
GET /top-traders/all/{page}
Gets the most profitable traders across all tokens, with optional pagination.
Gets the most profitable traders across all tokens, with optional pagination.
Query Parameters
expandPnl
(boolean): Include detailed PnL data for each token if truesortBy
(string): Sort results by metric ("total" or "winPercentage")
Response
Additional Endpoints
GET /stats/{token}
GET /stats/{token}/{pool}
Gets detailed stats for a token or token-pool pair over various time intervals.
Response
Pagination
All trade endpoints use cursor-based pagination. Use the nextCursor
value from the response as the cursor
parameter in subsequent requests until hasNextPage
is false.
Example usage:
The cursor
is based on the time
field of the trades.
Extra Information
If a token was bundled, it will have the bundleId on the pool object. Example: