Skip to main content
GET
Get points breakdown
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. This is the field to use for balances; it being much larger than the other two is expected.
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

lmts-api-key
string
header
required

Scoped API token with HMAC-SHA256 signing. Requires three headers: lmts-api-key (token ID), lmts-timestamp (ISO-8601), lmts-signature (Base64-encoded HMAC). See Authentication docs for details.

Response

Points breakdown