Available commands:
Statistics
Information
- getbalance/<address>[/{true|full}] return array with balance avaliable to spend and number of unspent txouts,
/true
is set for return also array of unspent txouts, /full
is set for return also array of unspent txouts include unconfirmed
- gettransaction/<transaction hash>[/print] return transaction's content,
/print
is set for return JSON in well readable format (for browsers)
- listtransactionsbyaddress/<address> return array of transactions containing the specified address
All arrays is returned as JSON Object
Need more methods? Write a suggestion