Get Trader Rewards
Returns the trader’s reward records (yield, maker/taker rebates, referral rewards) ordered by block time descending.
Authorizations
Pass your Orbscan API key as a Bearer token, formatted as Bearer <your_api_key>.
Path Parameters
Trader address, 0x + 40 hex chars.
"0x0484e64092ba4108c2786b61e6fc052d3bf41b1a"
Query Parameters
Comma-separated activity types (e.g. ?types=YIELD,MAKER_REBATE). Case-insensitive. Supported values: YIELD, MAKER_REBATE, TAKER_REBATE, REFERRAL_REWARD, REWARD.
"YIELD,MAKER_REBATE"
Inclusive lower timestamp (Unix seconds).
Inclusive upper timestamp (Unix seconds).
Page size. Defaults to 20, maximum 100.
1 <= x <= 100Pagination cursor from the previous response's nextCursor. Omit for the first page.