Releases: web3data/web3data-js
🎉Bitcoin Cash & Bitcoin SV just got added to Web3data.js! 🎁
Use web3data.bsv.* & web3data.bch.* for easy Bitcoin SV & Bitcoin Cash integrations.
This release adds full support for Bitcoin SV & Bitcoin Cash with an added .bsv
& .bch
namespace.
As with Bitcoin release 0.5.7
, this update pre-configures all methods for UTXO data and ease of use.
Methods & Features Supported:
- address.getAllAddresses
- address.getInformation
- address.getMetadata
- address.getTransactions
- address.getPendingTransactions
- address.getBalance
- address.getLatestBalance
- address.getHistoricalBalance
- address.getMultipleBalances
- address.getBalancesBatch
- address.getMetrics
- block.getBlocks
- block.getBlock
- block.getBlockNumber
- block.getTransactions
- block.getTransactionFromBlock
- block.getMetrics
- transaction.getTransactions
- transaction.getTransaction
- transaction.getPendingTransactions
RPC is also supported using:
web3data.bsv.rpc('getbestblockhash')
web3data.bsv.rpc('getbestblockhash')
See full example
🙌Litecoin is now part of web3data.js 🙌
Use web3data.ltc.* for easy Litecoin integrations
This release adds full support for Litecoin with an added .ltc
namespace.
As with Bitcoin release 0.5.7
, this update pre-configures all methods for UTXO data and ease of use.
Methods & Features Supported:
- address.getAllAddresses
- address.getInformation
- address.getMetadata
- address.getTransactions
- address.getPendingTransactions
- address.getBalance
- address.getLatestBalance
- address.getHistoricalBalance
- address.getMultipleBalances
- address.getBalancesBatch
- address.getMetrics
- block.getBlocks
- block.getBlock
- block.getBlockNumber
- block.getTransactions
- block.getTransactionFromBlock
- block.getMetrics
- transaction.getTransactions
- transaction.getTransaction
- transaction.getPendingTransactions
RPC is also supported using:
web3data.ltc.rpc('getbestblockhash')
-- See full example: Litecoin RPC Example
BTC Namespace Fixes
This is a small release with fixes for namespaced methods under .btc
:
Methods updated:
getAllAddresses
getMetadata
getBalance
getMultipleBalances
getUsage
API Update + Full Bitcoin Method Support 🍀
New API Version released!
The API is now version v2
, which supports arrays for both from
& to
addresses. It also natively supports UTXO data models, and other awesome features. See docs here for more details -->
Full Bitcoin Method Support
Not only is Bitcoin supported, but it has a full list of spicy methods that can fire up your application! 🌶
A quick example of use:
web3data.btc.address.getInformation()
See full documentation here -->
Here are the methods:
- address.getAllAddresses
- address.getInformation
- address.getMetadata
- address.getTransactions
- address.getPendingTransactions
- address.getBalance
- address.getLatestBalance
- address.getHistoricalBalance
- address.getMultipleBalances
- address.getBalancesBatch
- address.getMetrics
- block.getBlocks
- block.getBlock
- block.getBlockNumber
- block.getTransactions
- block.getTransactionFromBlock
- block.getMetrics'
- transaction.getTransactions
- transaction.getTransaction
- transaction.getPendingTransactions
RPC & Bitcoin support
This release supports some new features:
- RPC - You can now connect to Amberdata supported blockchain RPC's with all commands. See documentation here
- Initial release of Alpha Bitcoin support, can be used by:
web3data.btc.*
. Documentation coming soon.
Initial Release
Features
- Supporting replacement for web3.js & ethers.js
- Full address methods support
- Basic blockchain methods