秋田预测市场 · Discord 审计

用户创建订单API返回410Gone错误及文档版本混淆

2026-07-02 · Kalshi · 6 条相关讨论

MagiK 2026-07-02 12:28:39

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.

betaclone 2026-07-02 12:30:42

Look at the create order v2 docs. You're working on some very very old semantics

Look at the create order v2 docs. You're working on some very very old semantics

MagiK 2026-07-02 12:31:26

thank you! let me go back and look

thank you! let me go back and look

MagiK 2026-07-02 12:32:30

I'm new to all this, doing my best lol

I'm new to all this, doing my best lol

betaclone 2026-07-02 12:33:13

Anything involving order creation/modification should use the v2 language

Anything involving order creation/modification should use the v2 language

MagiK 2026-07-02 12:33:28

Ok perfect, i knew it was something stupid i was doing wrong

Ok perfect, i knew it was something stupid i was doing wrong