getreceivedbyaddress
#
CommandReturns the total amount received by the given address in transactions with at least minconf confirmations.
#
Argumentsaddress
*#
(string, required)
The PAC address for transactions.
minconf
#
(numeric, optional, default=1)
Only include transactions confirmed at least this many times.
addlocked
#
(bool, optional, default=false)
Whether to include transactions locked via InstantSend.
#
ExamplesThe amount from transactions with at least 1 confirmation
The amount including unconfirmed transactions, zero confirmations
The amount with at least 6 confirmations
As a json rpc call
#
ResultRunning following help command
Will produce following output: