UNPKG

kalshi-typescript

Version:
23 lines (15 loc) 568 B
# GetFillsResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **fills** | [**Array<Fill>**](Fill.md) | | [default to undefined] **cursor** | **string** | | [default to undefined] ## Example ```typescript import { GetFillsResponse } from 'kalshi-typescript'; const instance: GetFillsResponse = { fills, 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)