You are viewing documentation for Polymarket US πΊπΈ
curl --request POST \
--url https://api.prod.polymarketexchange.com/v1/report/executions/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 executions as a CSV file stream
curl --request POST \
--url https://api.prod.polymarketexchange.com/v1/report/executions/csv \
--header 'Content-Type: application/json' \
--data '
{
"startTime": "2023-11-07T05:31:56Z",
"endTime": "2023-11-07T05:31:56Z",
"accounts": [
"<string>"
]
}
'{
"result": {
"filechunk": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.polymarket.us/llms.txt
Use this file to discover all available pages before exploring further.