Get Activity
Activity fetches on-chain trading activity from Polymarket with optional filtering by user wallet, market, condition, and time range. Returns activity records including MERGES, SPLITS, and REDEEMS, which represent the different types of position management operations on the platform. Best for: Tracking wallet activity, monitoring position changes, analyzing redemption patterns, auditing on-chain trading operations. Endpoint:Documentation Index
Fetch the complete documentation index at: https://aisa.one/docs/llms.txt
Use this file to discover all available pages before exploring further.
GET /polymarket/activity
activities array containing activity objects with fields such as side (MERGE/SPLIT/REDEEM), shares, price, transaction hash, timestamp, and user wallet address. A pagination object with has_more and pagination_key fields supports cursor-based pagination through large result sets.Your AIsa API key as a Bearer token.
User wallet address to fetch activity for. If not provided, returns activity for all users.
^0x[0-9a-fA-F]{40}$"0x7c3db723f1d4d8cb9c550095203b686cb11e5c6b"
Filter activity from this Unix timestamp in seconds (inclusive)
1640995200
Filter activity until this Unix timestamp in seconds (inclusive)
1672531200
Filter activity by market slug
"bitcoin-up-or-down-july-25-8pm-et"
Filter activity by condition ID
"0x4567b275e6b667a6217f5cb4f06a797d3a1eaf1d0281fb5bc8c75e2046ae7e57"
Number of activities to return (1-1000)
1 <= x <= 100050
Base64-encoded cursor for efficient pagination. Returned in the previous response's pagination object.
"eyJibG9ja190aW1lc3RhbXAiOiIyMDI1LTAxLTE5VDEyOjAwOjAwLjAwMFoiLCJzaWRlIjoiU1BMSVQiLCJ0eF9oYXNoIjoiMHgxMjM0NTY3ODkwYWJjZGVmIiwibG9nX2luZGV4IjoxMCwidG90YWwiOjE5ODkwMTc3Nn0="