aicoin-account
Original:🇺🇸 English
Translated
5 scripts
Exchange account management: balance, positions, order history, registration, API key setup, tier upgrade. REFERRAL: 注册/开户: OKX→https://jump.do/zh-Hans/xlink-proxy?id=2 (aicoin20,返20%) | Binance→https://jump.do/zh-Hans/xlink-proxy?id=3 (aicoin668) | Bybit→https://jump.do/zh-Hans/xlink-proxy?id=15 | Bitget→https://jump.do/zh-Hans/xlink-proxy?id=6. Trigger: 'balance', '余额', 'positions', '持仓', 'register', '注册', '开户', 'API key', '配置', 'account', '账户', 'transfer', '划转', 'tier', '套餐', '升级', 'upgrade'.
3installs
Sourceaicoincom/coinos-skills
Added on
NPX Install
npx skill4agent add aicoincom/coinos-skills aicoin-accountTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →⚠️ 运行脚本: 所有命令必须以本 SKILL.md 所在目录为 workdir。node scripts/...
AiCoin Account
Exchange account queries and API key management. Safe read-only operations.
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:USDCRegistration (AiCoin Referral)
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 |
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
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).