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(2);
{ "wallets": [ { "wallet": "<string>", "summary": { "realized": 123, "unrealized": 123, "total": 123, "totalInvested": 123, "averageBuyAmount": 123, "totalWins": 123, "totalLosses": 123, "winPercentage": 123, "lossPercentage": 123 } } ] }
已弃用。游标分页的排行请用:GET /v2/pnl/leaderboard/top。
GET /v2/pnl/leaderboard/top
原接口:跨代币盈利榜,可选分页。
用于鉴权的 API Key
为 true 时包含各代币详细盈亏。
按指标排序结果
total
winPercentage
Successful response
Show child attributes
此页面对您有帮助吗?