cryptocurrency-address-detector
Detect which cryptocurrency an address corresponds to.
Install
~ ❯❯❯ npm install cryptocurrency-address-detector
Usage
const addressDetect = ; ; ; ; ;
API
addressDetect(address, [options])
Returns the cryptocurrency that an address corresponds to.
address
Type: string
Address to check for popular cryptocurrencies.
options
timeout
Type: number
Timeout in milliseconds after which a request is considered failed. Default: 5000
.
Supported Cryptocurrencies
Bitcoin/BTC
Bitcoin Cash/BCH
Ethereum/ETH
Litecoin/LTC
Monero/XMR
Dash/DASH
Ripple/XRP
NEO/NEO
Dogecoin/DOGE
Related
- cryptaddress.now - Minimal service to detect what cryptocurrency an address corresponds to.
License
MIT © Nikolaos Kamarinakis