{"id":17623612,"url":"https://github.com/m1/gemini-ticker","last_synced_at":"2026-05-03T04:35:24.671Z","repository":{"id":66271515,"uuid":"184466605","full_name":"m1/gemini-ticker","owner":"m1","description":"Ticker for the Gemini digital asset platform","archived":false,"fork":false,"pushed_at":"2019-05-01T19:03:08.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T01:36:30.380Z","etag":null,"topics":["bitcoin","cryptocurrency","go","go-library","go-package","golang","golang-library","golang-package","stock-exchange","ticker"],"latest_commit_sha":null,"homepage":"","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/m1.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":"2019-05-01T19:02:32.000Z","updated_at":"2019-05-20T11:17:48.000Z","dependencies_parsed_at":"2024-04-14T00:45:57.705Z","dependency_job_id":null,"html_url":"https://github.com/m1/gemini-ticker","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"c8986b49b34ce11b18df2dc234a62cbe84c0b637"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m1/gemini-ticker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1%2Fgemini-ticker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1%2Fgemini-ticker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1%2Fgemini-ticker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1%2Fgemini-ticker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m1","download_url":"https://codeload.github.com/m1/gemini-ticker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1%2Fgemini-ticker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32558667,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T03:21:47.309Z","status":"ssl_error","status_checked_at":"2026-05-03T03:21:43.884Z","response_time":103,"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":["bitcoin","cryptocurrency","go","go-library","go-package","golang","golang-library","golang-package","stock-exchange","ticker"],"created_at":"2024-10-22T21:11:19.841Z","updated_at":"2026-05-03T04:35:24.643Z","avatar_url":"https://github.com/m1.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gemini-ticker\n\nA CLI ticker for the Gemini currency exchange. Can also be used \nas a Go package\n\n## Usage\n\n### CLI\n\n```\n➜  gemini-ticker tick --help\ntick is for ticking over the market for the symbol passed\n\nUsage:\n   tick [symbol, DEFAULT=btcusd] [flags]\n\nFlags:\n  -h, --help   help for tick\n```\n\nFor example:\n\n```\n➜  gemini-ticker tick\nquerying wss://api.gemini.com/v1/marketdata/btcusd?top_of_book=false\n5287.26 1 - 5288.19 2 \n5287.25 8.00320915 - 5288.19 2 \n5287.26 0.0097 - 5288.19 2 \n```\n\nAnother example:\n\n```\n➜  gemini-ticker tick ethusd        \nquerying wss://api.gemini.com/v1/marketdata/ethusd?top_of_book=false\n158.27 242.1952 - 158.52 50 \n158.27 198 - 158.52 50 \n158.27 167 - 158.52 50 \n\n```\n\n### Package\n\n```go\n\npackage main\n\nimport (\n\t\"fmt\"\n\t\n\t\"github.com/m1/gemini-ticker/pkg/ticker\"\n)\n\nfunc main() {\n\tch := make(chan ticker.TickFormat)\n    \tgo ticker.Tick(\"btcusd\", ch)\n    \tfor {\n    \t\tv, ok := \u003c-ch\n    \t\tif !ok {\n    \t\t\treturn\n    \t\t}\n    \n    \t\tfmt.Printf(\"%v %v - %v %v \\n\",\n    \t\t\tv.Bid,\n    \t\t\tv.BidRemaining,\n    \t\t\tv.Ask,\n    \t\t\tv.AskRemaining,\n    \t\t)\n    \t}\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm1%2Fgemini-ticker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm1%2Fgemini-ticker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm1%2Fgemini-ticker/lists"}