← Back to all apps

OKX

Financeby OKX
Launched Mar 4, 2026 on ChatGPT

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.

3ChatGPT Tools
OKXDeveloper
FinanceCategory

Available Tools

Gateway.crypto-chart

gateway.crypto-chart
Full Description

Display 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.

Parameters (0 required, 4 optional)
Optional
daysinteger

Number of historical days to load (default: 365). Maximum depends on interval.

Default: 365
exchangestring

Exchange name (e.g., OKX). Defaults to OKX if not specified.

Default: OKX
intervalstring

Chart time period - '1d' for daily, '1w' for weekly, '1M' for monthly. Defaults to '1d'.

Default: 1d
symbolstring

Cryptocurrency symbol (e.g., BTC, ETH, SOL, DOGE). Defaults to BTC if not specified.

Default: BTC

Gateway.crypto-rank

gateway.crypto-rank
Full Description

Query 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
Parameters (0 required, 2 optional)
Optional
numstring

Number of items to return (default: 10, max: 350)

Default: 10
rankinteger

0 for top gainers (up), 1 for top losers (down). Defaults to 0.

Default: 0

Gateway.token-comparison

gateway.token-comparison
Full Description

Compare 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"
Parameters (0 required, 1 optional)
Optional
symbolsstring

Comma-separated list of cryptocurrency symbols to compare (e.g., BTC,ETH,SOL). Minimum 2 symbols, maximum 10.

Default: BTC,ETH