MINARA

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.

MethodGET
Path/v1/portfolio/spot/snapshot
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryportfolio

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 }

On this page