kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
23 lines (15 loc) • 833 B
Markdown
# GetEventResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**event** | [**EventData**](EventData.md) | | [default to undefined]
**markets** | [**Array<Market>**](Market.md) | Data for the markets in this event. This field is deprecated in favour of the \"markets\" field inside the event. Which will be filled with the same value if you use the query parameter \"with_nested_markets=true\". | [default to undefined]
## Example
```typescript
import { GetEventResponse } from 'kalshi-typescript';
const instance: GetEventResponse = {
event,
markets,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)