Submit a locally signed Kalshi transaction to DFlow. Step 3 of the quote → sign → submit BYOW flow.
unsignedTransaction returned by POST /kalshi/quote.
mk_order and writes strategy log.| Field | Type | Required | Description |
|---|---|---|---|
venue | string | No | default kalshi |
quoteId | string | Yes | quote id from /kalshi/quote |
signedTransaction | string | Yes | signed payload |
userPublicKey | string | Yes | signing wallet |
source | string | No | source tag |
skillSlug | string | No | skill tag |
reasoning | string | No | strategy reason |
idempotencyKey | string | No | dedupe key |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.