Is there any counterblockd/counterpartyd RPC command to get some details of a transaction?
I wold like get info like this:
Thanks
Is there any counterblockd/counterpartyd RPC command to get some details of a transaction?
You can use the blockscan API . Ex: http://api.blockscan.com/api2?module=transaction&action=info&txhash=960c499473b7419f54923ebd5b87594118a3f66ae6f0ea66499be87fd630b640
I think you’ll need to build your own queries against the sqlite database or create your own rpc call (and add a pull request). The database is pretty simple to get into.