cURL
curl --request POST \ --url https://api.polymarketexchange.com/v1/report/orders/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 orders as a CSV file stream
A successful response.(streaming responses)
Show child attributes