Get Positions
Positions fetches all active Polymarket positions held by a specific proxy wallet address. Returns positions with a balance of at least 10,000 shares (0.01 normalized), along with detailed market information including title, status, outcome labels, and redemption eligibility. Best for: Portfolio tracking, monitoring wallet holdings, identifying redeemable positions, analyzing wallet exposure across markets. Endpoint:Documentation Index
Fetch the complete documentation index at: https://aisa.one/docs/llms.txt
Use this file to discover all available pages before exploring further.
GET /polymarket/positions/wallet/{wallet_address}
wallet_address field, a positions array containing position objects with fields such as token ID, condition ID, title, shares (raw and normalized), redeemable status, market/event slugs, outcome label, winning outcome, and market status. A pagination object with has_more and pagination_key fields supports cursor-based pagination.Your AIsa API key as a Bearer token.
The Proxy wallet address to fetch positions for
^0x[0-9a-fA-F]{40}$"0x1234567890abcdef1234567890abcdef12345678"
Maximum number of positions to return per page. Defaults to 100, maximum 100.
1 <= x <= 100100
Pagination key returned from previous request to fetch next page of results
"NjhlMGM4MDAtZDkwNi00YjMyLWEzOWMtYTRlMTk5MzRkNWVl"