Skip to main content
GET
Authenticated user CP rollup for a UTC day

Authorizations

Authorization
string
header
required

Privy access token. Required on /liquidity-rewards/*. Send Authorization: Bearer <privy_access_token>. Not used on /public/liquidity-rewards/*.

Path Parameters

epoch
integer
required

UTC-day index, floor(unix_ms / 86_400_000).

Required range: 0 <= x <= 10000000

Response

Maker day rollup for the session wallet.

CP rollup for one maker on one UTC day (snake_case).

user_id
string
epoch
integer
day_open_ms
integer
day_close_ms
integer
flagged
boolean
effective_cp
string
allocated_cp
string
credited_cp
string | null
markets
object[]
user
object | null

XO profile when the wallet maps to a user; otherwise null.