SDK
Wallet
Get Wallet Batch Positions
单次请求查询一个钱包在多个 mint 上的仓位;无持仓的 mint 列入 notFound,最多 100 个代币。
POST
SDK
Documentation Index
Fetch the complete documentation index at: https://docs.solanatracker.io/llms.txt
Use this file to discover all available pages before exploring further.
SDK Example
授权
用于鉴权的 API Key
路径参数
Solana 钱包地址(Base58,约 32–44 字符)
Pattern:
^[1-9A-HJ-NP-Za-km-z]{32,44}$查询参数
对被无效 PnL 启发式标记的仓位:strict 归零;adjusted 按成本基础封顶;raw 不改动已实现盈亏。API 也接受别名 pnl_mode 与 mode。
可用选项:
strict, adjusted, raw 请求体
application/json
Token mint addresses to look up. Max 100.
Maximum array length:
100示例:
[
"38PgzpJYu2HkiYvV8qePFakB8tuobPdGm2FFEn7Dpump",
"84cAEWqiDsV5xXh6CB69Hi3HcnumBbdjH4THfyorpump",
"CMx7yon2cLzHcXqgHsKJhuU3MmME6noWLQk2rAycBAGS"
]响应
Positions found. Tokens the wallet never traded appear in notFound.
Unified wallet identity. Only fields with known values are returned; a wallet can carry multiple tags at once.
可用选项:
strict, adjusted, raw Number of positions returned
Token mints with no position for this wallet
Addresses that failed Base58 validation. Omitted when empty.