{"id":21062811,"url":"https://github.com/roman2k/txstreet-bulk-eth-api","last_synced_at":"2026-04-26T17:31:29.169Z","repository":{"id":222493573,"uuid":"756827624","full_name":"Roman2K/txstreet-bulk-eth-api","owner":"Roman2K","description":"API for bulk Ethereum RPC calls","archived":false,"fork":false,"pushed_at":"2024-02-14T14:05:31.000Z","size":50,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-14T19:37:00.190Z","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":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Roman2K.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}},"created_at":"2024-02-13T11:42:10.000Z","updated_at":"2024-12-13T17:06:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"e27933e3-fe4d-44a8-b52e-fe46589bb717","html_url":"https://github.com/Roman2K/txstreet-bulk-eth-api","commit_stats":null,"previous_names":["roman2k/txstreet-bulk-eth-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Roman2K/txstreet-bulk-eth-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roman2K%2Ftxstreet-bulk-eth-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roman2K%2Ftxstreet-bulk-eth-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roman2K%2Ftxstreet-bulk-eth-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roman2K%2Ftxstreet-bulk-eth-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Roman2K","download_url":"https://codeload.github.com/Roman2K/txstreet-bulk-eth-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roman2K%2Ftxstreet-bulk-eth-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32307010,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T17:23:19.671Z","status":"ssl_error","status_checked_at":"2026-04-26T17:23:19.195Z","response_time":129,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-11-19T17:42:39.026Z","updated_at":"2026-04-26T17:31:29.150Z","avatar_url":"https://github.com/Roman2K.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# txstreet-bulk-eth-api\n\n\u003e A rewrite of\n\u003e [txstreet/tmp-bulk-geth-api](https://github.com/txstreet/tmp-bulk-geth-api)\n\nAn HTTP API for making RPC calls in bulk to an Ethereum execution client.\nLimited to those needed by\n[txstreet/processor](https://github.com/txstreet/processor).\n\nCompared to the original version:\n\n* Configurable inbound/outbound concurrency and timeout\n  * Via options or by adjustments in the source code\n* Ingestable logs ([logfmt][logfmt] format)\n\n[logfmt]: https://brandur.org/logfmt\n\nUsage:\n\n```\nUsage of bulk-eth-api:\n  -addr string\n    \tListen interface and port (default \":8081\")\n  -concurrency int\n    \tMax concurrency of RPC calls (default 8)\n  -eth string\n    \tRPC URL of Ethereum execution client (default \"http://localhost:8545\")\n  -log value\n    \tLog level (DEBUG, INFO, WARN, ERROR) (default DEBUG)\n```\n\nExample logs:\n\n```\ntime=2024-02-13T11:42:34.806Z level=INFO msg=Started requestId=2cJL5tiZjoT1fTrvg7wN0OrzIYF method=POST url=/nonces\ntime=2024-02-13T11:42:34.807Z level=INFO msg=Started requestId=2cJL5slXQVwwaNhCmQCfhTuh3vW method=POST url=/nonces\ntime=2024-02-13T11:42:34.807Z level=INFO msg=Started requestId=2cJL5t9ua4SRUzbnIkj6Edrxtvz method=POST url=/nonces\ntime=2024-02-13T11:42:34.808Z level=INFO msg=Finished requestId=2cJL5tiZjoT1fTrvg7wN0OrzIYF method=POST url=/nonces duration=1.239781ms\ntime=2024-02-13T11:42:34.808Z level=INFO msg=Finished requestId=2cJL5slXQVwwaNhCmQCfhTuh3vW method=POST url=/nonces duration=751.517µs\ntime=2024-02-13T11:42:34.808Z level=INFO msg=Finished requestId=2cJL5t9ua4SRUzbnIkj6Edrxtvz method=POST url=/nonces duration=901.097µs\ntime=2024-02-13T11:42:34.808Z level=INFO msg=Started requestId=2cJL5rljlr7DyIItDtsrQwZdFzL method=POST url=/nonces\ntime=2024-02-13T11:42:34.809Z level=INFO msg=Finished requestId=2cJL5rljlr7DyIItDtsrQwZdFzL method=POST url=/nonces duration=595.585µs\ntime=2024-02-13T11:42:34.915Z level=INFO msg=Started requestId=2cJL5tiZ5aoiynrz1ZxLu4svthv method=POST url=/contract-codes\ntime=2024-02-13T11:42:34.965Z level=INFO msg=Finished requestId=2cJL5tiZ5aoiynrz1ZxLu4svthv method=POST url=/contract-codes duration=50.321516ms\ntime=2024-02-13T11:42:34.970Z level=INFO msg=Started requestId=2cJL5vquzfFSrWPQHAIVaTDMtRz method=POST url=/transaction-receipts\ntime=2024-02-13T11:42:34.994Z level=INFO msg=Finished requestId=2cJL5vquzfFSrWPQHAIVaTDMtRz method=POST url=/transaction-receipts duration=24.007902ms\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froman2k%2Ftxstreet-bulk-eth-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froman2k%2Ftxstreet-bulk-eth-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froman2k%2Ftxstreet-bulk-eth-api/lists"}