PAPI
API ReferencePolymarket Trading

List Orders

GET
/polymarket/orders
X-API-Key<token>

In: header

Path Parameters

market_id*|

Response Body

application/json

curl -X GET "https://loading/polymarket/orders"
[
  {
    "amount": "string",
    "filled": "string",
    "id": "string",
    "market_id": "string",
    "order_type": "market",
    "outcome_id": "string",
    "price": "string",
    "remaining": "string",
    "side": "buy",
    "status": "pending",
    "timestamp": "2019-08-24T14:15:22Z"
  }
]