PAPI
API ReferenceKalshi Trading

Get Order

GET
/kalshi/orders/{order_id}
X-API-Key<token>

In: header

Path Parameters

order_id*string

Order ID

Response Body

application/json

curl -X GET "https://loading/kalshi/orders/string"
{
  "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"
}