For the complete documentation index, see llms.txt. This page is also available as Markdown.

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, market, or transaction. Optionally filter by market, question, outcome token, activity type, transaction hash, ledger cursor, 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

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

Last updated