mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-20 15:10:10 +00:00
bugfix: coinut and itbit API errors
This commit is contained in:
@@ -39,7 +39,7 @@ type OrderbookResponse struct {
|
||||
type Trades struct {
|
||||
RecentTrades []struct {
|
||||
Timestamp string `json:"timestamp"`
|
||||
MatchNumber int64 `json:"matchNumber"`
|
||||
MatchNumber string `json:"matchNumber"`
|
||||
Price float64 `json:"price,string"`
|
||||
Amount float64 `json:"amount,string"`
|
||||
} `json:"recentTrades"`
|
||||
|
||||
Reference in New Issue
Block a user