{"id":26304674,"url":"https://github.com/berzanorg/escan","last_synced_at":"2026-05-21T04:07:21.706Z","repository":{"id":43699330,"uuid":"511523803","full_name":"berzanorg/escan","owner":"berzanorg","description":"Ξ Escan is a Rust API wrapper for Etherscan and its derivatives","archived":false,"fork":false,"pushed_at":"2024-03-12T20:06:16.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-14T18:10:10.199Z","etag":null,"topics":["api","binance","binance-smart-chain","crate","ethereum","etherscan","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/berzanorg.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-07-07T12:44:12.000Z","updated_at":"2022-08-02T19:03:24.000Z","dependencies_parsed_at":"2025-05-21T17:41:00.473Z","dependency_job_id":null,"html_url":"https://github.com/berzanorg/escan","commit_stats":null,"previous_names":["berzanorg/escan","berzanxyz/escan"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/berzanorg/escan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berzanorg%2Fescan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berzanorg%2Fescan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berzanorg%2Fescan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berzanorg%2Fescan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/berzanorg","download_url":"https://codeload.github.com/berzanorg/escan/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berzanorg%2Fescan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33288202,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T02:57:32.698Z","status":"ssl_error","status_checked_at":"2026-05-21T02:57:31.990Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api","binance","binance-smart-chain","crate","ethereum","etherscan","rust"],"created_at":"2025-03-15T08:17:53.778Z","updated_at":"2026-05-21T04:07:21.695Z","avatar_url":"https://github.com/berzanorg.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# escan\nΞ Escan is a Rust API wrapper for Etherscan and its derivatives\n\n\u003e A production ready Rust Crate to work with Ethereum blockchain data\n\n```rust\n  // Create your client\n  let client = Client::new(API_TOKEN, Chain::Ethereum); // Or Chain::BinanceSmartChain\n  // Get balance of an address\n  let bal = client.balance(\"0xBE0eB53F46cd790Cd13851d5EFf43D12404d33E8\", Tag::Latest).await?;\n  // Print it\n  println!(\"{} ETH\", bal);\n  // Prints:\n  // \"1.927 ETH\"\n```\n\n### Supported Chains\n- Ethereum\n- Binance Smart Chain\n\u003e New chain supports are coming\n\n### Usage\nadd Escan to dependencies list in Cargo.toml\n```toml\n  # ...\n  [dependencies]\n  # other deps\n  escan = \"0.1.0\"\n  # other deps\n  # also don't forget to add Tokio runtime\n  tokio = { version = \"1.19.2\", features = [\"full\"] }\n```\n\n### API Endpoints\n- Accounts 🗸\n- Contracts ✖️\n- Transactions ✖️\n- Blocks ✖️\n- Logs ✖️\n- Geth/Parity Proxy ✖️\n- Tokens ✖️\n- Gas Tracker ✖️\n- Stats ✖️\n\u003e 🗸 Supported\n\u003e \n\u003e ✖️ Not supported\n\n### Development\nPull requests are welcome\n\nIf you want to contribute just let me know ;)\n\n\u003e Made with ❤️ by Berzan\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberzanorg%2Fescan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fberzanorg%2Fescan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberzanorg%2Fescan/lists"}