kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
25 lines (17 loc) • 856 B
Markdown
# GetEventsResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**events** | [**Array<EventData>**](EventData.md) | Array of events matching the query criteria. | [default to undefined]
**milestones** | [**Array<Milestone>**](Milestone.md) | Array of milestones related to the events. | [optional] [default to undefined]
**cursor** | **string** | Pagination cursor for the next page. Empty if there are no more results. | [default to undefined]
## Example
```typescript
import { GetEventsResponse } from 'kalshi-typescript';
const instance: GetEventsResponse = {
events,
milestones,
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)