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.