kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
31 lines (23 loc) • 1.3 kB
Markdown
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**image_url** | **string** | A path to an image that represents this event. | [default to undefined]
**featured_image_url** | **string** | A path to an image that represents the image of the featured market. | [optional] [default to undefined]
**market_details** | [**Array<MarketMetadata>**](MarketMetadata.md) | Metadata for the markets in this event. | [default to undefined]
**settlement_sources** | [**Array<SettlementSource>**](SettlementSource.md) | A list of settlement sources for this event. | [default to undefined]
**competition** | **string** | Event competition. | [optional] [default to undefined]
**competition_scope** | **string** | Event scope, based on the competition. | [optional] [default to undefined]
```typescript
import { GetEventMetadataResponse } from 'kalshi-typescript';
const instance: GetEventMetadataResponse = {
image_url,
featured_image_url,
market_details,
settlement_sources,
competition,
competition_scope,
};
```
[[Back to Model list]](../README.md