kalshi_get_subaccount_transfers
Fetch paginated transfers between subaccounts for the authenticated user, with cursor support to navigate multiple pages.
Instructions
Get Subaccount Transfers Gets a paginated list of all transfers between subaccounts for the authenticated user. Calls GET /portfolio/subaccounts/transfers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results per page. Defaults to 100. | |
| 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. |