Kalshi Get Withdrawals logo

Catalog action Utility kalshi

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

At a Glance

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

Payload Schema

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

Result Schema

FieldTypeRequiredDescription
withdrawalsarrayYesList of withdrawals
cursorstringNoCursor for fetching the next page
totalWithdrawnDollarsnumberNoSum of all applied withdrawals in USD (excludes pending/failed/returned)
totalWithdrawalFeeDollarsnumberNoSum of all withdrawal fees in USD

Examples

json
{ "type": "kalshi-get-withdrawals", "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.