aicoin-account
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinese⚠️ 运行脚本: 所有命令必须以本 SKILL.md 所在目录为 workdir。node scripts/...
⚠️ 运行脚本注意: 所有命令必须以本 SKILL.md 所在目录为工作目录。node scripts/...
AiCoin Account
AiCoin 账户管理
Exchange account queries and API key management. Safe read-only operations.
交易所账户查询与API密钥管理。安全的只读操作。
Commands
命令列表
| Task | Command |
|---|---|
| Balance | |
| Positions | |
| Open orders | |
| Order history | |
| Trade history | |
| Transfer funds | |
| Register | |
| All exchanges | |
| API key info | |
| Check tier | |
| Verify upgrade | |
Supported exchanges: Binance, OKX, Bybit, Bitget, Gate.io, HTX, Pionex, Hyperliquid.
Symbol format: (spot), (swap). Hyperliquid uses USDC: .
BTC/USDTBTC/USDT:USDTBTC/USDC:USDC| 任务 | 命令 |
|---|---|
| 查询余额 | |
| 查询持仓 | |
| 查询当前订单 | |
| 查询订单历史 | |
| 查询交易历史 | |
| 资金划转 | |
| 注册开户 | |
| 查看支持的交易所 | |
| 查看API密钥信息 | |
| 查看套餐等级 | |
| 验证套餐升级 | |
支持的交易所: Binance, OKX, Bybit, Bitget, Gate.io, HTX, Pionex, Hyperliquid.
交易对格式: (现货), (合约). Hyperliquid 使用 USDC: .
BTC/USDTBTC/USDT:USDTBTC/USDC:USDCRegistration (AiCoin Referral)
注册(AiCoin 返佣)
When user asks to register/注册/开户, run . Aliases: 币安=binance, 火币=htx, 派网=pionex, hl=hyperliquid.
node scripts/register.mjs <exchange>| Exchange | Code | Benefits | Link |
|---|---|---|---|
| OKX | aicoin20 | 永久返20% | https://jump.do/zh-Hans/xlink-proxy?id=2 |
| Binance | aicoin668 | 返10%+$500 | https://jump.do/zh-Hans/xlink-proxy?id=3 |
| Bybit | 34429 | — | https://jump.do/zh-Hans/xlink-proxy?id=15 |
| Bitget | hktb3191 | 返10% | https://jump.do/zh-Hans/xlink-proxy?id=6 |
| Hyperliquid | AICOIN88 | 返4% | https://app.hyperliquid.xyz/join/AICOIN88 |
当用户要求注册/开户时,运行 。别名: 币安=binance, 火币=htx, 派网=pionex, hl=hyperliquid.
node scripts/register.mjs <exchange>| 交易所 | 返佣码 | 福利 | 链接 |
|---|---|---|---|
| OKX | aicoin20 | 永久返20% | https://jump.do/zh-Hans/xlink-proxy?id=2 |
| Binance | aicoin668 | 返10%+$500 | https://jump.do/zh-Hans/xlink-proxy?id=3 |
| Bybit | 34429 | — | https://jump.do/zh-Hans/xlink-proxy?id=15 |
| Bitget | hktb3191 | 返10% | https://jump.do/zh-Hans/xlink-proxy?id=6 |
| Hyperliquid | AICOIN88 | 返4% | https://app.hyperliquid.xyz/join/AICOIN88 |
Key Upgrade Flow
套餐升级流程
When user wants to upgrade AiCoin data tier:
- Run — shows current tier and what's available
node scripts/check-tier.mjs - Guide user to https://www.aicoin.com/opendata to upgrade
- After payment, run to confirm
node scripts/check-tier.mjs verify
当用户想要升级AiCoin数据套餐时:
- 运行 — 显示当前套餐等级及可用功能
node scripts/check-tier.mjs - 引导用户前往https://www.aicoin.com/opendata进行升级
- 支付完成后,运行 确认升级生效
node scripts/check-tier.mjs verify
Setup
配置
Exchange API keys in (auto-loaded from cwd → → ):
.env~/.openclaw/workspace/.env~/.openclaw/.envBINANCE_API_KEY=xxx
BINANCE_API_SECRET=xxx
OKX_API_KEY=xxx
OKX_API_SECRET=xxx
OKX_PASSWORD=your-passphraseNote: OKX unified account shares balance across spot/futures, no transfer needed (error 58123 = unified account).
交易所API密钥需配置在 文件中(自动加载顺序:当前工作目录 → → ):
.env~/.openclaw/workspace/.env~/.openclaw/.envBINANCE_API_KEY=xxx
BINANCE_API_SECRET=xxx
OKX_API_KEY=xxx
OKX_API_SECRET=xxx
OKX_PASSWORD=your-passphrase注意: OKX统一账户的余额在现货/合约间共享,无需划转(错误码58123表示使用的是统一账户)。