Polymarket Endpoints
Positions
Fetches all Polymarket positions for a proxy wallet address. Returns positions with balance >= 10,000 shares (0.01 normalized) with market info.
GET
Get Positions
Documentation Index
Fetch the complete documentation index at: https://docs.domeapi.io/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The Proxy wallet address to fetch positions for
Pattern:
^0x[0-9a-fA-F]{40}$Example:
"0x1234567890abcdef1234567890abcdef12345678"
Query Parameters
Maximum number of positions to return per page. Defaults to 100, maximum 100.
Required range:
1 <= x <= 100Example:
100
Pagination key returned from previous request to fetch next page of results
Example:
"NjhlMGM4MDAtZDkwNi00YjMyLWEzOWMtYTRlMTk5MzRkNWVl"
Previous
Get walletFetches wallet information by providing either an EOA (Externally Owned Account) address, a proxy wallet address, or a user handle. Returns the associated EOA, proxy, wallet type, handle, pseudonym, and profile image. Optionally returns trading metrics including total volume, number of trades, and unique markets traded when `with_metrics=true`.
Next
Get Positions