We've taken the Blockbook REST API and made it available. This is the best way to get indexed data for UTXO chains like Zcash. This add-on uses 10 credits per method call.
Additional credit usage.
Add-on may consume additional plan credits when used.
Feel free to test it, we would appreciate feedback to address any errors that may occur
Get access to balances, transactions, and UTXOs for addresses or xpubs. Adds 15 new methods via JSON-RPC and REST.
We've taken the Blockbook REST API and made it available. This is the best way to get indexed data for UTXO chains like Zcash. This add-on uses 10 credits per method call.
curl https://YOUR_QUICKNODE_ENDPOINT_HERE.com \
-X POST \
-H "Content-Type: application/json" \
--data '{"method":"bb_sendTransaction","params":["0200000001ab3f6d2e1c4b5a68397d2f1e0c9b8a7f6e5d4c3b2a1f0e9d8c7b6a5f4e3d2c101000000ffffffff01e803000000000000ffffffff00000000"],"id":1,"jsonrpc":"2.0"}'
curl https://YOUR_QUICKNODE_ENDPOINT_HERE.com/addon/1149/api/v2/balancehistory/t1Hsc1LR8yKnbbe3twRp88p6vFfC5t7DLbs?from=1683684000&to=1700042400&fiatcurrency=usd&groupBy=3600&gap=20 \ -X GET