kalshi_get_withdrawals
Retrieve your Kalshi withdrawal history with pagination. Use the cursor parameter to navigate to the next page of results.
Instructions
Get Withdrawals Endpoint for getting the member's withdrawal history. Calls GET /portfolio/withdrawals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results per page. Defaults to 100. Maximum value is 500. | |
| cursor | No | Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page. |