UNPKG

kalshi-typescript

Version:
23 lines (15 loc) 665 B
# GetRFQsResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **rfqs** | [**Array<RFQ>**](RFQ.md) | List of RFQs 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 { GetRFQsResponse } from 'kalshi-typescript'; const instance: GetRFQsResponse = { rfqs, 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)