Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/slvler/crypto.sh
- Owner: slvler
- Created: 2024-09-11T20:37:57.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-02T20:11:28.000Z (about 1 month ago)
- Last Synced: 2024-10-12T06:46:04.523Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```