Get latest 10 transaction records fom MultiChain

+1 vote

If I want to show the latest 10 transaction records, is there any way to get from MultiChain directly? Like is there any command API for this requirement?

I know there will be the MultiChain explorer, so I can check the latest amount of transaction records there. If I want to customize my explorer, like showing some more info, how should I get the latest amount of transaction records from MultiChain? Thank you

asked Jul 12, 2016 by Helen

1 Answer

0 votes

You can use listwallettransactions to get the 10 most recent transactions which are directly relevant to the node. However there is not currently a way to query blockchain transactions in general from the MultiChain API - you would need to do this via the Explorer or another external process.

answered Jul 12, 2016 by MultiChain
Thank you a lot.
...