Below are the allow-listed Bitcoin methods to use in the Blockdaemon RPC API:
Custom RPCs
These Blockdaemon JSON-RPC methods provide additional functionality for interacting with Bitcoin, such as balance queries and transaction handling.
- bd_getbalances
- bd_getbalance
- bd_estimatefee
- bd_listtransactions
- bd_getspendingtx
- bd_listunspent
- bd_marketquote
- bd_getblockheaderbydate
Learn more about the custom methods here.
Blockchain RPCs
- getbestblockhash
- getblock
- getblockchaininfo
- getblockcount
- getblockfilter
- getblockhash
- getblockheader
- getblockstats
- getchaintips
- getchaintxstats
- getdifficulty
- getmempoolancestors
- getmempooldescendants
- getmempoolentry
- getmempoolinfo
- getrawmempool
- gettxout
- gettxoutproof
- gettxoutsetinfo
Rawtransactions RPCs
- createrawtransaction
- decoderawtransaction
- decodescript
- getrawtransaction
- sendrawtransaction
- testmempoolaccept
Util RPCs
Info:
You can find Bitcoin API documentation here: Bitcoin API reference.
👋 Need Help?
Contact us through email or our support page for any issues, bugs, or assistance you may need.