{"id":18479199,"url":"https://github.com/l1h3r/etherscan","last_synced_at":"2025-04-08T15:34:26.977Z","repository":{"id":57497725,"uuid":"101459443","full_name":"l1h3r/etherscan","owner":"l1h3r","description":"An Elixir library for the Etherscan API","archived":false,"fork":false,"pushed_at":"2021-10-05T20:10:54.000Z","size":157,"stargazers_count":18,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-29T08:41:51.279Z","etag":null,"topics":["blockchain","cryptocurrency","elixir","ethereum","etherscan","etherscan-api"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/l1h3r.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-08-26T03:17:49.000Z","updated_at":"2023-09-01T10:55:43.000Z","dependencies_parsed_at":"2022-08-28T19:41:10.801Z","dependency_job_id":null,"html_url":"https://github.com/l1h3r/etherscan","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l1h3r%2Fetherscan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l1h3r%2Fetherscan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l1h3r%2Fetherscan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l1h3r%2Fetherscan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/l1h3r","download_url":"https://codeload.github.com/l1h3r/etherscan/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223335087,"owners_count":17128521,"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":["blockchain","cryptocurrency","elixir","ethereum","etherscan","etherscan-api"],"created_at":"2024-11-06T12:13:46.573Z","updated_at":"2024-11-06T12:13:47.111Z","avatar_url":"https://github.com/l1h3r.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Etherscan\n\n[![Build Status](https://travis-ci.org/l1h3r/etherscan.svg?branch=master)](https://travis-ci.org/l1h3r/etherscan)\n[![Coverage Status](https://coveralls.io/repos/github/l1h3r/etherscan/badge.svg?branch=master)](https://coveralls.io/github/l1h3r/etherscan?branch=master)\n[![Hex.pm](https://img.shields.io/hexpm/v/etherscan.svg?style=flat-square)](https://hex.pm/packages/etherscan)\n[![Hex.pm](https://img.shields.io/hexpm/dt/etherscan.svg?style=flat-square)](https://hex.pm/packages/etherscan)\n\nAn Elixir wrapper for the [Etherscan](https://etherscan.io/) API\n\n[Official API Documentation](https://etherscan.io/apis)\n\n[Create API Key (optional)](https://etherscan.io/myapikey)\n\n## Installation\n\nEtherscan is available on [Hex](https://hex.pm/). You can install the package via:\n\n```elixir\ndef deps do\n  [\n    {:etherscan, \"~\u003e 2.0.0\"}\n  ]\nend\n```\n\n## Usage\n\n#### Setting Your API Key\n\nAn API key is not required to use the Etherscan API, however, you can set one with the following:\n\n```elixir\nconfig :etherscan,\n  api_key: \"\u003cYOUR-API-KEY\u003e\"\n```\n\n#### Using a Testnet\n\nYou can use one of the test networks with the following:\n```elixir\nconfig :etherscan,\n  network: :ropsten\n```\n\n#### Setting Request Options\n\nYou can set additional request options which are passed to [HTTPoison]:\n\n```elixir\nconfig :etherscan,\n  request: [recv_timeout: 500]\n```\n\nCheck out the HTTPoison [README](https://github.com/edgurgel/httpoison#options) for all available options.\n\n[HTTPoison]: https://github.com/edgurgel/httpoison\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fl1h3r%2Fetherscan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fl1h3r%2Fetherscan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fl1h3r%2Fetherscan/lists"}