Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OKX_API_KEYYesAPI key of your OKX account. Please refer to my api page regarding API Key creation.
OKX_BASE_URLNoBase URL of OKX. Default: https://www.okx.comhttps://www.okx.com
MCP_AUTH_TOKENNoCustom token for authentication. Default same as OKX_API_KEY
OKX_API_SECRETYesAPI secret key of your OKX account.
OKX_PASSPHRASEYesAPI passphrase of your OKX account.
OKX_TRADE_FLAGYes0: Production trading, 1: Demo trading

Tools

Functions exposed to the LLM to take actions

NameDescription
account_config

Retrieve current OKX account configuration. It is recommended to use this tool to obtain account configuration information before using all other tools

account_balance

Retrieve a list of assets (with non-zero balance), remaining balance, and available amount in the OKX trading account

account_positions

Retrieve information on your OKX positions. When the account is in net mode, net positions will be displayed, and when the account is in long/short mode, long or short positions will be displayed. Return in reverse chronological order using ctime.

account_position_risk

Obtain the overall holding risk of the OKX account

place_order

Place a new order on OKX for trading

cancel_order

Cancel an incomplete order on OKX

get_trade_order

Retrieve order details on OKX. For a detailed schema of the output object, please read the resource at: schema://trade/order

get_order_list

Retrieve all incomplete orders under the current OKX account. For a detailed schema of the output object, please read the resource at: schema://trade/order

get_orders_history

Get completed orders on OKX which are placed in the last 7 days, including those placed 7 days ago but completed in the last 7 days.The incomplete orders that have been canceled are only reserved for 2 hours. For a detailed schema of the output object, please read the resource at: schema://trade/order

close_positions

Liquidate all positions in the designated trading product at market price on OKX

market_tickers

Retrieve the latest price snapshot, best bid/ask price, and trading volume in the last 24 hours.Get the ranking of coins with the highest increase or the largest trading volume.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
schema_trade_orderThis resource is used to describe the schema of the trade order on OKX

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aahl/mcp-okx'

If you have feedback or need assistance with the MCP directory API, please join our Discord server