OKX
Get real-time crypto prices, market stats, and trading volume powered by OKX. View interactive candlestick charts across multiple timeframes and compare tokens side by side — all within your conversation.
- Homepage
- https://www.okx.com
- Remote URL
https://www.okx.com/api/v1/mcp/chatgpt- Auth
- NONE
Tools (3)
Extracted live via the executor SDK.
-
gateway.crypto-chartDisplay cryptocurrency price charts and market information. Use this tool to display cryptocurrency price charts and market information.
When to use:
- User asks about cryptocurrency prices, charts, or market data
- User wants to view K-line charts for a specific coin
- User wants to compare different cryptocurrencies
- User asks to switch between different coins or chart intervals
Parameters:
- symbol: Cryptocurrency symbol (e.g., BTC, ETH, SOL, DOGE). Defaults to BTC if not specified.
- interval: Chart time period - '1d' for daily, '1w' for weekly, '1M' for monthly. Defaults to '1d'.
- days: Number of historical days to load (default: 365). Maximum depends on interval.
Examples:
- "Show me Bitcoin chart" → Use symbol: "BTC"
- "Display Ethereum weekly chart" → Use symbol: "ETH", interval: "1w"
- "Show me SOL price for the last 6 months" → Use symbol: "SOL", days: 180
- "Switch to monthly view" → Use interval: "1M"
Always provide the symbol parameter when the user mentions a specific cryptocurrency. If the user wants to change the chart period, use the interval parameter.
-
gateway.token-comparisonCompare multiple cryptocurrencies side by side. Use this tool to compare prices, 24h changes, and other metrics for different tokens.
When to use:
- User asks to compare multiple cryptocurrencies
- User wants to see side-by-side comparison of tokens
- User asks about differences between tokens
Parameters:
- symbols: Comma-separated list of cryptocurrency symbols to compare (e.g., BTC,ETH,SOL). Minimum 2 symbols, maximum 10.
Examples:
- "Compare BTC and ETH" → Use symbols: "BTC,ETH"
- "Show me BTC vs ETH vs SOL" → Use symbols: "BTC,ETH,SOL"
- "Compare top 5 coins" → Use symbols: "BTC,ETH,SOL,BNB,ADA"
-
gateway.crypto-rankQuery cryptocurrency up/down rank list. Use this tool to get top gainers or top losers in the market.
When to use:
- User asks about top gainers or top losers
- User wants to see which cryptocurrencies are rising or falling the most
- User wants to check market trends
Parameters:
- num: Number of items to return (default: 10, max: 350)
- rank: 0 for top gainers (up), 1 for top losers (down). Defaults to 0.
Examples:
- "Show me top 10 gainers" → Use num: "10", rank: 0
- "What are the top losers?" → Use num: "10", rank: 1
- "Show me top 20 rising coins" → Use num: "20", rank: 0