UNPKG

kalshi-typescript

Version:
23 lines (15 loc) 693 B
# GetSubaccountTransfersResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **transfers** | [**Array<SubaccountTransfer>**](SubaccountTransfer.md) | | [default to undefined] **cursor** | **string** | Cursor for the next page of results. | [optional] [default to undefined] ## Example ```typescript import { GetSubaccountTransfersResponse } from 'kalshi-typescript'; const instance: GetSubaccountTransfersResponse = { transfers, cursor, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)