Skip to main content
GET
Get points breakdown
Response fields. The points breakdown returns:
  • currentSeason — live running points total for the season in progress. This field updates in real time and reflects every points distribution as soon as it lands.
  • currentMonth — points earned in the current 4-week month bucket. This value resets to 0 at each month rollover, so use currentSeason when you need a season-to-date running total.
  • season1, season2, season3, … — archived per-season totals for finished seasons.
Reward-field semantics (as currently computed). All reward amounts are 1e6-scaled USDC integers. Divide by 1,000,000 to get dollars ("11458" = $0.011458).
  • todaysRewards — despite the schema description, this is not a calendar-day total. It reflects the latest processed reward epoch, and epochs run once per minute, so read it as “rewards earned in the last completed minute.”
  • totalUserRewardsLastEpoch — the same one-epoch window, so it currently carries the same value as todaysRewards.
  • totalUnpaidRewards — everything accrued since your last payout, across all markets and epochs. Use this field for balances. Expect it to be much larger than the other two.
Payouts run once a day at 22:30 UTC and pay the full unpaid balance. There is no minimum, and sub-cent amounts are included. See LP Rewards.

Authorizations

Authorization
string
header
required

JWT token for API access (alternative to cookie auth)

Response

Points breakdown