UNPKG

kalshi-typescript

Version:
25 lines (17 loc) 974 B
# SubaccountBalance ## Properties 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\'s price level structure. | [default to undefined] **updated_ts** | **number** | Unix timestamp of last balance update. | [default to undefined] ## Example ```typescript import { SubaccountBalance } from 'kalshi-typescript'; const instance: SubaccountBalance = { subaccount_number, balance, updated_ts, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)