Token API > Polymarket Market Endpoints
Market Positions
GET/v1/polymarket/markets/positions
Returns all user positions for a specific outcome token — a leaderboard view. Each row is one user’s cumulative position: cost basis, PNL, shares held, and current value.
For a user’s portfolio across all markets, use /v1/polymarket/positions instead.
Query Parameters
| Parameter | Description | Value |
|---|---|---|
token_idstring | Required | |
closedboolean | ||
sort_bystring |
| position_value |
limitinteger | Number of items* returned in a single request.
| |
pageinteger | Page number to fetch.
|
Potential Responses
| Status | Description |
|---|---|
| 200 | Successful Response |
| 400 | Client side error |
| 401 | Authentication failed |
| 403 | Forbidden |
| 404 | Not found |
| 500 | Server side error |