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

Blockchain Lister

jjweb

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

比特币交易

Github

Configuration:

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

  /*
   * 说明:配置需要监控的数字货币
   * 规则:BTC(比特币) + USDT(交易对) = BTCUSDT
   */
  "blockchain-lister.coins": [
    "BTCUSDT",
    "ETHUSDT"
  ],
  /*
   * 说明:轮询请求API时间
   * 单位:毫秒
   */
  "blockchain-lister.updateInterval": 10000
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft