Wallet Positions
Wallet
Wallet Positions
Fetch Polymarket positions for any wallet address.
Requires API key in Authorization header (rate limited: 60/minute). Cached for 30s per wallet to prevent heavy pollers from saturating the API.
GET
Wallet Positions
Fetch Polymarket positions for any wallet address.
Overview
This endpoint retrieves all current positions held by a specific wallet address on Polymarket. It returns a structured summary including each position’s market title, side, shares, current price, and value.Rate Limiting
- 60 requests per minute per API key
- 30-second cache per wallet address to prevent heavy pollers from saturating the API
Response Fields
Position Object
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Polymarket wallet address (0x-prefixed, 40 hex chars)
Pattern:
^0x[a-fA-F0-9]{40}$