cURL
curl --request GET \ --url https://api.ask.surf/gateway/v1/prediction-market/polymarket/positions
{ "data": [ { "avg_price": 123, "cash_pnl": 123, "condition_id": "<string>", "cur_price": 123, "current_value": 123, "outcome_label": "<string>", "question": "<string>", "realized_pnl": 123, "redeemable": true, "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/DataResponsePolymarketPosition.json"