# GetPositionsResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cursor** | **string** | The Cursor represents a pointer to the next page of records in the pagination. Use the value returned here in the cursor query parameter for this end-point to get the next page containing limit records. An empty value of this field indicates there is no next page. | [optional] [default to undefined]
**market_positions** | [**Array&lt;MarketPosition&gt;**](MarketPosition.md) | List of market positions | [default to undefined]
**event_positions** | [**Array&lt;EventPosition&gt;**](EventPosition.md) | List of event positions | [default to undefined]

## Example

```typescript
import { GetPositionsResponse } from 'kalshi-typescript';

const instance: GetPositionsResponse = {
    cursor,
    market_positions,
    event_positions,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
