# GetOrdersResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**orders** | [**Array&lt;Order&gt;**](Order.md) |  | [default to undefined]
**cursor** | **string** |  | [default to undefined]

## Example

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

const instance: GetOrdersResponse = {
    orders,
    cursor,
};
```

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