New API users should migrate to deposit wallets. Read the migration guide.
curl --request GET \
--url https://data-api.polymarket.com/positions[
{
"proxyWallet": "0x56687bf447db6ffa42ffe2204a05edaa20f55839",
"asset": "<string>",
"conditionId": "0xdd22472e552920b8438158ea7238bfadfa4f736aa4cee91a6b86c39ead110917",
"size": 123,
"avgPrice": 123,
"initialValue": 123,
"currentValue": 123,
"cashPnl": 123,
"percentPnl": 123,
"totalBought": 123,
"realizedPnl": 123,
"percentRealizedPnl": 123,
"curPrice": 123,
"redeemable": true,
"mergeable": true,
"title": "<string>",
"slug": "<string>",
"icon": "<string>",
"eventSlug": "<string>",
"outcome": "<string>",
"outcomeIndex": 123,
"oppositeOutcome": "<string>",
"oppositeAsset": "<string>",
"endDate": "<string>",
"negativeRisk": true
}
]curl --request GET \
--url https://data-api.polymarket.com/positions[
{
"proxyWallet": "0x56687bf447db6ffa42ffe2204a05edaa20f55839",
"asset": "<string>",
"conditionId": "0xdd22472e552920b8438158ea7238bfadfa4f736aa4cee91a6b86c39ead110917",
"size": 123,
"avgPrice": 123,
"initialValue": 123,
"currentValue": 123,
"cashPnl": 123,
"percentPnl": 123,
"totalBought": 123,
"realizedPnl": 123,
"percentRealizedPnl": 123,
"curPrice": 123,
"redeemable": true,
"mergeable": true,
"title": "<string>",
"slug": "<string>",
"icon": "<string>",
"eventSlug": "<string>",
"outcome": "<string>",
"outcomeIndex": 123,
"oppositeOutcome": "<string>",
"oppositeAsset": "<string>",
"endDate": "<string>",
"negativeRisk": true
}
]Documentation Index
Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
Use this file to discover all available pages before exploring further.
User address (required) User Profile Address (0x-prefixed, 40 hex chars)
^0x[a-fA-F0-9]{40}$"0x56687bf447db6ffa42ffe2204a05edaa20f55839"
Comma-separated list of condition IDs. Mutually exclusive with eventId.
0x-prefixed 64-hex string
^0x[a-fA-F0-9]{64}$Comma-separated list of event IDs. Mutually exclusive with market.
x >= 1x >= 00 <= x <= 5000 <= x <= 10000CURRENT, INITIAL, TOKENS, CASHPNL, PERCENTPNL, TITLE, RESOLVING, PRICE, AVGPRICE ASC, DESC 100Success
User Profile Address (0x-prefixed, 40 hex chars)
^0x[a-fA-F0-9]{40}$"0x56687bf447db6ffa42ffe2204a05edaa20f55839"
0x-prefixed 64-hex string
^0x[a-fA-F0-9]{64}$"0xdd22472e552920b8438158ea7238bfadfa4f736aa4cee91a6b86c39ead110917"
Was this page helpful?