kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
23 lines (15 loc) • 780 B
Markdown
# LookupTickersForMarketInMultivariateEventCollectionResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**event_ticker** | **string** | Event ticker for the looked up market. | [default to undefined]
**market_ticker** | **string** | Market ticker for the looked up market. | [default to undefined]
## Example
```typescript
import { LookupTickersForMarketInMultivariateEventCollectionResponse } from 'kalshi-typescript';
const instance: LookupTickersForMarketInMultivariateEventCollectionResponse = {
event_ticker,
market_ticker,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)