Miscellaneous Endpoints
Get User On-Chain Activity (Data-API)
Returns trades and activity history for a specified wallet, optionally filtered by market, type, time, and side.
GET
Query Parameters
The address of the user in question
Max number of trades to return (default 100, max 500)
Required range:
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.
Available options:
BUY
, SELL
Field to sort by (TIMESTAMP, TOKENS, CASH). Defaults to TIMESTAMP.
Available options:
TIMESTAMP
, TOKENS
, CASH
Sort order. Defaults to DESC.
Available options:
ASC
, DESC
Response
200 - application/json
List of user activities
The response is of type object[]
.