{"id":19933965,"url":"https://github.com/k4m4/cryptocurrency-address-detector","last_synced_at":"2025-10-14T11:10:48.141Z","repository":{"id":29968009,"uuid":"123351960","full_name":"k4m4/cryptocurrency-address-detector","owner":"k4m4","description":"Detect which cryptocurrency an address corresponds to.","archived":false,"fork":false,"pushed_at":"2023-01-06T01:32:25.000Z","size":265,"stargazers_count":45,"open_issues_count":8,"forks_count":8,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-07T15:51:50.502Z","etag":null,"topics":["address","cryptocurrency","cryptocurrency-regex","detector","matcher","regex","regex-match","wallet"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/k4m4.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-28T22:50:43.000Z","updated_at":"2023-09-08T17:37:21.000Z","dependencies_parsed_at":"2023-01-14T16:01:08.303Z","dependency_job_id":null,"html_url":"https://github.com/k4m4/cryptocurrency-address-detector","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k4m4%2Fcryptocurrency-address-detector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k4m4%2Fcryptocurrency-address-detector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k4m4%2Fcryptocurrency-address-detector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k4m4%2Fcryptocurrency-address-detector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/k4m4","download_url":"https://codeload.github.com/k4m4/cryptocurrency-address-detector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252190435,"owners_count":21708881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["address","cryptocurrency","cryptocurrency-regex","detector","matcher","regex","regex-match","wallet"],"created_at":"2024-11-12T23:15:28.438Z","updated_at":"2025-10-14T11:10:43.096Z","avatar_url":"https://github.com/k4m4.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cryptocurrency-address-detector [![Build Status](https://travis-ci.org/k4m4/cryptocurrency-address-detector.svg?branch=master)](https://travis-ci.org/k4m4/cryptocurrency-address-detector)\n\n\u003e Detect which cryptocurrency an address corresponds to.\n\n\n## Install\n\n```\n~ ❯❯❯ npm install cryptocurrency-address-detector\n```\n\n\n## Usage\n\n```js\nconst addressDetect = require('cryptocurrency-address-detector');\n\naddressDetect('0x281055afc982d96fab65b3a49cac8b878184cb16').then(cryptocurrency =\u003e {\n\tconsole.log(cryptocurrency);\n\t//=\u003e 'ETH'\n});\n\naddressDetect('1dice8EMZmqKvrGE4Qc9bUFf9PX3xaYDp').then(cryptocurrency =\u003e {\n\tconsole.log(cryptocurrency);\n\t//=\u003e 'BTC/BCH'\n});\n\naddressDetect('LQL9pVH1LsMfKwt82Y2wGhNGkrjF8vwUst').then(cryptocurrency =\u003e {\n\tconsole.log(cryptocurrency);\n\t//=\u003e 'LTC'\n});\n\naddressDetect('0xsfdlffsjksldfj[IPv6:2001:db8::2]').then(cryptocurrency =\u003e {\n\tconsole.log(cryptocurrency);\n\t//=\u003e 'Cryptocurrency could not be detected'\n});\n```\n\n\n## API\n\n### addressDetect(address, [options])\n\nReturns the cryptocurrency that an address corresponds to.\n\n#### address\n\nType: `string`\n\nAddress to check for popular cryptocurrencies.\n\n#### options\n\n##### timeout\n\nType: `number`\n\nTimeout in milliseconds after which a request is considered failed. Default: `5000`.\n\n\n## Supported Cryptocurrencies\n\n- [`Bitcoin/BTC`](https://github.com/kevva/bitcoin-regex)\n- [`Bitcoin Cash/BCH`](https://github.com/k4m4/bitcoincash-regex)\n- [`Ethereum/ETH`](https://github.com/k4m4/ethereum-regex)\n- [`Litecoin/LTC`](https://github.com/k4m4/litecoin-regex)\n- [`Monero/XMR`](https://github.com/k4m4/monero-regex)\n- [`Dash/DASH`](https://github.com/k4m4/dash-regex)\n- [`Ripple/XRP`](https://github.com/k4m4/ripple-regex)\n- [`NEO/NEO`](https://github.com/k4m4/neo-regex)\n- [`Dogecoin/DOGE`](https://github.com/k4m4/dogecoin-regex)\n\n\n## Related\n\n- [cryptaddress.now](https://github.com/k4m4/cryptaddress.now) - Minimal service to detect what cryptocurrency an address corresponds to. \n\n\n## License\n\nMIT © [Nikolaos Kamarinakis](https://nikolaskama.me)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk4m4%2Fcryptocurrency-address-detector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk4m4%2Fcryptocurrency-address-detector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk4m4%2Fcryptocurrency-address-detector/lists"}