cURL
curl --request GET \ --url https://api.polymarket.us/v1/portfolio/positions
{ "positions": {}, "nextCursor": "<string>", "eof": true, "availablePositions": [ "<string>" ] }
Get user’s trading positions across all markets or filtered by specific market
Filter by specific market slug
Maximum number of positions to return
Cursor for pagination
List of user positions
Map of market slug to position
Show child attributes
Next cursor for pagination
True if this is the last page
Available position quantities factoring in open orders