Skip to main content
The Wallets API lets you look up any on-chain wallet address and retrieve a comprehensive picture of its activity — current token holdings, realised and unrealised profit and loss, historical trades, and aggregate performance statistics. All wallet endpoints are read-only and require the read:wallets scope on your API key.

GET /v1/wallets/

Retrieve a high-level overview of a wallet, including its total portfolio value, network activity, and a summary of recent performance.

Parameters

Example Request

Example Response


GET /v1/wallets//portfolio

Retrieve all token holdings for a wallet, including current value, unrealised PnL, and allocation percentage for each position.

Parameters

Example Request

Example Response


GET /v1/wallets//pnl

Retrieve a profit and loss summary for a wallet over a specified timeframe. Returns realised PnL from closed positions, unrealised PnL on current holdings, and an overall ROI percentage.

Parameters

Example Request

Example Response

PnL Response Fields

A negative unrealized_usd with a positive total_usd indicates the wallet has booked more profit than its current open losses. All PnL values are denominated in USD at current exchange rates.

GET /v1/wallets//trades

Retrieve a paginated trading history for a wallet. Each entry represents a swap, buy, or sell event. You can optionally filter by a specific token to see all trades involving that asset.

Parameters

Example Request

Example Response