Returnsthebalanceforanaddress(es) (requires addressindextobeenabled).Arguments:{"addresses" ["address" (string) The base58check encoded address ,... ]}Result:{"balance" (string) The current balance in satoshis"received" (string) The total number of satoshis received (includingchange)}Examples:> komodo-cli getaddressbalance '{"addresses": ["RY5LccmGiX9bUHYGtSWQouNy1yFhc5rM87"]}'> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getaddressbalance", "params": [{"addresses": ["RY5LccmGiX9bUHYGtSWQouNy1yFhc5rM87"]}] }' -H 'content-type: text/plain;' http://127.0.0.1:7771/
stop
stop
The stop method instructs the coin daemon to shut down.
The amount of time it takes to shut down the chain will vary depending on the chain's current state.
::: warning Forcefully stopping the chain should be avoided, as it may corrupt the local database. In the event of a corrupted database, the user will need to resync. :::
Arguments
Name
Type
Description
(none)
Response
Name
Type
Description
Komodo server stopping
[COIN] Komodo server stopping
📌 Examples
Command:
./komodo-clistop
"Komodo server stopping"
You can find your rpcuser, rpcpassword, and rpcport in the coin's .conf file.