kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
23 lines (15 loc) • 693 B
Markdown
# 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)