Skip to main content
GET
Get Wallet Positions
Fetch positions for a Polymarket wallet with cost basis, current value, and P&L.
Rolling total PnL accuracy timeline - Total PnL (realized + unrealized - net fees) uses rolling windows that need time to accumulate full data:
  • All-time total PnL: accurate immediately (February 10, 2026)
  • 1-day rolling total PnL: fully accurate starting February 11, 2026
  • 7-day rolling total PnL: fully accurate starting February 17, 2026
  • 30-day rolling total PnL: fully accurate starting March 12, 2026

Authorizations

x-api-key
string
header
required

Path Parameters

wallet
string
required

Wallet address to fetch positions for

Query Parameters

include_closed
boolean
default:false

Include zero-balance (closed) positions

min_shares
number
default:0

Minimum number of shares to include

Required range: x >= 0
market_slug
string | null

Filter by market slug

condition_id
string | null

Filter to a specific market by condition ID

sort_by
enum<string>
default:value

Field to sort by

Available options:
value,
unrealized_pnl,
realized_pnl,
cost,
avg_price,
current_price,
entry_date
order
enum<string>
default:desc

Sort order: asc or desc

Available options:
asc,
desc
limit
integer
default:100

Maximum number of positions to return (1-200)

Required range: 1 <= x <= 200
pagination_key
string | null

Cursor for pagination

Response

Successful Response

Wallet positions endpoint response.

wallet_address
string
required
positions
Position · object[]
required
summary
PositionsSummary · object
required

Summary of all positions.

pagination
CursorPagination · object
required

Cursor-based pagination for endpoints that don't support offset.