Skip to main content
GET
/
v1
/
positions
/
ledger
/
download
Download position ledger as CSV
curl --request GET \
  --url https://api.prod.polymarketexchange.com/v1/positions/ledger/download
"<string>"

Query Parameters

account
string
required

Required. Fully qualified resource name of the account.

symbol
string

Optional. Filter by instrument symbol.

start_time
string<date-time>

Optional. Inclusive lower bound on update_time. Clamped to 2026-05-01T00:00:00Z.

end_time
string<date-time>

Optional. Inclusive upper bound on update_time.

page_size
integer<int32>

Optional. Maximum entries per page (max 1000). Values above 1000 return InvalidArgument.

Required range: x <= 1000
page_token
string

Optional. Resume token from a previous download.

newest_first
boolean

Optional. If true, rows are emitted in descending update_time order.

Response

200 - text/csv

A successful response (streaming).

CSV file stream containing position ledger entries.