Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OKX_API_KEY | Yes | Your OKX API key | |
| OKX_API_SECRET | Yes | Your OKX API secret key | |
| OKX_API_PASSPHRASE | Yes | Your OKX API passphrase |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_account_summary | Get aggregated portfolio metrics |
| get_open_orders | Get all currently open orders |
| get_order_history | Get a list of filled orders for a given date range and optional symbol filter |
| get_portfolio | Get a list of all assets in the account |
| get_positions | Get all derivative positions |