cURL
curl --request GET \ --url https://data.solanatracker.io/top-traders/all \ --header 'x-api-key: <api-key>'
{ "wallets": [ { "wallet": "<string>", "summary": { "realized": 123, "unrealized": 123, "total": 123, "totalInvested": 123, "averageBuyAmount": 123, "totalWins": 123, "totalLosses": 123, "winPercentage": 123, "lossPercentage": 123 } } ] }
Gets the most profitable traders across all tokens
Documentation IndexFetch the complete documentation index at: https://docs.solanatracker.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.solanatracker.io/llms.txt
Use this file to discover all available pages before exploring further.
API Key for authentication
Include detailed PnL data for each token if true
Sort results by metric
total
winPercentage
Successful response
Show child attributes
Was this page helpful?