Get Wallet Token Position
返回一对钱包与代币的完整持仓,并附带钱包地址、解析得到的身份及所用 pnlMode。
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 字符)
^[1-9A-HJ-NP-Za-km-z]{32,44}$Solana 代币 mint 地址(Base58,约 32–44 字符)
^[1-9A-HJ-NP-Za-km-z]{32,44}$查询参数
对被无效 PnL 启发式标记的仓位:strict 归零;adjusted 按成本基础封顶;raw 不改动已实现盈亏。API 也接受别名 pnl_mode 与 mode。
strict, adjusted, raw 响应
Successful response.
A single token position for a wallet.
Unified wallet identity. Only fields with known values are returned; a wallet can carry multiple tags at once.
strict, adjusted, raw Token mint address (base58).
Realized, unrealized, and total profit/loss in USD.
Total cost basis (USD spent buying this token).
Total USD received from sales of this token.
Return on investment percentage.
Basic token metadata and current market data.
This position's value as a percentage of the wallet's total holdings value. Only present on the positions endpoint.