kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
27 lines (19 loc) • 1.66 kB
Markdown
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**open_dollars** | **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_dollars** | **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_dollars** | **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_dollars** | **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 { BidAskDistribution } from 'kalshi-typescript';
const instance: BidAskDistribution = {
open_dollars,
low_dollars,
high_dollars,
close_dollars,
};
```
[[Back to Model list]](../README.md