{"id":53193,"library":"adshao-go-binance-v2","title":"Go Binance SDK","description":"A Golang SDK for interacting with Binance APIs, including trading and market data.","status":"active","version":"2.8.12","language":"go","source_language":null,"source_url":"https://github.com/adshao/go-binance","tags":["binance","cryptocurrency","exchange","sdk","trading"],"install":[{"cmd":"go get github.com/adshao/go-binance/v2","lang":"bash","label":"Install github.com/adshao/go-binance/v2"}],"dependencies":[],"imports":[{"symbol":"binance","correct":"github.com/adshao/go-binance/v2"}],"quickstart":{"code":"package main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\t\"github.com/adshao/go-binance/v2\"\n)\n\nfunc main() {\n\tclient := binance.NewClient(\"\", \"\")\n\tprices, err := client.NewListPricesService().Do(context.Background())\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(prices)\n}","lang":"go","description":"Fetch all current ticker prices from Binance."},"warnings":[{"fix":"Provide valid API key and secret when creating the client.","message":"API keys are required for authenticated endpoints; using empty strings will fail for private endpoints.","severity":"gotcha","affected_versions":">=2.0.0"}],"env_vars":null,"search_vec":"'api':11 'binanc':2,10,17 'cryptocurr':18 'data':16 'exchang':19 'go':1 'golang':5 'includ':12 'interact':8 'market':15 'sdk':3,6,20 'trade':13,21","created_at":"2026-06-15T07:30:40.911941+00:00","updated_at":"2026-06-15T07:30:40.911941+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/adshao/go-binance","github":"https://github.com/adshao/go-binance","docs":"https://pkg.go.dev/github.com/adshao/go-binance/v2#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client","other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}