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
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
}
}
]
}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?