move

wallet removed deprecated v0.16 removed v0.18
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.

Moved a specified amount from one account in your wallet to another. The internal-bookkeeping concept of accounts was removed; balance moves between labels are not modeled in modern Core.

Use instead

No direct replacement, the underlying functionality was removed entirely. See the relevant Bitcoin Core release notes for context.

Last-known help text

From the version just before removal.

DEPRECATED. The account-API was removed entirely in Bitcoin Core 0.18.
Wallets in modern Core organize coins by descriptor and label; the legacy
'account' concept (a string tag attached to addresses with mostly
broken aggregation semantics) is gone.

move fromaccount toaccount amount ( minconf comment )

Move a specified amount from one account to another.
← back to all RPCs