一键导入
market-data
Fetch real-time and historical market data from configured exchanges — tickers, OHLCV candles, order books, and market catalogues.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fetch real-time and historical market data from configured exchanges — tickers, OHLCV candles, order books, and market catalogues.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Set up, manage, and automate Dollar Cost Averaging (DCA) plans. Supports buy (DCA-in) and sell (DCA-out) on any exchange, with optional indicator-gated triggers, per-plan lookback, and Settrade stock share ordering.
Compute cost basis and profit/loss across exchange accounts — both unrealized (currently held) and realized (from closed trades). Use when the user asks about profit, loss, cost basis, ต้นทุน, กำไร/ขาดทุน, or returns on holdings across one or multiple portfolios.
Query exchange balances and portfolio values across configured exchange accounts — including crypto (Binance, Bitkub, OKX), Thai equities (Settrade/SET), and US equities (Webull).
Compute and interpret technical indicators (SMA, EMA, RSI, MACD, Bollinger Bands, ATR, Stochastic, VWAP) from live OHLCV data.
Place, monitor, and cancel orders on configured exchanges. Includes safety-first order lifecycle, paper trading simulation, and emergency stop.
Scan, plan, monitor, and execute spot + perpetual funding-carry strategies on Binance and OKX with explicit portfolio selection and approval-based execution.
| name | market-data |
| description | Fetch real-time and historical market data from configured exchanges — tickers, OHLCV candles, order books, and market catalogues. |
Use these tools to retrieve live and historical market information from any configured exchange.
list_portfolios first to discover available providers.get_ticker for a single symbol or get_tickers for multiple symbols.get_ohlcv to fetch candle data for chart analysis.get_orderbook to inspect bid/ask depth.get_markets to browse all tradeable symbols on a provider.Fetch the latest ticker for a single trading pair on specified exchange format.
provider: exchange name (e.g. "binance", "bitkub", "binanceusdm")account: account name (leave empty for default)symbol: unified symbol (e.g. "BTC/USDT", "BTC_THB", "BTC/USDT:USDT")Fetch tickers for multiple symbols at once (max 20).
provider: exchange nameaccount: account name (optional)symbols: array of symbols. Pass empty array to fetch all.Fetch OHLCV candlestick data.
provider, account, symbol: as abovetimeframe: one of 1m, 5m, 15m, 1h, 4h, 1d, 1wlimit: number of candles (max 500, default 100)since: start time in Unix milliseconds (optional)Settrade timeframe mapping: 1m→1m, 5m→5m, 15m→15m, 1h→60m, 4h→240m, 1d→1d, 1w→1w
Fetch the current order book.
provider, account, symbol: as abovedepth: number of price levels per side (default 10, max 50)List all tradeable markets on a provider.
provider, account: as abovebase: filter by base currency (e.g. "BTC")quote: filter by quote currency (e.g. "USDT")type: filter by market type ("spot", "swap", "future")BTC/USDT:USDT.get_ticker, get_tickers, and get_ohlcv. Order book (get_orderbook) and get_markets are not supported.get_ticker, get_tickers, and get_ohlcv. Order book (get_orderbook) and get_markets are not supported. ETFs (SPY, VOO, …) work with the same tools (the provider resolves the US_STOCK/US_ETF category automatically).option_quote tool (not get_ticker) — params underlying, expiry (yyyy-MM-dd), strike, option_type (CALL|PUT). Returns price, bid/ask, and greeks (delta, gamma, theta, vega, rho), implied volatility, and open interest. Requires a US_OPTION market-data subscription on the Webull account — without it the call returns a clear "subscribe to US_OPTION quotes" error.