UNPKG

kalshi-typescript

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