Output from list transactions

+1 vote
When I ran the command 'listtransactions' I can see the txns of a node. But the qty is not visible. Is there a way to see this attribute as well? I am also unable to see the counterparty(address) in the transactions.
asked Aug 12, 2015 by anonymous

2 Answers

+1 vote

To examine a transaction and get the counterparty address:

./multichain-cli chain1 getrawtransaction a6a9267a155094acb9b7e9e0b8dfb5a01cdfc8d6784efae4914f4b5570bb1bc4 1

answered Aug 12, 2015 by MultiChain
+1 vote

Alpha 13, just released, introduces new APIs to make it much easier to query the node's transaction history. Take a look at the following:

  • listwallettransactions
  • getwallettransaction
  • listaddresstransactions
  • getaddresstransaction
answered Dec 17, 2015 by MultiChain
...