# GetBalanceResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**balance** | **number** | Member\&#39;s available balance in cents. This represents the amount available for trading. | [default to undefined]
**portfolio_value** | **number** | Member\&#39;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)
