Endpoints on this page require the Wallet Analytics add-on. Without it they return HTTP 402 with
"addon": "walletAnalytics".https://nexus.gerowallet.io · Auth: X-Api-Key: nexus_…
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /api/wallet/{stakeAddress}/holdings | Current wallet holdings (all assets + ADA) |
| GET | /api/wallet/{stakeAddress}/history | Wallet value over time |
| GET | /api/wallet/{stakeAddress}/pnl | Single-wallet realized/unrealized gains & losses |
| POST | /api/wallet/pnl | Multi-wallet P&L (FIFO) in one request |
Example
P&L is computed FIFO: each disposal is matched against the earliest acquisitions to derive cost basis and realized gains. Holdings still held are marked to current market price for unrealized P&L.