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.
This add-on uses 10 credits per method call.
Docs available at https://www.quicknode.com/docs/bitcoin/bb_getaddress
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.
This add-on uses 10 credits per method call.
Docs available at https://www.quicknode.com/docs/bitcoin/bb_getaddress
curl https://YOUR_QUICKNODE_ENDPOINT_HERE.com \
-X POST \
-H "Content-Type: application/json" \
--data '{"method":"bb_getXPUB","params":["xpub661MyMwAqRbcGrx39FhTVkPJSd1oMiD8P8Vu4EP8SHyuvhqnaqu9VeK4m43WPPXouHpuUakK77Y6GzqCCKYYiCTsxhPBjmqhrfHqosmEFjL", {"page":1, "size":1000, "fromHeight":0, "details":"txids"}],"id":1,"jsonrpc":"2.0"}'
curl https://YOUR_QUICKNODE_ENDPOINT_HERE.com/addon/3/api/v2/address/bc1p72h09wplu60qdxyr8q3ftgdhga7jxnjhdz08qs4u9we9q3lzmqmqa4yzj6page=1&size=1000&fromHeight=0&details=txids \ -X GET