Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Commit

Permalink
adding docs to GetMarkets func
Browse files Browse the repository at this point in the history
  • Loading branch information
saniales committed Aug 23, 2017
1 parent d8dbe0e commit 76794ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bittrex/public.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 170,7 @@ func GetOrderBook(marketName string) (OrderBook, error) {
return nil, nil
}

//GetMarkets gets all markets data.
func GetMarkets() (Markets, error) {
now := time.Now().Unix()
GetParameters := publicParams{
Expand Down

0 comments on commit 76794ec

Please sign in to comment.