← 返回
开发者工具 Key

Crypto Signals Automation

Build and operate a crypto signal trading automation using RapidAPI cryptexAI Buy & Sell Signals as signal source and dYdX v4 for execution. Use when setting...
使用 RapidAPI cryptexAI 买入卖出信号作为信号源,dYdX v4 执行,构建并运营加密货币信号交易自动化。适用于设置...
mdann1992
开发者工具 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 701
下载
💾 6
安装
1
版本
#latest

概述

Crypto Signals Automation

Use this skill to create a full pipeline: RapidAPI signals -> normalized signal objects -> dYdX v4 order execution.

Workflow

  1. Collect setup inputs first:
    • RapidAPI plan + key (X-RapidAPI-Key)
    • dYdX wallet address + mnemonic file path + subaccount
    • risk settings (max leverage, margin per trade, max open positions, close-after-hours)
    • TP/SL mode (reduce-only conditional orders)
    • alert channels (Telegram chat IDs)
  2. Validate RapidAPI connectivity with scripts/rapidapi_fetch.py.
  3. Generate env template with scripts/bootstrap_env.py.
  4. Wire runtime script/cron that:
    • fetches symbols/signals,
    • filters fresh active signals,
    • opens positions with retries,
    • places TP/SL reduce-only conditional orders,
    • closes stale positions,
    • cleans orphan reduce-only orders,
    • sends Telegram notifications for open/close with PnL.
  5. Test with one symbol in controlled mode before enabling full symbol set.

RapidAPI source

  • API: cryptexAI - Buy & Sell Signals
  • Base host header: cryptexai-buy-sell-signals.p.rapidapi.com
  • Endpoints:
  • GET /getSymbols
  • GET /getSignalsForSymbol?symbol=...

Use the most recent active=true signal per symbol. Deduplicate by signal id.

dYdX execution rules

  • Use dYdX v4.
  • Open position with market semantics.
  • Set TP/SL immediately after open as reduce-only conditional orders:
  • TP type: take-profit-market
  • SL type: stop-market / stop-limit equivalent in client
  • Retry failed order submissions up to total 3 attempts.
  • Keep signal->order client_id mapping in state and only cancel matching reduce-only orders on cleanup.

Security

  • Never commit real API keys/secrets.
  • Store secrets in .env with strict file permissions (chmod 600).
  • Treat mnemonic/passphrase as secrets.
  • If a token was exposed in chat/history, rotate it.

References

  • API details: references/rapidapi-cryptexai.md
  • Setup checklist: references/setup-checklist.md

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-31 06:43 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 920 📥 185,726
developer-tools

Agent Browser

matrixy
专为AI智能体优化的无头浏览器自动化CLI,支持无障碍树快照和基于引用的元素选择。
★ 425 📥 118,019
developer-tools

Github

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