UNPKG

kalshi-typescript

Version:
27 lines (19 loc) 915 B
# LookupPoint ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **event_ticker** | **string** | Event ticker for the lookup point. | [default to undefined] **market_ticker** | **string** | Market ticker for the lookup point. | [default to undefined] **selected_markets** | [**Array<TickerPair>**](TickerPair.md) | Markets that were selected for this lookup. | [default to undefined] **last_queried_ts** | **string** | Timestamp when this lookup was last queried. | [default to undefined] ## Example ```typescript import { LookupPoint } from 'kalshi-typescript'; const instance: LookupPoint = { event_ticker, market_ticker, selected_markets, last_queried_ts, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)