Kalshi Get Balance logo

Catalog action Utility kalshi

Get account balance and portfolio value from Kalshi. Returns the available balance and total portfolio value in both cents and dollars. Ideal for: portfolio monitoring, pre-trade balance checks, automated trading workflows, threshold alerts.

At a Glance

FieldValue
Action IDkalshi-get-balance
CategoryUtility
Connectorkalshi
Requires gasNo
Funds movementNone declared
Tagskalshi, prediction-market, balance, portfolio, read

Payload Schema

FieldTypeRequiredDescription
subaccountnumberNoSubaccount number (0 = primary, 1-32 = subaccounts)

Result Schema

FieldTypeRequiredDescription
balanceDollarsnumberYesAvailable account balance in USD
balanceCentsnumberNoAvailable account balance in cents (raw API value)
portfolioValueDollarsnumberYesTotal portfolio value in USD
portfolioValueCentsnumberNoTotal portfolio value in cents (raw API value)

Examples

json
{ "type": "kalshi-get-balance", "payload": { "subaccount": 1 }, "children": [], "connector": { "type": "kalshi", "id": "conn_kalshi" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.