Get per-day Amps for an owner
Returns one row per season day, newest first, split into trading / streak /
referral / vault. Excludes bonus_amps — there is no per-day source for it.
Authorizations
Bearer token from Geomi. See Authentication for setup instructions.
Query Parameters
Owner wallet address (not a subaccount)
Most recent season days to return. Defaults to 14, clamped to 90.
x >= 0Season name. Defaults to the season containing today.
Response
Per-day amps for an owner
Per-day Amps for one owner over a bounded window.
Scoped to a single season on purpose: day_index is season-relative, so
aggregating two seasons would collide day 5 of each into one bucket.
Note the total excludes bonus_amps: there is no bonus_amps_daily table, so
no per-day source exists for it. Program-wide that is ~1.6% of all Amps, but for
an owner who received a bonus this series will not sum to the total_amps shown
by /points/amps or the leaderboard.

