{"id":23635108,"url":"https://github.com/filinvadim/go-bittrex","last_synced_at":"2025-11-08T23:30:36.160Z","repository":{"id":57694635,"uuid":"363646179","full_name":"filinvadim/go-bittrex","owner":"filinvadim","description":"Signal-R client for Bittrex echange API V3","archived":false,"fork":false,"pushed_at":"2022-01-03T12:17:19.000Z","size":59,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-28T05:32:04.403Z","etag":null,"topics":["bittrex","bittrex-api","bittrex-exchange","golang","signalr"],"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/filinvadim.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}},"created_at":"2021-05-02T12:30:28.000Z","updated_at":"2023-06-30T07:24:31.000Z","dependencies_parsed_at":"2022-09-26T16:40:16.334Z","dependency_job_id":null,"html_url":"https://github.com/filinvadim/go-bittrex","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/filinvadim%2Fgo-bittrex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filinvadim%2Fgo-bittrex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filinvadim%2Fgo-bittrex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filinvadim%2Fgo-bittrex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/filinvadim","download_url":"https://codeload.github.com/filinvadim/go-bittrex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239565648,"owners_count":19660154,"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":["bittrex","bittrex-api","bittrex-exchange","golang","signalr"],"created_at":"2024-12-28T05:30:43.503Z","updated_at":"2025-02-18T22:47:26.865Z","avatar_url":"https://github.com/filinvadim.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-bittrex\nSignal-R client for Bittrex echange API V3\n\nThis version implement V3 Bittrex Signal-R API and the new HMAC authentification.\n\n## Installation\n```go get github.com/filinvadim/go-bittrex```\n\t\n## Usage\n~~~ go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"log\"\n\t\"time\"\n)\n\nfunc main() {\n\tclient, err := NewClientV3(fmt.Println)\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\tclient.SetResponseHandler(func(hub, method string, arguments [][]byte) {\n\t\tfmt.Println(\"Message Received: \")\n\t\tfmt.Println(\"HUB: \", hub)\n\t\tfmt.Println(\"METHOD: \", method)\n\t\tfmt.Println(\"ARGUMENTS: \")\n\t\tfor _, arg := range arguments {\n\t\t\tfmt.Println(\"    \", string(arg))\n\t\t}\n\t})\n\tclient.SetErrorHandler(func(err error) {\n\t\tfmt.Println(err)\n\t})\n\terr = client.Authenticate(key, secret)  // your credentials\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\terr = client.Subscribe(\"ticker_BTC-USD\")\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\ttime.Sleep(5*time.Second)\n\t\n  \tclient.Close()\n}\n~~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilinvadim%2Fgo-bittrex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffilinvadim%2Fgo-bittrex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilinvadim%2Fgo-bittrex/lists"}