{"id":18681821,"url":"https://github.com/gravityblast/etherscan-go","last_synced_at":"2025-04-12T04:09:15.988Z","repository":{"id":57619820,"uuid":"171761520","full_name":"gravityblast/etherscan-go","owner":"gravityblast","description":"etherscan.io API client in Go","archived":false,"fork":false,"pushed_at":"2019-02-20T22:55:40.000Z","size":5,"stargazers_count":5,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T04:09:09.214Z","etag":null,"topics":["ethereum","etherscan","etherscan-api","etherscan-io","go","golang"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/gravityblast.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-02-20T22:50:08.000Z","updated_at":"2024-11-03T02:11:24.000Z","dependencies_parsed_at":"2022-09-16T19:21:52.684Z","dependency_job_id":null,"html_url":"https://github.com/gravityblast/etherscan-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gravityblast%2Fetherscan-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gravityblast%2Fetherscan-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gravityblast%2Fetherscan-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gravityblast%2Fetherscan-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gravityblast","download_url":"https://codeload.github.com/gravityblast/etherscan-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248514225,"owners_count":21116903,"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":["ethereum","etherscan","etherscan-api","etherscan-io","go","golang"],"created_at":"2024-11-07T10:09:39.236Z","updated_at":"2025-04-12T04:09:15.960Z","avatar_url":"https://github.com/gravityblast.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# etherscan-go\netherscan.io API client in Go\n\n```go\n// main.go\n\npackage main\n\nimport (\n\t\"fmt\"\n\t\"log\"\n\n\t\"github.com/gravityblast/etherscan\"\n)\n\nfunc checkErr(err error) {\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n}\n\nfunc main() {\n\tc, err := etherscan.NewClient(etherscan.Mainnet, \"YOUR_API_KEY\")\n\tcheckErr(err)\n\n\tresp, err := c.Account(\"0x0000000000000000000000000000000000000000\")\n\tcheckErr(err)\n\n\tfmt.Printf(\"%+v\\n\", resp)\n}\n```\n\n```bash\ngo run main.go\n\u0026{Status:1 Message:OK Result:+7641879211751631214533}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgravityblast%2Fetherscan-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgravityblast%2Fetherscan-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgravityblast%2Fetherscan-go/lists"}