跳转到主要内容
GET
钱包 - 盈亏摘要
获取钱包的盈亏概览。展示所有代币持仓的已实现与未实现 PnL。
相关: GraphQL 钱包 PnL | MCP: wallet_get_pnl

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

路径参数

chain
enum<string>
必填

支持网络列表中的链名称 Supported blockchain chains

可用选项:
sol,
eth,
bsc
walletAddress
string
必填

钱包地址

查询参数

resolution
enum<string>
默认值:1d

盈亏时间粒度(1d, 7d, 30d, 或 all) PnL resolution period

可用选项:
1d,
7d,
30d,
all

响应

200 - application/json

成功响应

Wallet PnL Summary (aggregated across all tokens for a given resolution)

avgProfitPerTradeInUsd
string
必填

每笔交易平均利润(USD 计)

示例:

"402.86"

buyAmountInUsd
string
必填

总买入金额(USD 计)

示例:

"101371192.39"

buys
string
必填

买入交易总次数

示例:

"1515999"

losses
string
必填

亏损交易次数

示例:

"348350"

realizedProfitInUsd
string
必填

已实现利润(USD 计)

示例:

"802583.91"

realizedProfitRatio
string
必填

已实现利润率

示例:

"0.0035521324"

resolution
string
必填

盈亏时间粒度

示例:

"1d"

sellAmountInUsd
string
必填

总卖出金额(USD 计)

示例:

"60369621.10"

sells
string
必填

卖出交易总次数

示例:

"1011994"

tokens
string
必填

交易代币总数

示例:

"15126"

totalCostInUsd
string
必填

总成本(USD 计)

示例:

"225944253.64"

totalProfitInUsd
string
必填

总利润(已实现 + 未实现,USD 计)

示例:

"1018427683.08"

totalProfitRatio
string
必填

总利润率

示例:

"4.5074290081"

totalTrades
string
必填

总交易次数

示例:

"2527993"

unrealizedProfitInUsd
string
必填

未实现利润(USD 计)

示例:

"1017625099.17"

unrealizedProfitRatio
string
必填

未实现利润率

示例:

"4.5038768756"

walletAddress
string
必填

钱包地址

示例:

"54Pz1e35z9uoFdnxtzjp7xZQoFiofqhdayQWBMN7dsuy"

winRate
string
必填

胜率

示例:

"0.5575"

wins
string
必填

盈利交易次数

示例:

"438944"

updatedAt
string | null

最后更新时间戳

示例:

"2026-02-04T11:42:50.000Z"