Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Blockchain ToolsNew to Visual Studio Code? Get it now.
Blockchain Tools

Blockchain Tools

Freedom of wealth

|
1,197 installs
| (1) | Free
vscode 配置状态栏查看 比特币价格、查看资金费率、常用工具、各交易所下单等
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

比特币交易

Github

交易:

📢 请勿允许提现权限、请勿允许提现权限、请勿允许提现权限

📢 代码不会存储你交易所 APIKey,放在本地缓存内部

Configuration:

修改用户配置,添加你所需要监控的数字货币

  /*
   * 说明:配置需要监控的数字货币
   * 规则:BTC(比特币) + USDT(交易对) = BTCUSDT
   */
  "blockchain-tools.coin": [
    "BTCUSDT",
    "ETHUSDT"
  ],
   /*
   * 说明:配置需要监控的数字货币涨跌幅
   * 规则:BTC(比特币) + USDT(交易对) = BTCUSDT
   * 规则:BTCUSDT(币对) + 5(间隔分钟) + 1(涨跌幅) + 300(提醒间隔秒数)
   */
  "blockchain-tools.marketCoin": [
     "BTCUSDT_5_1_300",
     "ETHUSDT_5_1_300",
     "ETHBTC_5_0.5_300"
  ],
  /*
   * 说明:配置 Bybit 交易对
   * 规则:BTC(比特币) + USDT(交易对) = BTCUSDT
   * USDC规则: BTC(比特币) + PERP(USDC交易对) = BTCPERP   
   */
  "blockchain-tools.bybitCoin": [
     "BTCUSDT",
     "ETHUSDT",
     "BITUSDT"
  ],
  /*
   * 说明:配置 Binance(币安) 交易对
   * 规则:BTC(比特币) + BUSD(交易对) = BTCBUSD
   */
  "blockchain-tools.binanceCoin": [
     "BTCBUSD",
     "ETHBUSD",
     "BNBBUSD"
  ],
  /*
   * 说明:轮询请求API时间
   * 单位:毫秒
   */
  "blockchain-tools.updateInterval": 10000
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft