BlockRun.AI Polymarket Wallet Positions is a paid API for AI agents from blockrun.ai, paid per call via x402, $0.005000/call, status unknown (last checked 2026-09-13).
Retrieves open and historical prediction market positions for a given wallet address on Polymarket
Get open and historical positions for a wallet address
Returns a data object containing the wallet's open and historical positions on Polymarket, including market details, position sizes, and relevant metadata for each prediction market the wallet has participated in.
GEThttps://blockrun.ai/api/v1/pm/polymarket/wallet/positions/:addressUse this endpoint when you need to look up a specific wallet's Polymarket positions — both currently open and historical — especially within an agent workflow analyzing prediction market portfolios, tracking trader behavior, or auditing on-chain prediction market activity. Prefer this over generic blockchain explorers when you specifically need structured Polymarket position data.
{
"input": {
"body": {
"address": "0x1234567890123456789012345678901234567890"
}
}
}| Field | Type | Description |
|---|---|---|
| input | object | |
| output | object |
{
"summary": {
"net_fees": 0,
"win_rate": null,
"fees_paid": 0,
"fees_refunded": 0,
"total_cost_usd": 0,
"total_positions": 0,
"total_value_usd": 0,
"losing_positions": null,
"winning_positions": null,
"total_realized_pnl_usd": 0,
"total_unrealized_pnl_usd": 0
},
"positions": [],
"pagination": {
"count": 0,
"limit": 100,
"has_more": false,
"pagination_key": null
},
"wallet_address": "0x1234567890123456789012345678901234567890"
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"