UNPKG

kalshi-typescript

Version:
31 lines (23 loc) 1.3 kB
# GetEventMetadataResponse ## Properties 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] ## Example ```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#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)