vladivolo / go-gecko

Simple API Client for CoinGecko written in Golang. Still WIP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoinGecko API Client for GoLang

Build Status GoDoc

Simple API Client for CoinGecko written in Golang

gogecko

gopher resources from free-gophers-pack

Available endpoint

Refer to CoinGecko official API

Endpoint Status Testing Function
/ping [/] [/] Ping
/simple/price [/] [/] SimpleSinglePrice, SimplePrice
/simple/supported_vs_currencies [/] [/] SimpleSupportedVSCurrencies
/coins/list [/] [/] CoinsList
/coins/market [/] [/] CoinsMarket
/coins/{id} [/] CoinsID
/coins/{id}/history [/] CoinsIDHistory
/coins/{id}/market_chart [/] CoinsIDMarketChart
/events/countries [/] EventsCountries
/events/types [/] EventsType
/exchange_rates [/] ExchangeRate
/global [/] Global

Usage

Installation with go get.

go get -u github.com/superoo7/go-gecko

For usage, checkout Example folder for v3

License

MIT

About

Simple API Client for CoinGecko written in Golang. Still WIP

License:MIT License


Languages

Language:Go 99.8%Language:Makefile 0.2%