Get wallet portfolio snapshots
Returns the authenticated user’s portfolio snapshot history for the requested range. latest and baseline reference the newest and oldest snapshots inside the range; changeUsd/changePercent are simple balance deltas (not P&L). New users with no snapshots return latest/baseline as null and an empty points array.
Authorizations
Cognito JWT token for regular user authentication
Query Parameters
1d, 7d, 30d, 90d, 1y, all Response
Portfolio snapshot history for the authenticated user's wallets. changeUsd and changePercent are simple balance deltas, not P&L. New users with no history return latest/baseline as null and points empty.
Portfolio snapshot history for the authenticated user's wallets. changeUsd and changePercent are simple balance deltas, not P&L. New users with no history return latest/baseline as null and points empty.
1d, 7d, 30d, 90d, 1y, all Newest snapshot inside the requested range, or null when no snapshots exist.
Oldest snapshot inside the requested range, or null when no snapshots exist.
Simple USD balance delta between baseline and latest, formatted to two decimal places. Not P&L. Null when history is empty.
"12.34"
Simple percentage change between baseline and latest balance, formatted to two decimal places. Not P&L. Null when history is empty or baseline balance is zero.
"1.23"
Snapshot points inside the requested range, ordered by bucketStart. Empty when no history exists.