cURL
curl --request POST \ --url https://api.simmer.markets/api/sdk/trade/kalshi/submit \ --header 'Content-Type: application/json' \ --data ' { "market_id": "<string>", "side": "<string>", "signed_transaction": "<string>", "action": "buy", "quote_id": "<string>", "reasoning": "<string>", "source": "<string>", "skill_slug": "<string>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Submit a pre-signed Kalshi transaction from BYOW wallet.
Flow: Client called /quote, signed locally, now submits the signed tx. Server broadcasts to Solana RPC and records the trade.
Request to submit pre-signed Kalshi transaction.
Successful Response