kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
21 lines (13 loc) • 516 B
Markdown
# GetLiveDataResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**live_data** | [**LiveData**](LiveData.md) | | [default to undefined]
## Example
```typescript
import { GetLiveDataResponse } from 'kalshi-typescript';
const instance: GetLiveDataResponse = {
live_data,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)