Create account

1KKwemSCUDZSyQ1B
saved 1259d
#pulltxt
read -p "what tx hash ? " txhash

uniquedate=$(date +%s)
GET https://api.whatsonchain.com/v1/bsv/main/tx/hash/$txhash | jq '.vout' > $uniquedate.tmp.json
jq '.[].scriptPubKey.opReturn.parts' $uniquedate.tmp.json | head -n 3 | perl -pe 's/\\n/\n/g'