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

Simple API Client for CoinGecko written in Go.

Results 11 go-gecko issues
Sort by recently updated
recently updated
newest added

add basic exchanges endpoints. '/exchanges' & '/exchanges/list'

gh pr checkout 13 _Originally posted by @KikilLove22 in https://github.com/superoo7/go-gecko/issues/13#issuecomment-1116022832_atl

I was just wondering if this project is still being maintained?

Add /simple/token_price/{id} endpoint https://www.coingecko.com/en/api/documentation for get price by contract_addresses & platform_id

hi, CoinsMarket interface missed "fully_diluted_valuation", please add it,thks

The API has optional params such as `include_market_cap` but this library only seems to support passing the required params. ![image](https://user-images.githubusercontent.com/35121685/117288906-ffa05a80-ae39-11eb-8c32-4b5c492adb2c.png)

@superoo7 Time is gained or lost due to the use of float32 for the type ChartItem. Currently the following data is produced but it is incorrect 2021-03-07T00:00:13Z 49019.3672 Epoch:1615075213312.000000 2021-03-07T23:59:49Z...

this commits ensures that on every possible path, we - read to `EOF` of the body - close the body to make sure that there is not any resource leak...