Skip to content

v1.3.0b2 - Estimated Total Wallet Value (Beta)

Pre-release
Pre-release

Choose a tag to compare

@Kartax Kartax released this 31 May 17:28
c820d1d

Beta Release: Estimated Total Wallet Value

New Feature

  • sensor.binance_wallet_total_usd: shows the estimated total portfolio value in USD
  • Uses /sapi/v3/asset/getUserAsset with needBtcValuation=true + live BTC/USDT price
  • Attributes: total_btc, btc_price_usd, asset_breakdown (per-asset BTC values)

Configuration

Add wallet_total: true to your existing binance sensor config (requires api_key + api_secret):

sensor:
  - platform: binance
    api_key: !secret binance_api_key
    api_secret: !secret binance_api_secret
    wallet_total: true
    wallet_assets:
      - BTC
      - ETH
      - USDT
    symbols:
      - BTCUSDT

Notes

  • All previous sensors continue to work unchanged
  • wallet_total is optional and defaults to false

Full Changelog: v1.3.0b1...v1.3.0b2