kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
23 lines (15 loc) • 742 B
Markdown
# GenerateApiKeyResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**api_key_id** | **string** | Unique identifier for the newly generated API key | [default to undefined]
**private_key** | **string** | RSA private key in PEM format. This must be stored securely and cannot be retrieved again after this response | [default to undefined]
## Example
```typescript
import { GenerateApiKeyResponse } from 'kalshi-typescript';
const instance: GenerateApiKeyResponse = {
api_key_id,
private_key,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)