We've taken the Blockbook REST API and made it available. This is the best way to get indexed data for UTXO chains like Bitcoin Cash.
This add-on uses 10 credits per method call.
Additional credit usage.
Add-on may consume additional plan credits when used.
Get access to balances, transactions, and UTXOs for addresses or xpubs. Adds 10 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 Bitcoin Cash.
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_getTxSpecific","params":["1019fac3daa5e0d1383b33f7da00ca2269a770c6b2b1de2bd04e8cead3bc3ca9"],"id":1,"jsonrpc":"2.0"}'
curl https://YOUR_QUICKNODE_ENDPOINT_HERE.com/addon/1118/api/v2/address/bitcoincash:qzf9ax7we6swngffah3e9gr4mgh0qw3zcy6kq5afaupage=1&size=1000&fromHeight=0&details=txids \ -X GET