Get an unsigned Kalshi transaction from DFlow. Step 1 of the quote → sign → submit BYOW flow.
POST /kalshi/submit. Your private key never leaves your machine.
BUY requires KYC when userPublicKey is provided.BUY and userPublicKey is missing, server returns previewOnly=true for quote preview.| Field | Type | Required | Description |
|---|---|---|---|
venue | string | No | default kalshi |
marketId | string | Yes | market identifier |
side | string | Yes | YES or NO |
action | string | Yes | BUY or SELL |
amount | number | BUY required | buy amount |
shares | number | SELL required | sell shares |
userPublicKey | string | No | Solana wallet |
destinationWallet | string | No | destination wallet |
source | string | No | source tag |
skillSlug | string | No | skill tag |
reasoning | string | No | strategy reason |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
"KXHIGHNY-26FEB19-T70"
YES, NO BUY, SELL BUY 时传入下单金额
SELL 时传入卖出份额
用户 Solana 钱包地址