Get Transaction details

Is there any counterblockd/counterpartyd RPC command to get some details of a transaction?


I wold like get info like this:
http://testnet.blockscan.com/tx?txhash=45091667c593305878a280861e12d16a6d9d485577c8442bb2ab131251ee1ce2

Thanks

You can use the blockscan API . Ex: http://api.blockscan.com/api2?module=transaction&action=info&txhash=960c499473b7419f54923ebd5b87594118a3f66ae6f0ea66499be87fd630b640

I'd prefer to use local API calls.
It will take too much time to get details for thousands transactions.

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.