v1
latestOpenAPI 3.1.12026-07-23195454.2 KBget-user-activity
Get user activity feed
Returns a paginated feed of trading activity events (MINT, REDEEM, FINALISE, CLAIM) for a given wallet. Optionally filter by market, question, activity type, or time range.
get/api/v1/market-data/activity
Query parameters
userstring
Wallet address
marketstring
Comma-separated market addresses to filter by
question_idstring
Comma-separated question IDs to filter by
typestring
Activity type filter: MINT, REDEEM, FINALISE, CLAIM
startinteger
Start unix timestamp
endinteger
End unix timestamp
limitinteger
Limit (default 100, max 500)
offsetinteger
Offset (default 0, max 10000)
Response
OK