Get user activity feed

GET /api/v1/market-data/activity

Get user activity feed

get

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.

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
get
/api/v1/market-data/activity

Last updated