{"id":27253469,"url":"https://github.com/marselester/blockchain-info","last_synced_at":"2025-10-17T04:17:08.957Z","repository":{"id":143042036,"uuid":"52410637","full_name":"marselester/blockchain-info","owner":"marselester","description":"Go client for the Blockchain.info API","archived":false,"fork":false,"pushed_at":"2016-03-28T11:44:07.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T01:36:51.250Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marselester.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-24T03:15:18.000Z","updated_at":"2016-12-22T08:29:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"c59d06fc-bafb-49de-9185-9e669f963670","html_url":"https://github.com/marselester/blockchain-info","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marselester/blockchain-info","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marselester%2Fblockchain-info","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marselester%2Fblockchain-info/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marselester%2Fblockchain-info/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marselester%2Fblockchain-info/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marselester","download_url":"https://codeload.github.com/marselester/blockchain-info/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marselester%2Fblockchain-info/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267324369,"owners_count":24069384,"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-07-27T02:00:11.917Z","response_time":82,"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":"2025-04-11T01:27:44.074Z","updated_at":"2025-10-17T04:17:03.906Z","avatar_url":"https://github.com/marselester.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go client for [the Blockchain.info API](https://blockchain.info/api/blockchain_wallet_api)\n\nThe API client design is inspired by [go-github](https://github.com/google/go-github/)\nand [stripe-go](https://github.com/stripe/stripe-go/).\n\n## Wallet API\n\n### List Addresses\n\n```go\nwalletID := \"w1731\"\nwalletPass := \"R@GK\"\napiCode := \"123\" // Set apiCode to bypass the request limiter.\nc := blockchain.NewClient(nil, walletID, walletPass, apiCode)\nfmt.Println(c.Wallet.Addresses())\n// [{13R9dBgKwBP29JKo11zhfi74YuBsMxJ4qY  20090584076}]\n```\n\n## Block Explorer API\n\n### Get Address\n\nAddress represents https://blockchain.info/address/13R9dBgKwBP29JKo11zhfi74YuBsMxJ4qY?format=json\nresource.\n\n```go\n// Set apiCode to bypass the request limiter.\napiCode := \"123\"\nc := blockchain.NewClient(nil, \"\", \"\", apiCode)\nfmt.Println(c.Blockchain.Address(\"13R9dBgKwBP29JKo11zhfi74YuBsMxJ4qY\"))\n```\n\n## Testing\n\n```shell\n$ make test\n$ make lint\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarselester%2Fblockchain-info","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarselester%2Fblockchain-info","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarselester%2Fblockchain-info/lists"}