curl --request POST \
--url https://api.equities.polymarket.com/v1/orders \
--header 'Content-Type: application/json' \
--data '
{
"op": {
"type": "createOrders",
"args": [
{
"iid": 123,
"buy": true,
"qty": "10.00",
"tif": "gtc",
"po": true,
"ro": true,
"p": "100.00"
}
]
},
"sig": "0x1234567890...",
"salt": 123,
"ts": 1767225600000,
"expa": 1767225600000
}
'[
{
"res": "ok",
"er": "timeout"
}
]Create new orders.
curl --request POST \
--url https://api.equities.polymarket.com/v1/orders \
--header 'Content-Type: application/json' \
--data '
{
"op": {
"type": "createOrders",
"args": [
{
"iid": 123,
"buy": true,
"qty": "10.00",
"tif": "gtc",
"po": true,
"ro": true,
"p": "100.00"
}
]
},
"sig": "0x1234567890...",
"salt": 123,
"ts": 1767225600000,
"expa": 1767225600000
}
'[
{
"res": "ok",
"er": "timeout"
}
]Order request.