cURL
curl --request GET \ --url https://api.example.com/kalshi/positions
{ "positions": [ { "positionId": "<string>", "userId": "<string>", "marketId": "<string>", "side": "yes", "quantity": 123, "createdAt": 123, "updatedAt": 123 } ] }
Ethereum address of the user
"0x1234567890123456789012345678901234567890"
Successfully retrieved positions
Show child attributes