UNPKG

kalshi-typescript

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