okx-cex-market

okx cex market

okx 156 ↓ 8.4k MIT updated 26d ago
Claude Code
View source ↗

What it does

  • Market data / indicators → okx-cex-market (this skill)
  • Account balance / positions → okx-cex-portfolio
  • Place / cancel orders → okx-cex-trade
  • Grid / DCA bots → okx-cex-bot
  • OPTION listing: instruments --instType OPTION requires --uly BTC-USD; if unknown, run open-interest --instType OPTION first to discover active instIds
  • funding-rate / price-limit: SWAP only · mark-price: SWAP / FUTURES / OPTION only
  • indicator --bar: uses 1Dutc not 1D, 1Wutc not 1W — different from candle bar values

Requirements & configuration

  • Public market data for OKX: prices, order books, candles, funding rates, open interest, instrument info, and technical indicators. All commands are read-only and require no API credentials.
  • OPTION listing: instruments --instType OPTION requires --uly BTC-USD; if unknown, run open-interest --instType OPTION first to discover active instIds
  • Stock token hours: US stocks trade Mon–Fri ~09:30–16:00 ET; verify live price before acting
  • No API key required for any command in this skill

Configuration: TSLASWAPFUTURES

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

okx cex market

Source

Repository: https://github.com/okx/agent-skills

okx-cex-market FAQ

What does the okx-cex-market skill do?

Use this skill when the user asks for: price of any asset, ticker, order book, candles, OHLCV, funding rate, open interest, OI change scanner, market screener (top movers, high-volume, newly listed), mark price, index price, recent trades, instrument list, stock tokens, metals prices (gold, XAU, XAG), commodities (oil, OIL), forex rates (EUR/USD, EURUSDT), bond instruments, non-crypto assets, or any technical indicator query (RSI, MACD, EMA, Bollinger Bands, KDJ, SuperTrend, AHR999, BTC rainbow, and 70+ more). All commands are read-only and do NOT require API credentials. Do NOT use for account balance/positions (okx-cex-portfolio), placing/cancelling orders (okx-cex-trade), or bots (okx-cex-bot). Market data / indicators → okx-cex-market (this skill) Account balance / positions → okx-cex-portfolio

What does okx-cex-market require?

Public market data for OKX: prices, order books, candles, funding rates, open interest, instrument info, and technical indicators. All commands are read-only and require no API credentials. OPTION listing: instruments --instType OPTION requires --uly BTC-USD; if unknown, run open-interest --instType OPTION first to discover active instIds Stock token hours: US stocks trade Mon–Fri ~09:30–16:00 ET; verify live price before acting No API key required for any command in this skill Configuration keys: TSLA, SWAP, FUTURES.

How do I install okx-cex-market?

Run: npx -y skills add https://github.com/okx/agent-skills --skill okx-cex-market --agent claude-code — the source lives at github.com/okx/agent-skills.

Maintain okx-cex-market?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

okx-cex-market on getagentictools
[![okx-cex-market on getagentictools](https://getagentictools.com/badge/skills/okx-agent-skills-okx-cex-market.svg)](https://getagentictools.com/skills/okx-agent-skills-okx-cex-market?ref=badge)
npx agentictools info skills/okx-agent-skills-okx-cex-market

The second line is the CLI lookup for this page — handy in READMEs and docs.