Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OKX_API_KEY | No | Your OKX API key (optional, only needed for authenticated endpoints) | |
| OKX_API_SECRET | No | Your OKX API secret (optional, only needed for authenticated endpoints) | |
| OKX_API_PASSPHRASE | No | Your OKX API passphrase (optional, only needed for authenticated endpoints) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_price | Get latest price for an OKX instrument with formatted visualization |
| get_candlesticks | Get candlestick data for an OKX instrument with visualization options |
| subscribe_ticker | Subscribe to real-time ticker updates for an instrument |
| get_live_ticker | Get the latest ticker data from WebSocket subscription |
| unsubscribe_ticker | Unsubscribe from real-time ticker updates for an instrument |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |