AGG is currently in alpha. APIs, components, and docs may change.
Agg.market — Prediction Market Aggregator logo

Get user activity feed

Returns a unified, timestamp-ordered feed of the authenticated user's trades, withdrawals, standalone bridges, deposits, and low-level wallet operations.

GEThttps://api.agg.market/users/activity

Returns a unified, timestamp-ordered feed of the authenticated user's trades, withdrawals, standalone bridges, deposits, and low-level wallet operations. Cursor-based pagination.

Loading code example
Loading code example

Authorizations

appIdstringheaderrequired

API key passed in the header.

Query Parameters

type"trade" | "withdrawal" | "bridge" | "deposit" | "user_op" | "redeem"
Allowed values: "trade" | "withdrawal" | "bridge" | "deposit" | "user_op" | "redeem"
cursorstring
limitinteger
Required range: x >= 1, x <= 100

Response

application/json

200

dataarray<any>required
nextCursorstringrequired
hasMorebooleanrequired