Get user activity feed
Query parameters
userstringOptional
Wallet address
marketstringOptional
Comma-separated market addresses to filter by
question_idstringOptional
Comma-separated question IDs to filter by
typestringOptional
Activity type filter: MINT, REDEEM, FINALISE, CLAIM
startintegerOptional
Start unix timestamp
endintegerOptional
End unix timestamp
limitintegerOptional
Limit (default 100, max 500)
offsetintegerOptional
Offset (default 0, max 10000)
Responses
200
OK
application/json
400
Bad Request
application/json
500
Internal Server Error
application/json
get
/api/v1/market-data/activityLast updated