{"id":15556577,"url":"https://github.com/comigor/blockchain","last_synced_at":"2025-08-07T18:05:23.692Z","repository":{"id":29557724,"uuid":"33096990","full_name":"comigor/blockchain","owner":"comigor","description":"A simple NPM wrapper of Blockchain's Official API Library for Meteor using Meteorhacks' Async library.","archived":false,"fork":false,"pushed_at":"2015-04-03T21:49:08.000Z","size":148,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-27T00:46:21.694Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CoffeeScript","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/comigor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-30T01:30:46.000Z","updated_at":"2018-05-15T18:42:03.000Z","dependencies_parsed_at":"2022-08-31T04:40:40.151Z","dependency_job_id":null,"html_url":"https://github.com/comigor/blockchain","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/comigor/blockchain","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comigor%2Fblockchain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comigor%2Fblockchain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comigor%2Fblockchain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comigor%2Fblockchain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/comigor","download_url":"https://codeload.github.com/comigor/blockchain/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comigor%2Fblockchain/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269300880,"owners_count":24394064,"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","status":"online","status_checked_at":"2025-08-07T02:00:09.698Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-02T15:14:15.025Z","updated_at":"2025-08-07T18:05:23.632Z","avatar_url":"https://github.com/comigor.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Meteor Blockchain API\nA simple NPM wrapper of [Blockchain's Official API Library](https://github.com/blockchain/api-v1-client-node) for Meteor using Meteorhacks' Async library.\n\n## Installation\n```\nmeteor add borges:blockchain\n```\n\n## Warning\nSadly it won't work on projects deployed on `*.meteor.com`:\n\n\u003e Access denied | blockchain.info used CloudFlare to restrict access.\n\u003e The owner of this website (blockchain.info) has banned your IP address (23.20.228.167).\n\n## DOCS\nCheck the official Blockchain's docs [here](https://github.com/blockchain/api-v1-client-node/tree/master/docs).\n\n### Receive.listen caveat\nThe Receive.listen method differs from official docs because on Meteor, we're using [Iron Router](https://github.com/iron-meteor/iron-router):\n\n```\nreceive.listen(server, callback);\n```\n\nParameters:\n\n* **server**: Iron Router object (*object*, required)\n* **callback**: Server callback to be called when the route is fired (*function(data)*)\n\nListens for when the callback url sends data back to the server. Occurs whenever a transaction to the forwarding address happens.  \nResponds with an *object* in the data parameter of the callback.\n\nResponse Object:\n\n* **value**: the value of the payment received, in satoshi (*number*)\n* **input_address**: the bitcoin address that received the transaction (*string*)\n* **confirmations**: the number of confirmations of this transaction (*number*)\n* **transaction_hash**: the hash of the transaction (*string*)\n* **input_transaction_hash**: the original hash, before forwarding (*string*)\n* **destination_address**: the destination bitcoin address (*string*)\n* **{Custom Parameter}**: any parameters included in the callback url that have been passed back\n\n\n## License\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomigor%2Fblockchain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomigor%2Fblockchain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomigor%2Fblockchain/lists"}