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
- Arbitrage Detection — Automatic spread analysis across all 5 exchanges
- APEX Hyper-Council Analysis — 5 AI agents (Macro CIO, Quant Research, Risk Officer Damocles, Execution Architect, Regime Classifier)
- Trading Blueprint PDF — Hedge fund-grade reports with SWOT, Radar charts, PnL projections, Implementation Roadmap
- 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
| Variable | Exchange | Purpose |
|---|
| INLINECODE1 | Binance | Market data (read-only) |
| INLINECODE2 |
Binance | API authentication |
|
BYBIT_API_KEY | Bybit | Market data (read-only) |
|
BYBIT_API_SECRET | Bybit | API authentication |
|
KUCOIN_API_KEY | KuCoin | Market data (read-only) |
|
KUCOIN_API_SECRET | KuCoin | API authentication |
|
MEXC_API_KEY | MEXC | Market data (read-only) |
|
MEXC_API_SECRET | MEXC | API authentication |
|
GATEIO_API_KEY | Gate.io | Market data (read-only) |
|
GATEIO_API_SECRET | Gate.io | API authentication |
API Endpoints
1. Live Market Data + Cross-Exchange Scanner
POST https://api.neurodoc.app/aetherlang/execute
Content-Type: application/json
CODEBLOCK2
2. APEX Hyper-Council Analysis
CODEBLOCK3
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
| Exchange | Data Available | Auth Required |
|---|
| CoinGecko | Price, MCap, Volume, ATH | No (free tier) |
| Binance |
Bid/Ask, Spread, Volume | Optional |
| Bybit | Bid/Ask, Spread, Volume | Optional |
| KuCoin | Bid/Ask, Spread | Optional |
| MEXC | Bid/Ask, Spread, Volume | Optional |
| Gate.io | Bid/Ask, Spread, Volume | Optional |
Hyper-Council Agents
| Agent | Role | Weight Range | Can Veto |
|---|
| MACRO | Global Macro CIO | -100 to +100 | No |
| QUANT |
Head of Quant Research | -100 to +100 | No |
| STATS | Chief Statistician | -100 to +100 | No |
| RISK (Damocles) | Chief Risk Officer | -100 to +100 |
Yes |
| EXECUTION | Execution Architect | 0 (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 INLINECODE11
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 🧠📊
技能名称: apex-crypto-intelligence
详细描述:
APEX 加密情报 — 多交易所交易分析技能
覆盖5个交易所的机构级加密市场分析,配备AI驱动的超级委员会裁决和量化基金级PDF报告。
源代码: github.com/contrario/aetherlang
主页: neurodoc.app
作者: NeuroAether (info@neurodoc.app)
许可证: MIT
版本: 0.2.0
摘要
APEX 加密情报是一款多交易所加密货币分析工具,可从 CoinGecko、Binance、Bybit、KuCoin、MEXC 和 Gate.io 获取实时市场数据,执行跨交易所套利检测,并通过由5个专业智能体组成的超级委员会提供AI驱动的机构级交易分析。
隐私与数据处理
⚠️ BYOK(自带密钥):交易所API密钥在本地使用,用于从交易所获取数据。密钥绝不会传输给 NeuroAether。
⚠️ 外部API通知:仅市场数据(价格、成交量)和查询文本会被发送至 api.neurodoc.app 进行AI分析。
可审计代码:发送至 api.neurodoc.app 的负载仅包含聚合后的市场价格和查询文本。交易所API密钥被排除在所有请求之外。
- - 发送内容:仅聚合后的市场价格和自然语言查询
- 不发送内容:交易所API密钥、凭证、个人数据、钱包地址
- 数据保留:查询实时处理,不进行存储
- 托管:Hetzner 欧盟服务器(符合GDPR标准)
关键提示:用户应使用只读权限配置交易所API密钥。切勿启用提现或交易权限。
架构
用户机器(本地) NeuroAether API
┌──────────────────────┐ ┌─────────────────┐
│ │ │ │
│ 交易所API密钥 │ │ api.neurodoc.app│
│ (绝不离开本地) │ │ │
│ │ │ │ 仅接收: │
│ ▼ │ │ - 价格 │
│ 从以下获取数据 │ 价格 + │ - 成交量 │
│ Binance/Bybit等 │──查询──▶ │ - 查询文本 │
│ (本地) │ │ │
│ │ │ │ 返回: │
│ ▼ │ ◀──────── │ - AI分析 │
│ 聚合价格 │ 分析结果 │ - 裁决 │
│ (负载中不含密钥) │ │ - PDF数据 │
│ │ │ │
└──────────────────────┘ └─────────────────┘
概述
主要功能
- 1. 跨交易所扫描器 — 实时获取 Binance、Bybit、KuCoin、MEXC、Gate.io 的买/卖报价
- 套利检测 — 自动分析所有5个交易所的价差
- APEX 超级委员会分析 — 5个AI智能体(宏观首席投资官、量化研究主管、风险官达摩克利斯、执行架构师、市场体制分类器)
- 交易蓝图PDF — 量化基金级报告,包含SWOT分析、雷达图、盈亏预测、实施路线图
- 多币种支持 — BTC、ETH、SOL、XRP、DOGE、ADA、DOT、AVAX、MATIC、BNB、LTC、LINK、TRX、SHIB、SUI、APT、TON、NEAR、UNI、PEPE
配置(BYOK)
用户通过环境变量提供自己的API密钥。所有密钥均为可选——该技能默认使用 CoinGecko 免费数据,每个交易所均为附加功能。
必需的环境变量
无。该技能无需任何密钥即可使用 CoinGecko 免费层。
可选的环境变量
| 变量 | 交易所 | 用途 |
|---|
| BINANCEAPIKEY | Binance | 市场数据(只读) |
| BINANCEAPISECRET |
Binance | API认证 |
| BYBIT
APIKEY | Bybit | 市场数据(只读) |
| BYBIT
APISECRET | Bybit | API认证 |
| KUCOIN
APIKEY | KuCoin | 市场数据(只读) |
| KUCOIN
APISECRET | KuCoin | API认证 |
| MEXC
APIKEY | MEXC | 市场数据(只读) |
| MEXC
APISECRET | MEXC | API认证 |
| GATEIO
APIKEY | Gate.io | 市场数据(只读) |
| GATEIO
APISECRET | Gate.io | API认证 |
API端点
1. 实时市场数据 + 跨交易所扫描
POST https://api.neurodoc.app/aetherlang/execute
Content-Type: application/json
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 超级委员会分析
json
{
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. 交易蓝图PDF
json
{
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
}
支持的交易所
| 交易所 | 可用数据 | 需要认证 |
|---|
| CoinGecko | 价格、市值、成交量、历史最高价 | 否(免费层) |
| Binance |
买/卖报价、价差、成交量 | 可选 |
| Bybit | 买/卖报价、价差、成交量 | 可选 |
| KuCoin | 买/卖报价、价差 | 可选 |
| MEXC | 买/卖报价、价差、成交量 | 可选 |
| Gate.io | 买/卖报价、价差、成交量 | 可选 |
超级委员会智能体
| 智能体 | 角色 | 权重范围 | 可否否决 |
|---|
| MACRO | 全球宏观首席投资官 | -100 至 +100 | 否 |
| QUANT |
量化研究主管 | -100 至 +100 | 否 |
| STATS | 首席统计学家 | -100 至 +100 | 否 |
| RISK (达摩克利斯) | 首席风险官 | -100 至 +100 |
是 |
| EXECUTION | 执行架构师 | 0(信息) | 否 |
安全架构
数据处理:仅聚合后的市场价格和查询文本被发送至 api.neurodoc.app。交易所API密钥绝不会离开本地环境。
- - BYOK:用户密钥保留在本地,绝不传输给 NeuroAether
- 只读:该技能仅读取市场数据,绝不执行交易
- 无存储:API密钥按请求使用,绝不持久化
- 输入验证:所有查询经过清理,最大5000字符
- 速率限制:免费层每小时100次请求
该技能不执行的操作
- - ❌ 执行交易或下单
- ❌ 转移资金或提现
- ❌ 存储或记录API密钥
- ❌ 提供财务建议(仅分析)
语言
- - 英语(默认)
- 希腊语(Ελληνικά)— 添加 language=el
技术
- - 后端:FastAPI + Python 3.12(源代码)
- AI模型:通过OpenAI的GPT-4o
- 数据源:CoinGecko、Binance、Bybit、KuCoin、MEXC、Gate.io
- PDF引擎:WeasyPrint + Matplotlib
- 托管:Hetzner 欧盟(符合GDPR标准)
免责声明
⚠️ 本技能提供的AI生成市场分析仅供教育和信息参考