Returns trades and activity history for a specified wallet, optionally filtered by market, type, time, and side.
The address of the user in question
Max number of trades to return (default 100, max 500)
x <= 500
Starting index for pagination
Comma-separated list of market condition IDs to filter
Activity types to filter (comma-separated). Options: TRADE, SPLIT, MERGE, REDEEM, REWARD, CONVERSION
Start timestamp (in seconds)
End timestamp (in seconds)
Side of trade (BUY or SELL). Applies only to trades.
BUY
, SELL
Field to sort by (TIMESTAMP, TOKENS, CASH). Defaults to TIMESTAMP.
TIMESTAMP
, TOKENS
, CASH
Sort order. Defaults to DESC.
ASC
, DESC
List of user activities
The response is of type object[]
.