{"id":28352423,"url":"https://github.com/tacyarg/cryptapi","last_synced_at":"2025-07-25T22:37:45.472Z","repository":{"id":36468472,"uuid":"226426489","full_name":"tacyarg/cryptapi","owner":"tacyarg","description":"cryptapi nodejs wrapper","archived":false,"fork":false,"pushed_at":"2022-12-10T11:20:18.000Z","size":34,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-04T05:32:53.610Z","etag":null,"topics":["api","bitcoin","cryptapi","ethereum","interface","lib","nodejs","wrapper"],"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/tacyarg.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":"2019-12-06T23:16:15.000Z","updated_at":"2023-05-25T21:44:19.000Z","dependencies_parsed_at":"2023-01-17T01:46:13.982Z","dependency_job_id":null,"html_url":"https://github.com/tacyarg/cryptapi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tacyarg/cryptapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tacyarg%2Fcryptapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tacyarg%2Fcryptapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tacyarg%2Fcryptapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tacyarg%2Fcryptapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tacyarg","download_url":"https://codeload.github.com/tacyarg/cryptapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tacyarg%2Fcryptapi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260961801,"owners_count":23089296,"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":["api","bitcoin","cryptapi","ethereum","interface","lib","nodejs","wrapper"],"created_at":"2025-05-27T23:07:07.209Z","updated_at":"2025-07-25T22:37:45.462Z","avatar_url":"https://github.com/tacyarg.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cryptapi\n\n[cryptapi](https://cryptapi.io/docs) nodejs wrapper\n\n\u003e Bitcoin, Bitcoin Cash, Litecoin, Ethereum, Monero, IOTA, ...\n\n## Installation \u0026 Use\n\n```bash\nnpm install cryptapi\n```\n\n```bash\nyarn add cryptapi\n```\n\n```js\nconst cryptapi = require('cryptapi')()\n\n// each ticker has 3 methods\n// tickerInfo, tickerCreateAddress, tickerLogs\n// https://cryptapi.io/docs\n\ncryptapi.btcInfo()\n  .then(console.log)\n  .catch(console.error)\n\ncryptapi.btcCreateAddress(address, callback, options)\n  .then(console.log)\n  .catch(console.error)\n\ncryptapi.btcLogs(callback)\n  .then(console.log)\n  .catch(console.error)\n```\n\n## Interface\n\n```js\n{\n  \"btcInfo\",\n  \"btcCreateAddress\",\n  \"btcLogs\",\n  \"bchInfo\",\n  \"bchCreateAddress\",\n  \"bchLogs\",\n  \"ltcInfo\",\n  \"ltcCreateAddress\",\n  \"ltcLogs\",\n  \"etcInfo\",\n  \"etcCreateAddress\",\n  \"etcLogs\",\n  \"xmrInfo\",\n  \"xmrCreateAddress\",\n  \"xmrLogs\",\n  \"iotaInfo\",\n  \"iotaCreateAddress\",\n  \"iotaLogs\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftacyarg%2Fcryptapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftacyarg%2Fcryptapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftacyarg%2Fcryptapi/lists"}