Get Prediction Activity
Wallet
Get Prediction Activity
Get a wallet’s prediction market trading activity (buys, sells, redemptions).
GET
Get Prediction Activity
Query Parameters
The wallet address to get activity for.
Comma-separated list of platforms to filter by.
Comma-separated list of activity types (e.g.,
buy,sell).Start time. Accepts Unix timestamp in milliseconds (e.g.,
1709913600000) or ISO 8601 string (e.g., 2024-03-01T00:00:00Z).End time. Accepts Unix timestamp in milliseconds (e.g.,
1709913600000) or ISO 8601 string (e.g., 2024-03-01T00:00:00Z).Number of activities to return (1 to 100).
Page number (1-indexed).
Pagination offset (alternative to page).
Sort order:
asc or desc.Transaction hash to anchor cursor pagination from.
Cursor direction:
before or after.Response
Array of wallet activity records.
Pagination metadata.
Server node identifier.
Request processing time in milliseconds.
Usage Example
Example Response
Query Parameters
User EOA wallet address. The API resolves the matching Safe trading account internally.
Example:
"0x0000000000000000000000000000000000000001"
Comma-separated platform filter (e.g. polymarket).
Comma-separated activity type filter (e.g. buy,sell).
Start of the time window (ISO date or Unix timestamp).
End of the time window (ISO date or Unix timestamp).
Page size (1-100).
Required range:
1 <= x <= 1001-based page index (alternative to offset).
Required range:
x >= 1Pagination offset.
Required range:
x >= 0Available options:
asc, desc Opaque cursor hash for keyset pagination.
Available options:
before, after Response
200 - application/json
Activity list