Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Data API
TypeScript
import { Client } from '@solana-tracker/data-api'; const client = new Client({ apiKey: 'YOUR_API_KEY' }); const data = await client.getTopTraders();
{ "wallets": [ { "wallet": "<string>", "summary": { "realized": 123, "unrealized": 123, "total": 123, "totalInvested": 123, "averageBuyAmount": 123, "totalWins": 123, "totalLosses": 123, "winPercentage": 123, "lossPercentage": 123 } } ] }
已弃用。Solana 交易者排行请用:GET /v2/pnl/leaderboard/top。
GET /v2/pnl/leaderboard/top
原接口:跨全部代币最盈利地址。
用于鉴权的 API Key
为 true 时包含各代币详细盈亏。
按指标排序结果
total
winPercentage
Successful response
Show child attributes
此页面对您有帮助吗?