Skip to main content
GET
Get per-day Amps for an owner

Authorizations

Authorization
string
header
required

Bearer token from Geomi. See Authentication for setup instructions.

Query Parameters

owner
string
required

Owner wallet address (not a subaccount)

days
integer<int64>

Most recent season days to return. Defaults to 14, clamped to 90.

Required range: x >= 0
season
string

Season 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.

days
object[]
required

Newest day first

owner
string
required

Owner address

season
string
required

Season these day indexes belong to