getreceivedbyaddress
getreceivedbyaddress "address" ( minconf )
Returns the total amount received by the specified address in transactions with at least the given number of confirmations.
Argument #1 – address
Type: string, required
The BitcoinEvo address to check for received transactions.
Argument #2 – minconf
Type: numeric, optional, default=1
Only include transactions that have been confirmed at least this many times.
Result
Name |
Type |
Description |
---|---|---|
n |
numeric |
The total amount in BTCE received at this address. |
Examples
The 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: