Skip to main content
GET
Get Fills
Request Weight: 10

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
string

Pagination cursor. Pass the opaque cursor returned by the previous page to fetch the next page. Paging follows the sort direction (strictly older fills when sort=desc, strictly newer when sort=asc). The trade ID of the last fill from the previous page is also accepted for backwards compatibility.

Example:

"eyJ0cyI6MTc2NzIyNTYwMDAwMDAwMDAwMCwiaWQiOjF9"

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

cursor
string

Opaque keyset pagination cursor for the next page of fills. Present while more is true; pass it as cursor on the next request, keeping the other parameters the same across pages.

Example:

"eyJ0cyI6MTc2NzIyNTYwMDAwMDAwMDAwMCwiaWQiOjF9"