kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
23 lines (15 loc) • 875 B
Markdown
# CreateMarketInMultivariateEventCollectionRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**selected_markets** | [**Array<TickerPair>**](TickerPair.md) | List of selected markets that act as parameters to determine which market is created. | [default to undefined]
**with_market_payload** | **boolean** | Whether to include the market payload in the response. | [optional] [default to undefined]
## Example
```typescript
import { CreateMarketInMultivariateEventCollectionRequest } from 'kalshi-typescript';
const instance: CreateMarketInMultivariateEventCollectionRequest = {
selected_markets,
with_market_payload,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)