curl --request GET \
--url https://api.equities.polymarket.com/v1/orders \
--header 'POLYMARKET-PROXY: <api-key>' \
--header 'POLYMARKET-SECRET: <api-key>'[
{
"oid": 123,
"iid": 123,
"buy": true,
"qty": "10.00",
"tif": "gtc",
"ro": true,
"rest": "9.00",
"fill": "1.00",
"cts": 1767225600000,
"uts": 1767225600000,
"im": "10.00",
"p": "100.00"
}
]Get all orders.
curl --request GET \
--url https://api.equities.polymarket.com/v1/orders \
--header 'POLYMARKET-PROXY: <api-key>' \
--header 'POLYMARKET-SECRET: <api-key>'[
{
"oid": 123,
"iid": 123,
"buy": true,
"qty": "10.00",
"tif": "gtc",
"ro": true,
"rest": "9.00",
"fill": "1.00",
"cts": 1767225600000,
"uts": 1767225600000,
"im": "10.00",
"p": "100.00"
}
]Proxy address
Correponding proxy secret
Order ID
Orders response.
Order ID
Instrument ID
Is buy
Quantity in no. of contracts
"10.00"
Time in force
gtc, ioc, fok Reduce only
Resting quantity
"9.00"
Filled quantity
"1.00"
Create timestamp in milliseconds
1767225600000
Update timestamp in milliseconds
1767225600000
Initial margin in USD
"10.00"
Price
"100.00"