cURL
curl --request GET \ --url https://api.ask.surf/gateway/v1/prediction-market/polymarket/activity
{ "data": [ { "condition_id": "<string>", "outcome": "<string>", "price": 123, "side": "<string>", "size": 123, "timestamp": 123, "title": "<string>", "transaction_hash": "<string>", "type": "<string>", "usdc_size": 123 } ], "meta": { "cached": true, "credits_used": 123, "limit": 123, "offset": 123, "total": 123 }, "$schema": "<string>" }
Polymarket proxy wallet address
"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
Results per page
1 <= x <= 100
50
Pagination offset
x >= 0
0
OK
Show child attributes
A URL to the JSON Schema for this object.
"https://example.com/schemas/DataResponsePolymarketActivity.json"