kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
25 lines (17 loc) • 874 B
Markdown
# GetBalanceResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**balance** | **number** | Member\'s available balance in cents. This represents the amount available for trading. | [default to undefined]
**portfolio_value** | **number** | Member\'s portfolio value in cents. This is the current value of all positions held. | [default to undefined]
**updated_ts** | **number** | Unix timestamp of the last update to the balance. | [default to undefined]
## Example
```typescript
import { GetBalanceResponse } from 'kalshi-typescript';
const instance: GetBalanceResponse = {
balance,
portfolio_value,
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)