kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
25 lines (17 loc) • 736 B
Markdown
# MarketMetadata
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**market_ticker** | **string** | The ticker of the market. | [default to undefined]
**image_url** | **string** | A path to an image that represents this market. | [default to undefined]
**color_code** | **string** | The color code for the market. | [default to undefined]
## Example
```typescript
import { MarketMetadata } from 'kalshi-typescript';
const instance: MarketMetadata = {
market_ticker,
image_url,
color_code,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)