Skip to main content
GET
Get user combo activity

Query Parameters

user
string
required

User Profile Address (0x-prefixed, 40 hex chars)

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x56687bf447db6ffa42ffe2204a05edaa20f55839"

market_id
string[]

Comma-separated combo_condition_id values to filter to specific combos. These equal the market_id of isCombo rows on /activity. Omit for all of the user's combo activity.

Combo condition ID (0x-prefixed, 62 hex chars / bytes31). Equals the market_id (unified) / conditionId (legacy) of isCombo rows on /activity.

Pattern: ^0x[a-fA-F0-9]{62}$
limit
integer
default:50
Required range: 0 <= x <= 500
offset
integer
default:0
Required range: 0 <= x <= 10000
cursor
string

Opaque continuation token from a previous response's pagination.next_cursor. When present it supersedes offset (which is ignored). Invalid, tampered, or cross-endpoint tokens return 400.

Response

Success

activity
object[]
pagination
object

Standard pagination metadata. No total count; has_more is derived from page fullness. next_cursor is opaque.