Kalshi Get Deposits logo

Catalog action Utility kalshi

Get deposit history from your Kalshi account. Returns each deposit with amount, status, type, and timestamps. Calculates total deposited capital. Ideal for: tracking starting capital, cash flow analysis, P&L reconciliation, account history.

At a Glance

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

Payload Schema

FieldTypeRequiredDescription
limitnumberNoMaximum number of deposits to return (default: 100, max: 500)
cursorstringNoCursor for pagination

Result Schema

FieldTypeRequiredDescription
depositsarrayYesList of deposits
cursorstringNoCursor for fetching the next page
totalDepositedDollarsnumberNoSum of all applied deposits in USD (excludes pending/failed/returned)
totalDepositFeeDollarsnumberNoSum of all deposit fees in USD

Examples

json
{ "type": "kalshi-get-deposits", "payload": { "limit": 100, "cursor": "example-cursor" }, "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.