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
token_idstringOptional
Comma-separated outcome token IDs to filter by (max 50)
typestringOptional
Comma-separated activity type filter: MINT, REDEEM, FINALISE, CLAIM
transaction_hashstringOptional
Transaction hash (0x + 64 hex chars) to filter by
after_idintegerOptional
Only events with ledgerId greater than this cursor
orderstringOptional
Sort field: date (default), amount, pnl
ascendingbooleanOptional
Sort ascending (default false = descending)
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/activity
Last updated