Skip to main content
POST
/
v1
/
report
/
trades
/
csv
Download trades CSV
curl --request POST \
  --url https://api.polymarketexchange.com/v1/report/trades/csv \
  --header 'Content-Type: application/json' \
  --data '
{
  "startTime": "2023-11-07T05:31:56Z",
  "endTime": "2023-11-07T05:31:56Z",
  "accounts": [
    "<string>"
  ]
}
'
{
  "result": {
    "filechunk": "<string>"
  }
}

Body

application/json
startTime
string<date-time>
endTime
string<date-time>
accounts
string[]

Response

200 - application/json

A successful response.(streaming responses)

result
object