Arkham x402 – Polymarket Wallet Prediction History 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 the full Polymarket prediction market trading history for a given wallet address, including PnL, volume, and resolved market outcomes.
Get Arkham Polymarket wallet prediction history. $0.60 per call.
Returns a paginated list of Polymarket markets the wallet has traded in, each including PnL, total buy/sell USDC volume, net shares, average buy and sell prices, outcome bet on, resolution timestamp, event title, question text, condition ID, token address, and image URL. Also includes total count and a hasMore flag for pagination.
POSThttps://api.arkm.com/x402/polymarket/wallet/prediction-historyUse this endpoint when you need granular Polymarket trading history tied to a specific on-chain wallet address, including resolved PnL and per-market breakdowns. Prefer this over generic Polymarket APIs when you also need Arkham's wallet intelligence context or when paying per-request via x402 is acceptable. Best for investigative, research, or copy-trading use cases where depth of history per wallet matters.
| Field | Type | Description |
|---|---|---|
| addr | — | Required. Polymarket trade address (0x + 40 hex chars). |
| sort | — | Sort field: value, volume, currentPrice, trades, pnl, shares, buyUsd, avgBuy, sellUsd, avgSell. Default: pnl. When stat… |
| limit | — | Results per page (1-100, default 20). |
| order | — | Sort order: asc or desc. Default: desc. |
| maxPnl | — | Maximum PnL in whole USD (can be negative). |
| minPnl | — | Minimum PnL in whole USD (can be negative). |
| offset | — | Offset for pagination (default 0). |
| search | — | Optional. Search market question, group title, event title, or condition ID. |
| status | — | Optional. Filter by position state: open or closed. |
| eventID | — | Optional. Filter to all markets and outcomes in a Polymarket event. |
| maxValue | — | Maximum current held value in whole USD. |
| minValue | — | Minimum current held value in whole USD. |
| maxTrades | — | Optional. Maximum trade count. |
| maxVolume | — | Maximum total volume in whole USD. |
| minTrades | — | Optional. Minimum trade count. |
| minVolume | — | Minimum total volume in whole USD. |
| conditionID | — | Optional. Filter to a single market condition ID. |
| maxSharesHeld | — | Maximum remaining held shares in whole shares. |
| minSharesHeld | — | Minimum remaining held shares in whole shares. |
| maxAvgBuyPrice | — | Maximum average buy price as a 0-1 fraction. |
| minAvgBuyPrice | — | Minimum average buy price as a 0-1 fraction. |
| tokenAddresses | — | Optional. Filter to specific outcome token addresses. |
| maxAvgSellPrice | — | Maximum average sell price as a 0-1 fraction. |
| maxCurrentPrice | — | Maximum current price as a 0-1 fraction. |
| maxTotalBuyUsdc | — | Maximum total buy amount in whole USD. |
| minAvgSellPrice | — | Minimum average sell price as a 0-1 fraction. |
| minCurrentPrice | — | Minimum current price as a 0-1 fraction. |
| minTotalBuyUsdc | — | Minimum total buy amount in whole USD. |
| maxTotalSellUsdc | — | Maximum total sell amount in whole USD. |
| minTotalSellUsdc | — | Minimum total sell amount in whole USD. |
{
"type": "json",
"example": {
"hasMore": true,
"markets": [
{
"pnl": "643126.136941",
"value": "0",
"volume": "332768.337261",
"eventId": 401638,
"outcome": "No",
"imageUrl": "https://polymarket-upload.s3.us-east-2.amazonaws.com/Repetitive-markets/premier+league.jpg",
"question": "Will Chelsea FC win on 2026-05-04?",
"netShares": "0",
"eventTitle": "Chelsea FC vs. Nottingham Forest FC",
"isResolved": true,
"resolvedAt": "2026-05-04T20:20:48Z",
"sharesHeld": "0",
"avgBuyPrice": "0.34098803308944694087",
"conditionId": "0x0433839be2e0889423ff0a0efae939272899d09c284d309b346d3991d003c4c0",
"totalTrades": 71,
"avgSellPrice": "1.00000000000000000000",
"currentPrice": "1",
"tokenAddress": "0x5f10f068a11aa7c2f4244d8d71bcfd1ad3f2ed337d916960eb2a660ad380f892",
"totalBuyUsdc": "332768.337261",
"totalSellUsdc": "975894.474202",
"groupItemTitle": "Chelsea FC"
}
],
"totalCount": 1435,
"userAddress": "0xBDDF61Af533fF524D27154e589d2D7A81510C684",
"totalCountExact": true
}
}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"