Documentation
¶
Overview ¶
Package coinmarketcap provides client code for interacting with the CoinMarketCap API.
Index ¶
Constants ¶
View Source
const ( SandboxAPIURL = "https://sandbox-api.coinmarketcap.com" SandboxAPIKey = "b54bcf4d-1bca-4e8e-9a24-22ff2c3d462c" ProductionAPIURL = "https://pro-api.coinmarketcap.com" )
View Source
const (
STORJ = "STORJ"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CachingClient ¶
type CachingClient struct {
// contains filtered or unexported fields
}
func NewCachingClient ¶
func NewCachingClient(apiURL, apiKey string, expiry time.Duration) (*CachingClient, error)
type QuoterFunc ¶
Click to show internal directories.
Click to hide internal directories.