Skip to main content
GET
/
kalshi
/
positions
{
  "positions": [
    {
      "positionId": "<string>",
      "userId": "<string>",
      "marketId": "<string>",
      "side": "yes",
      "quantity": 123,
      "createdAt": 123,
      "updatedAt": 123
    }
  ]
}

Query Parameters

userId
string
required

Ethereum address of the user

Example:

"0x1234567890123456789012345678901234567890"

Response

Successfully retrieved positions

positions
object[]
required