cURL
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>" } }
Downloads trades as a CSV file stream
A successful response.(streaming responses)
Show child attributes