Arkham x402 Polymarket Event Positions is a paid API for AI agents from api.arkm.com, paid per call via x402, $0.6/call, status unknown (last checked 2026-09-15).
Retrieves wallet-level position data for a specific Polymarket prediction market event, including PnL, shares, outcome, and trader details.
Get Arkham Polymarket event positions. $0.60 per call.
Returns a paginated list of wallet positions for a Polymarket event, each containing the wallet address, outcome bet on (Yes/No), number of shares, current value, PnL, token address, condition ID, total number of trades, and an image URL for the market. Also includes a total count of all positions for the event.
POSThttps://api.arkm.com/x402/polymarket/event-positionsUse this endpoint when you need on-chain position-level data for Polymarket prediction market events — specifically to identify which wallets hold positions, their PnL, share counts, and outcomes. Prefer this over generic blockchain explorers when you want structured, pre-aggregated Polymarket position intelligence enriched with Arkham's wallet labeling. Best for agent workflows that analyze market sentiment, track whale behavior, or investigate specific trader exposure on Polymarket events.
| Field | Type | Description |
|---|---|---|
| limit | — | Max results (default 50, max 1000). |
| maxPnl | — | Optional. Maximum PnL in whole USD (can be negative). |
| minPnl | — | Optional. Minimum PnL in whole USD (can be negative). |
| offset | — | Offset for pagination (default 0). |
| sortBy | — | Optional. "pnl" (default), "shares", or "value". |
| outcome | — | Optional. 0 for Yes token, 1 for No token. |
| maxValue | — | Optional. Maximum current position value in whole USD. |
| minValue | — | Optional. Minimum current position value in whole USD. |
| maxShares | — | Optional. Maximum held shares (whole outcome-token shares). |
| minShares | — | Optional. Minimum held shares (whole outcome-token shares). |
| sortOrder | — | Optional. "asc" or "desc" (default). |
| conditionId | — | Required. Polymarket condition ID. |
| userAddresses | — | Optional. Filter to specific Polymarket trade addresses. |
| tokenAddresses | — | Optional. Explicit outcome token list; overrides condition-derived tokens and can span markets beyond the path conditio… |
{
"type": "json",
"example": {
"positions": [
{
"pnl": "225636.626185",
"price": 0,
"value": "0",
"shares": "1043537.710844",
"outcome": "Yes",
"imageUrl": "https://polymarket-upload.s3.us-east-2.amazonaws.com/world-cup-winner-netherlands-flag-20260603-192743.png",
"question": "Will Netherlands win the 2026 FIFA World Cup?",
"conditionId": "0x9be56371f6a29d12769b2f196847ee825b9585ebb8bfa042136be031b081eba1",
"totalTrades": 7589,
"userAddress": "0xB687f00464E33934f5d591F224E71C3559ecAeE5",
"tokenAddress": "0x7baa312d6393ea83c631fb77b47061651a2a9992c40fcac017009611d6a03df4"
},
{
"pnl": "140074.249191",
"price": 0,
"value": "0",
"shares": "236907.947522",
"outcome": "Yes",
"imageUrl": "https://polymarket-upload.s3.us-east-2.amazonaws.com/world-cup-winner-netherlands-flag-20260603-192743.png",
"question": "Will Netherlands win the 2026 FIFA World Cup?",
"conditionId": "0x9be56371f6a29d12769b2f196847ee825b9585ebb8bfa042136be031b081eba1",
"totalTrades": 3025,
"userAddress": "0xCbBa64CDDD05171925FFD05d8F8ABD38C83fDbFf",
"tokenAddress": "0x7baa312d6393ea83c631fb77b47061651a2a9992c40fcac017009611d6a03df4"
}
],
"totalCount": 43343,
"conditionId": "0x9be56371f6a29d12769b2f196847ee825b9585ebb8bfa042136be031b081eba1"
}
}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"