Spot wallet snapshot
GET /v1/portfolio/spot/snapshot — Stable-asset balances and non-stable positions from one authenticated Minara P&L read. The portfolio UI uses this aggreg
GET /v1/portfolio/spot/snapshot
Stable-asset balances and non-stable positions from one authenticated Minara P&L read. The portfolio UI uses this aggregate endpoint to avoid duplicate upstream requests during first paint.
| Method | GET |
| Path | /v1/portfolio/spot/snapshot |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | portfolio |
Response body
{ "balances": [{ "symbol": "USDC", "chain": "base", "quantity": 25, "usd_value": 25 }], "positions": [{ "symbol": "SOL", "chain": "solana", "quantity": 1, "usd_value": 100, "cost": 80 }], "connected": true }