kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
25 lines (17 loc) • 974 B
Markdown
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**subaccount_number** | **number** | Subaccount number (0 for primary, 1-32 for subaccounts). | [default to undefined]
**balance** | **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\&
**updated_ts** | **number** | Unix timestamp of last balance update. | [default to undefined]
```typescript
import { SubaccountBalance } from 'kalshi-typescript';
const instance: SubaccountBalance = {
subaccount_number,
balance,
updated_ts,
};
```
[[Back to Model list]](../README.md