v1

latestOpenAPI 3.1.02026-07-228799577.7 KB
Batch

Get Wallet Summaries Batch

Returns wallet-level PnL summaries, resolved identity, and wallet tags for up to 100 unique wallets. Missing/non-indexed wallets are returned in notFound; invalid addresses are returned in invalid; requests above the limit are truncated and include a truncated object.

post/v2/pnl/wallets/batch

Request body

walletsstring[] required

Wallet addresses to summarize. Up to 100 unique valid wallets are processed.

Example request

{
  "wallets": [
    "CyaE1VxvBrahnPWkqm5VsdCvyS2QmNht2UFrKJHga54o",
    "vines1vzrYbzLMRdu58ou5XTby4qAqVRLmqo36NKPTg"
  ]
}

Response

Wallet summaries found.

countinteger

Number of wallets returned.

notFoundstring[]

Valid wallets with no indexed summary. Omitted when empty.

invalidstring[]

Wallet addresses that failed Base58 validation. Omitted when empty.