Bitcoin API - andreydiveev/wiki GitHub Wiki

API calls:

Command Parameters Description Wallet unlock required
listaccounts [minconf=1] Returns Object that has account names as keys, account balances as values. N
getaddressesbyaccount <account> Returns the list of addresses for the given account. N
getnewaddress [account] Returns a new bitcoin address for receiving payments. If [account] is specified payments received with the address will be credited to [account]. N
⚠️ **GitHub.com Fallback** ⚠️