kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
25 lines (17 loc) • 762 B
Markdown
# ApiKey
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**api_key_id** | **string** | Unique identifier for the API key | [default to undefined]
**name** | **string** | User-provided name for the API key | [default to undefined]
**scopes** | **Array<string>** | List of scopes granted to this API key. Valid values are \'read\' and \'write\'. | [default to undefined]
## Example
```typescript
import { ApiKey } from 'kalshi-typescript';
const instance: ApiKey = {
api_key_id,
name,
scopes,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)