Get Account Rewards
Get per-instrument daily liquidity reward shares for the authenticated account. Reward periods run from 12:00 UTC to 12:00 UTC and are labeled by their UTC end date. OI rewards pay 6% APR on the account's full daily average gross OI across all instruments when the combined daily average gross OI of its rewards entity is at least $1M. Accounts without an entity mapping qualify independently. The first reward period starts at 2026-07-06 12:00 UTC. If no date range is provided, the latest computed reward period is returned.
get/v1/account/rewards
Query parameters
datestring
UTC reward period end date in YYYY-MM-DD format
Example:2026-05-10
start_datestring
Inclusive UTC start date in YYYY-MM-DD format
Example:2026-05-01
end_datestring
Inclusive UTC end date in YYYY-MM-DD format
Example:2026-05-10
limitinteger
Maximum number of entries to return
Example:100
Response
Account rewards response.
Example response
{
"data": [
{
"date": "2026-05-10",
"maker_share_7d": "0.35",
"reward_distributed": true,
"breakdown": [
{
"reward_pool": "1000",
"reward_amount": "127.50344"
}
],
"oi_rewards": {
"account_oi": "3200000",
"reward_amount": "127.50344"
}
}
]
}