total transactions

+2 votes
How can i get total transaction for an address?

It is showing only last 10 transactions but I need morethan 10 transactions??

Command is: multichain-cli chainname listaddresstransactions 1MH......
asked Jan 8, 2018 by anonymous

1 Answer

+2 votes

Hi,

There are parameters for the listaddresstransactions API call, say count=100 skip=10 

example   multichain-cli chainname listaddresstransactions 1MH......  count=100   (will return 100 records)

You can refer here 

 

 

answered Jan 8, 2018 by shivap17
...