← 返回
数据分析 中文

Apex Crypto Intelligence

AI-powered multi-exchange crypto market analysis, arbitrage detection, and hedge fund-quality trading reports using live data from major exchanges.
AI驱动的多交易所加密市场分析与套利检测,利用主流交易所实时数据,提供对冲基金级交易报告。
contrario
数据分析 clawhub v0.2.1 3 版本 99857.3 Key: 无需
★ 4
Stars
📥 1,320
下载
💾 53
安装
3
版本
#aetherlang#ai#analysis#arbitrage#binance#bitcoin#crypto#latest#multi-exchange#trading

概述

APEX Crypto Intelligence — Multi-Exchange Trading Analysis Skill

> Institutional-grade crypto market analysis across 5 exchanges with AI-powered Hyper-Council verdicts and hedge fund-quality PDF reports.

Source Code: github.com/contrario/aetherlang

Homepage: neurodoc.app

Author: NeuroAether (info@neurodoc.app)

License: MIT

Version: 0.2.0

Summary

APEX Crypto Intelligence is a multi-exchange cryptocurrency analysis tool that fetches live market data from CoinGecko, Binance, Bybit, KuCoin, MEXC, and Gate.io, performs cross-exchange arbitrage detection, and provides AI-powered institutional trading analysis through a Hyper-Council of 5 specialized agents.


Privacy & Data Handling

⚠️ BYOK (Bring Your Own Keys): Exchange API keys are used locally to fetch data from exchanges. Keys are never transmitted to NeuroAether.

⚠️ External API Notice: Only market data (prices, volumes) and query text are sent to api.neurodoc.app for AI analysis.

Auditable Code: The payload sent to api.neurodoc.app contains only aggregated market prices and query text. Exchange API keys are excluded from all requests.

  • What is sent: Aggregated market prices and natural language queries only
  • What is NOT sent: Exchange API keys, credentials, personal data, wallet addresses
  • Data retention: Queries are processed in real-time and not stored
  • Hosting: Hetzner EU servers (GDPR compliant)

CRITICAL: Users should configure exchange API keys with READ-ONLY permissions. Never enable withdrawal or trading permissions.


Architecture

User's Machine (local)              NeuroAether API
┌──────────────────────┐            ┌─────────────────┐
│                      │            │                  │
│  Exchange API Keys   │            │  api.neurodoc.app│
│  (never leave here)  │            │                  │
│         │            │            │  Receives ONLY:  │
│         ▼            │            │  - prices        │
│  Fetch from          │  prices +  │  - volumes       │
│  Binance/Bybit/etc   │──query──▶ │  - query text    │
│  (locally)           │            │                  │
│         │            │            │  Returns:        │
│         ▼            │  ◀──────── │  - AI analysis   │
│  Aggregate prices    │  analysis  │  - verdicts      │
│  (no keys in payload)│            │  - PDF data      │
│                      │            │                  │
└──────────────────────┘            └─────────────────┘

Overview

Key Features

  1. Cross-Exchange Scanner — Live bid/ask from Binance, Bybit, KuCoin, MEXC, Gate.io
  2. Arbitrage Detection — Automatic spread analysis across all 5 exchanges
  3. APEX Hyper-Council Analysis — 5 AI agents (Macro CIO, Quant Research, Risk Officer Damocles, Execution Architect, Regime Classifier)
  4. Trading Blueprint PDF — Hedge fund-grade reports with SWOT, Radar charts, PnL projections, Implementation Roadmap
  5. Multi-coin Support — BTC, ETH, SOL, XRP, DOGE, ADA, DOT, AVAX, MATIC, BNB, LTC, LINK, TRX, SHIB, SUI, APT, TON, NEAR, UNI, PEPE

Configuration (BYOK)

Users provide their own API keys via environment variables. All keys are optional — the skill works with CoinGecko free data by default, and each exchange is additive.

Required Environment Variables

None required. The skill works without any keys using CoinGecko free tier.

Optional Environment Variables

VariableExchangePurpose
-----------------------------
BINANCE_API_KEYBinanceMarket data (read-only)
BINANCE_API_SECRETBinanceAPI authentication
BYBIT_API_KEYBybitMarket data (read-only)
BYBIT_API_SECRETBybitAPI authentication
KUCOIN_API_KEYKuCoinMarket data (read-only)
KUCOIN_API_SECRETKuCoinAPI authentication
MEXC_API_KEYMEXCMarket data (read-only)
MEXC_API_SECRETMEXCAPI authentication
GATEIO_API_KEYGate.ioMarket data (read-only)
GATEIO_API_SECRETGate.ioAPI authentication

API Endpoints

1. Live Market Data + Cross-Exchange Scanner

POST https://api.neurodoc.app/aetherlang/execute
Content-Type: application/json
{
  "code": "flow CryptoScan {\n  using target \"neuroaether\" version \">=0.3\";\n  input text query;\n  node Scanner: crypto exchanges=\"all\", language=\"en\";\n  output text result from Scanner;\n}",
  "query": "BTC ETH SOL"
}

2. APEX Hyper-Council Analysis

{
  "code": "flow ApexAnalysis {\n  using target \"neuroaether\" version \">=0.3\";\n  input text query;\n  node Apex: crypto mode=\"analysis\", language=\"en\";\n  output text result from Apex;\n}",
  "query": "Full APEX analysis for BTC ETH SOL"
}

3. Trading Blueprint PDF

{
  "code": "flow Blueprint {\n  using target \"neuroaether\" version \">=0.3\";\n  input text query;\n  node Report: crypto mode=\"blueprint\", language=\"en\";\n  output text result from Report;\n}",
  "query": "Generate trading blueprint for BTC"
}

Supported Exchanges

ExchangeData AvailableAuth Required
----------------------------------------
CoinGeckoPrice, MCap, Volume, ATHNo (free tier)
BinanceBid/Ask, Spread, VolumeOptional
BybitBid/Ask, Spread, VolumeOptional
KuCoinBid/Ask, SpreadOptional
MEXCBid/Ask, Spread, VolumeOptional
Gate.ioBid/Ask, Spread, VolumeOptional

Hyper-Council Agents

AgentRoleWeight RangeCan Veto
------------------------------------
MACROGlobal Macro CIO-100 to +100No
QUANTHead of Quant Research-100 to +100No
STATSChief Statistician-100 to +100No
RISK (Damocles)Chief Risk Officer-100 to +100Yes
EXECUTIONExecution Architect0 (INFO)No

Security Architecture

Data handling: Only aggregated market prices and query text are sent to api.neurodoc.app. Exchange API keys never leave the local environment.

  • BYOK: User keys stay local, never transmitted to NeuroAether
  • Read-only: Skill only reads market data, never executes trades
  • No storage: API keys used per-request, never persisted
  • Input validation: All queries sanitized, max 5000 chars
  • Rate limiting: 100 req/hour free tier

What This Skill Does NOT Do

  • ❌ Execute trades or place orders
  • ❌ Transfer funds or make withdrawals
  • ❌ Store or log API keys
  • ❌ Provide financial advice (analysis only)

Languages

  • English (default)
  • Greek (Ελληνικά) — add language="el"

Technology

  • Backend: FastAPI + Python 3.12 (source)
  • AI Models: GPT-4o via OpenAI
  • Data Sources: CoinGecko, Binance, Bybit, KuCoin, MEXC, Gate.io
  • PDF Engine: WeasyPrint + Matplotlib
  • Hosting: Hetzner EU (GDPR compliant)

Disclaimer

⚠️ This skill provides AI-generated market analysis for educational and informational purposes only. It is NOT financial advice. Cryptocurrency trading involves significant risk. Always conduct your own research and consult a qualified financial advisor before making investment decisions.


Built by NeuroAether — Institutional Intelligence for Everyone 🧠📊

版本历史

共 3 个版本

  • v0.2.1 当前
    2026-03-29 02:37 安全 安全
  • v0.2.0
    2026-03-11 11:15
  • v0.1.3
    2026-03-07 01:41

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 165 📥 60,064
developer-tools

Aetherlang Karpathy Skill

contrario
AetherLang Omega 的 API 连接器 —— 执行 10 种受 Karpathy 启发的智能体节点类型(plan、code_interpreter、critique、router、ensemble、memory、tool、lo
★ 2 📥 1,445
data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,551