Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/slvler/crypto.sh

Bash script to Plaintext query api to retrieve data from blockchain.com
https://github.com/slvler/crypto.sh

Last synced: 4 days ago
JSON representation

Bash script to Plaintext query api to retrieve data from blockchain.com

Awesome Lists containing this project

README

        

##

### Usage
```shel
chmod +x crypto.sh
./crypto.sh
```

```shel
#txresult $1 $2 -> Cca7507897abc89628f450e8b1e0c6fca4ec3f7b34cccf55f3f531c659ff4d79 | 1EzwoHtiXB4iFwedPr49iywjZn2nnekhoj
#txtotalbtcoutput $1 -> Cca7507897abc89628f450e8b1e0c6fca4ec3f7b34cccf55f3f531c659ff4d79
#txtotalbtcinput $1 -> Cca7507897abc89628f450e8b1e0c6fca4ec3f7b34cccf55f3f531c659ff4d79
#txfee $1 -> Cca7507897abc89628f450e8b1e0c6fca4ec3f7b34cccf55f3f531c659ff4d79
#getreceivedbyaddress $1 -> 1EzwoHtiXB4iFwedPr49iywjZn2nnekhoj
#getsentbyaddress $1 -> 1EzwoHtiXB4iFwedPr49iywjZn2nnekhoj
#addressbalance $1 -> 1EzwoHtiXB4iFwedPr49iywjZn2nnekhoj
#addressfirstseen $1 -> 1EzwoHtiXB4iFwedPr49iywjZn2nnekhoj
#addresstohash $1 -> 1EzwoHtiXB4iFwedPr49iywjZn2nnekhoj
#hashtoaddress $1 -> 1e51fcdc14be9a148bb0aaec9197eb47c83776fb
#hashpubkey $1 -> 04b4632d08485ff1df2db55b9dafd23347d1c47a457072a1e87be26896549a87378ec38ff91d43e8c2092ebda601780485263da089465619e0358a5c1be7ac91f4
#addrpubkey $1 -> 04b4632d08485ff1df2db55b9dafd23347d1c47a457072a1e87be26896549a87378ec38ff91d43e8c2092ebda601780485263da089465619e0358a5c1be7ac91f4
#pubkeyaddr $1 ->1EzwoHtiXB4iFwedPr49iywjZn2nnekhoj
```