go-coinmarketcap icon indicating copy to clipboard operation
go-coinmarketcap copied to clipboard

The Unofficial Coin Market Cap API client for Go.

Results 3 go-coinmarketcap issues
Sort by recently updated
recently updated
newest added

Hello, I'm getting "unexpected end of JSON input" errors on coinmarketcap.Ticker(&coinmarketcap.TickerOptions{ Symbol: "ETH", Convert: "USD", })

A new variable `CustomTimeOut`, sets time out for http Get requests.

The default http Client of Go, sets timeout=0, which means it will not time out until the server resets the connection. This can lead to the application hanging.