# README
Cryptocomparego
Cryptocomparego is a Golang client library for accessing the Cryptocompare API.
You can view the client API docs here: http://godoc.org/github.com/lucazulian/cryptocomparego
You can view Cryptocompare API docs here: https://www.cryptocompare.com/api/
Usage
import "github.com/lucazulian/cryptocomparego"
Examples
To get general info for all the coins available:
ctx := context.TODO()
client := cryptocomparego.NewClient(nil)
coinList, _, err := client.Coin.List(ctx)
if err != nil {
fmt.Printf("Something bad happened: %s\n", err)
return err
}
Contributing
We love pull requests! Please see the contribution guidelines.
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
Get the history kline data of any cryptocurrency in any other currency that you need.
Get the history kline data of any cryptocurrency in any other currency that you need.
Get all the current trading info (price, vol, open, high, low etc) of any list of cryptocurrencies in any other currency that you need.
Same as single API path but with multiple from symbols.
Get the current price of any cryptocurrency in any other currency that you need.
No description provided by the author
# Type aliases
No description provided by the author
TODO try to remove Sorter duplication.
TODO try to remove Sorter duplication.
TODO try to remove Sorter duplication.
No description provided by the author