Skip to main content
GET
Get Fills

Authorizations

POLYMARKET-PROXY
string
header
required

Proxy address

POLYMARKET-SECRET
string
header
required

Correponding proxy secret

Query Parameters

start_timestamp
integer

Start timestamp in milliseconds

Example:

1767225600000

end_timestamp
integer

End timestamp in milliseconds

Example:

1767229200000

cursor
integer

Pagination cursor. Pass the trade ID of the last fill from the previous page to fetch the next page. Paging follows the sort direction (strictly older fills when sort=desc, strictly newer when sort=asc).

Example:

1

sort
enum<string>
default:desc

Time sort direction. desc (default) returns newest fills first; asc returns oldest first.

Available options:
desc,
asc

Response

Fills response.

data
object[]
required

Account's trade history

more
boolean
required

More data available