← 返回
未分类 中文

okx_symbol_prices

Fetch specified crypto spot prices from OKX and present them in USD display. Use when the user asks to get OKX prices/quotes for specific symbols (e.g. BTC,...
从OKX获取指定加密货币现货价格并以美元展示。当用户请求获取特定币种(如BTC等)的OKX价格/报价时使用。
chgy123
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 463
下载
💾 16
安装
1
版本
#latest

概述

OKX Symbol Prices (USD display)

What this skill does

Gets one-shot spot prices for user-specified symbols from OKX, displayed with a $ sign. For each symbol it prefers quote currency USDT > USDC > USD.

How to run (Windows / PowerShell)

From the workspace root, run:

python ".openclaw/workspace/skills/okx-symbol-prices/scripts/okx_symbol_prices.py" --symbols BTC,ETH,SOL

Optional:

  • Increase timeout (seconds):
python ".openclaw/workspace/skills/okx-symbol-prices/scripts/okx_symbol_prices.py" --symbols BTC,ETH,SOL --timeout 20
  • Output JSON (one object per symbol):
python ".openclaw/workspace/skills/okx-symbol-prices/scripts/okx_symbol_prices.py" --symbols BTC,ETH,SOL --format json

Output conventions

  • Prints results in the same order as --symbols.
  • If a symbol has no USDT/USDC/USD spot ticker on OKX, prints N/A.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 18:21 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,062 📥 799,864
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,363 📥 319,036
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,516