Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alplabin committed Jun 19, 2024
1 parent e43b864 commit 644b061
Show file tree
Hide file tree
Showing 3 changed files with 254 additions and 1,611 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func main() {
}

func AccountInformationExample() {
client := binance_connector.NewWebsocketAPIClient("api_key", "api_secret")
client := binance_connector.NewWebsocketAPIClient("api_key", "secret_key")
err := client.Connect()
if err != nil {
log.Printf("Error: %v", err)
Expand Down
Loading

0 comments on commit 644b061

Please sign in to comment.