diff --git a/chia/rpc/wallet_rpc_api.py b/chia/rpc/wallet_rpc_api.py index bddaa057f0..b78a75815a 100644 --- a/chia/rpc/wallet_rpc_api.py +++ b/chia/rpc/wallet_rpc_api.py @@ -456,6 +456,7 @@ class WalletRpcApi: "spendable_balance": spendable_balance, "pending_change": pending_change, "max_send_amount": max_send_amount, + "unspent_coin_count": len(unspent_records), } return {"wallet_balance": wallet_balance}