# GetQuotesResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**quotes** | [**Array&lt;Quote&gt;**](Quote.md) | List of quotes matching the query criteria | [default to undefined]
**cursor** | **string** | Cursor for pagination to get the next page of results | [optional] [default to undefined]

## Example

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

const instance: GetQuotesResponse = {
    quotes,
    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)
