Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/esenmx/coin-gecko-go
https://coingecko.com client written in Golang
https://github.com/esenmx/coin-gecko-go
coingecko coingecko-api coingecko-client go golang
Last synced: 11 days ago
JSON representation
https://coingecko.com client written in Golang
- Host: GitHub
- URL: https://github.com/esenmx/coin-gecko-go
- Owner: esenmx
- License: mit
- Created: 2021-07-19T13:08:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-29T07:23:02.000Z (over 2 years ago)
- Last Synced: 2023-09-17T09:06:13.060Z (about 1 year ago)
- Topics: coingecko, coingecko-api, coingecko-client, go, golang
- Language: Go
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# coingecko-go
Golang Client for [CoinGecko](https://coingecko.com/)
- Dependency-Free
- Required parameters handled before the requests
- Messy payloads simplified, not well organized fields omitted(see also `/coins/{id}`), open `issue` for your needs
- `Nullable` fields have pointer types## Progress Tracker
### Ping
- [X] ping Simple
### Simple
- [X] simple/price
- [ ] simple/token_price/{id}
- [X] simple/supported_vs_currencies### Coins
- [X] coins/list
- [X] coins/markets
- [X] coins/{id}
- [ ] coins/{id}/tickers
- [ ] coins/{id}/history
- [X] coins/{id}/market_chart
- [ ] coins/{id}/market_chart/range
- [ ] coins/{id}/status_updates
- [X] coins/{id}/ohlc### Contract
- [ ] coins/{id}/contract/{contract_address}
- [ ] coins/{id}/contract/{contract_address}/market_chart/
- [ ] coins/{id}/contract/{contract_address}/market_chart/range### Asset Platforms
- [ ] asset_platforms
### Categories
- [ ] coins/categories/list
- [ ] coins/categories### Exchanges
- [X] exchanges
- [X] exchanges/list
- [ ] exchanges/{id}
- [ ] exchanges/{id}/tickers
- [ ] exchanges/{id}/status_updates
- [ ] exchanges/{id}/volume_chart### Finance
- [ ] finance_platforms
- [ ] finance_products### Indexes
- [ ] indexes
- [ ] indexes/{market_id}/{id}
- [ ] indexes/list### Derivatives
- [ ] derivatives
- [ ] derivatives/exchanges
- [ ] derivatives/exchanges/{id}
- [ ] derivatives/exchanges/list### Status Updates
- [ ] status_updates
### Exchange Trades
- [ ] exchange_rates
### Trending
- [ ] search/trending
### Global
- [ ] global
- [ ] global/decentralized_finance_defi### Companies
- [ ] companies/public_treasury/{coin_id}