Skip to main content

Stopping a wallet

Stop the wallet and its connections and remove it from the available wallets.

Parameters

Request

curl -X POST -H "X-Wallet-Id: {wallet-id}" http://localhost:8000/wallet/stop

Response

{"success":true}
info

By stopping a wallet, it is not available for use anymore. Only after its restart, the wallet will respond to new requests.