getunconfirmedbalance
wallet removed deprecated v0.21 removed v22.0
This RPC no longer exists in Bitcoin Core.
Documented here so users finding old tutorials, blog posts, or code samples
can learn what it did, when it went away, and what to use instead.
Returned the unconfirmed balance of the wallet. Folded into getbalances which returns confirmed/unconfirmed/immature/etc. as a single structured response.
Use instead
Last-known help text
From the version just before removal.
getunconfirmedbalance
DEPRECATED. Returns the server's total unconfirmed balance.
Removed in 22.0. Use getbalances, which returns a structured object
containing 'mine.untrusted_pending' (and watch-only equivalents).