Skip to main content
GET
/
kalshi
/
orders
{
  "orders": [
    {
      "kalshiOrderId": "<string>",
      "userId": "<string>",
      "marketId": "<string>",
      "side": "yes",
      "action": "buy",
      "requestedQuantity": 123,
      "filledQuantity": 123,
      "filledUusdc": 123,
      "priceUusdc": 123,
      "chain": "<string>",
      "createdAt": 123,
      "updatedAt": 123
    }
  ]
}

Query Parameters

userId
string
required

Ethereum address of the user

Example:

"0x1234567890123456789012345678901234567890"

Response

Successfully retrieved orders

orders
object[]
required