kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
27 lines (19 loc) • 1.63 kB
Markdown
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**open** | **string** | US dollar amount as a fixed-point decimal string with up to 6 decimal places of precision. This is the maximum supported precision; valid quote intervals for a given market are constrained by that market\&
**low** | **string** | US dollar amount as a fixed-point decimal string with up to 6 decimal places of precision. This is the maximum supported precision; valid quote intervals for a given market are constrained by that market\&
**high** | **string** | US dollar amount as a fixed-point decimal string with up to 6 decimal places of precision. This is the maximum supported precision; valid quote intervals for a given market are constrained by that market\&
**close** | **string** | US dollar amount as a fixed-point decimal string with up to 6 decimal places of precision. This is the maximum supported precision; valid quote intervals for a given market are constrained by that market\&
```typescript
import { BidAskDistributionHistorical } from 'kalshi-typescript';
const instance: BidAskDistributionHistorical = {
open,
low,
high,
close,
};
```
[[Back to Model list]](../README.md