UNPKG

kalshi-typescript

Version:
21 lines (13 loc) 565 B
# GetApiKeysResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **api_keys** | [**Array<ApiKey>**](ApiKey.md) | List of all API keys associated with the user | [default to undefined] ## Example ```typescript import { GetApiKeysResponse } from 'kalshi-typescript'; const instance: GetApiKeysResponse = { api_keys, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)