Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.15 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.15 KB

Bitquery examples for Bitsocket

You can try the examples by going to bitsocket explorer and copy and pasting the example JSON below

1. Basic

Basic bitsocket examples

Incoming address: watch for a transfer from certain address Memo posts: Listen to all realtime memo.cash posts Memo topic post: Listen to a specific topic Monitor coinbase: Only monitor coinbase transactions OUTPUT ASM Stream: Monitor full filehose and emit output array in ASM format Raw Stream: The entire bitsocket firehose, raw. Input/Output ASM stream: Monitor firehose and emit input AND output arrays in ASM format. Transaction Graph stream: Monitor full firehose and emit a transaction graph as event for each transaction Transaction ID + Explorer URL stream: Monitor full firehose and emit a custom object made up of transaction id and block explorer urls

2. Apps

TBD (Feel free to add your own)