Users

Per-chain opportunity breakdown for a user. Aggregated by opportunity with one row per token carrying claimed, pending, and server-computed claimable amounts.

get/v4/users/{address}/rewards/chains/{chainId}/breakdowns

Path parameters

addressstring required

User wallet address

string numeric required
OR
number required

Chain ID to fetch breakdown for

Query parameters

tokensstring[]

Filter by reward token addresses

protocolsstring[]

Filter by main protocol IDs

tagsstring[]

Filter by opportunity tags (whitelabel scoping)

isTestboolean

Include test token rewards

isPreTGEboolean

When true, restrict to preTGE (PRETGE) token rewards

Response

Response for status 200

Changes

Changed in 1 of the 3 revisions of this API.3

    • added subschema #1 subschema #2 to the // response property allOf list for the response status

      response-property-all-of-added

    • removed subschema #1 subschema #2 from the // response property allOf list for the response status

      response-property-all-of-removed

    • the ///// response's property pattern was changed from ^(0x[a-fA-F0-9]{40}|[1-9A-HJ-NP-Za-km-z]{32,44}|[CG][A-Z0-9]{55})$ to ^(0x[a-fA-F0-9]{40}|[1-9A-HJ-NP-Za-km-z]{32,44}|[CG][A-Z0-9]{55}|0x[a-fA-F0-9]{64})$ for the status

      response-property-pattern-changed