{"id":15107134,"url":"https://github.com/ginarea/gobybit","last_synced_at":"2025-07-29T01:33:42.748Z","repository":{"id":61626049,"uuid":"542656496","full_name":"GinArea/gobybit","owner":"GinArea","description":"Bybit API client library for Go (ByBit API connector)","archived":false,"fork":false,"pushed_at":"2025-05-22T10:09:04.000Z","size":333,"stargazers_count":11,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-22T11:26:27.813Z","etag":null,"topics":["bybit","bybit-api","bybit-api-client","bybit-api-go","bybit-apis","bybit-client","bybit-go","bybit-rest","bybit-websocket","github","go","golang","trading","trading-bot"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/ginarea/gobybit","language":"Go","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/GinArea.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-09-28T15:19:53.000Z","updated_at":"2025-05-22T10:09:00.000Z","dependencies_parsed_at":"2023-10-27T09:28:47.118Z","dependency_job_id":"5944b88f-6a1d-432a-866d-8561ebafc5bc","html_url":"https://github.com/GinArea/gobybit","commit_stats":{"total_commits":244,"total_committers":3,"mean_commits":81.33333333333333,"dds":"0.016393442622950838","last_synced_commit":"31ea2b6d4f9432ed93f7bd7a91d08e8a54253ddd"},"previous_names":[],"tags_count":115,"template":false,"template_full_name":null,"purl":"pkg:github/GinArea/gobybit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GinArea%2Fgobybit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GinArea%2Fgobybit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GinArea%2Fgobybit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GinArea%2Fgobybit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GinArea","download_url":"https://codeload.github.com/GinArea/gobybit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GinArea%2Fgobybit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267616596,"owners_count":24116156,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bybit","bybit-api","bybit-api-client","bybit-api-go","bybit-apis","bybit-client","bybit-go","bybit-rest","bybit-websocket","github","go","golang","trading","trading-bot"],"created_at":"2024-09-25T21:04:43.388Z","updated_at":"2025-07-29T01:33:42.714Z","avatar_url":"https://github.com/GinArea.png","language":"Go","readme":"# gobybit\n\ngobybit is a [Go](https://go.dev) module for using the [ByBit's](https://bybit.com) Rest \u0026 Websocket API\n\n\n### Documentation\n\nFull API, examples, and implementation notes are available in the Go\ndocumentation.\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/ginarea/gobybit.svg)](https://pkg.go.dev/github.com/ginarea/gobybit)\n\n### Installation\n\n    go get github.com/ginarea/gobybit@latest\n\n### Import\n\n    import \"github.com/ginarea/gobybit/bybitv5\"\n\n### Example\n```\npackage main\n\nimport (\n    \"fmt\"\n    \"reflect\"\n\n    \"github.com/ginarea/gobybit/bybitv5\"\n)\n\nfunc main() {\n    apiKey := \"XXXXX\"\n    apiSecret := \"XXXXX\"\n\n    client := bybitv5.NewClient().WithAuth(apiKey, apiSecret)\n\n    responce(client.GetInstruments(bybitv5.GetInstruments{\n        Category: bybitv5.Inverse,\n        Symbol:   \"BTCUSD\",\n    }))\n\n    responce(client.GetTickers(bybitv5.GetTickers{\n        Category: bybitv5.Inverse,\n        Symbol:   \"ETHUSD\",\n    }))\n\n    responce(client.GetOrderbook(bybitv5.GetOrderbook{\n        Category: bybitv5.Spot,\n        Symbol:   \"ETHUSDT\",\n    }))\n}\n\nfunc responce[T any](r bybitv5.Response[T]) {\n    fmt.Printf(\"%v: %+v\\n\", reflect.TypeOf(r), r)\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fginarea%2Fgobybit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fginarea%2Fgobybit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fginarea%2Fgobybit/lists"}