Hey, running into a 410 Gone on POST /trade-api/v2/portfolio/orders and hoping someone can point me in the right direction. Setup: - Fully verified account, live trading enabled, confirmed $138.62 balance via GET /trade-api/v2/portfolio/balance (200 OK) - Auth working: RSA-PSS signed headers, api.elections.kalshi.com base URL - Trading crypto 15M markets (KXBTC15M, KXETH15M, etc.) Request body I'm sending: { "ticker": "KXETH15M-26JUL020015-15", "action": "buy", "side": "yes", "count": 6, "type": "limit", "yes_price": 42, "no_price": 58 } Every GET endpoint works fine (balance, markets, orderbook). Only the POST to /portfolio/orders returns 410. Has this endpoint moved or changed for crypto markets? Is there a required field I'm missing? Any help appreciated.
Hey, running into a 410 Gone on POST /trade-api/v2/portfolio/orders and hoping someone can point me in the right direction. Setup: - Fully verified account, live trading enabled, confirmed $138.62 balance via GET /trade-api/v2/portfolio/balance (200 OK) - Auth working: RSA-PSS signed headers, api.elections.kalshi.com base URL - Trading crypto 15M markets (KXBTC15M, KXETH15M, etc.) Request body I'm sending: { "ticker": "KXETH15M-26JUL020015-15", "action": "buy", "side": "yes", "count": 6, "type": "limit", "yes_price": 42, "no_price": 58 } Every GET endpoint works fine (balance, markets, orderbook). Only the POST to /portfolio/orders returns 410. Has this endpoint moved or changed for crypto markets? Is there a required field I'm missing? Any help appreciated.