-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b4e6312
commit 90388a4
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[![Go](https://github.com/dineshpinto/geckoterminal-go/actions/workflows/go.yml/badge.svg)](https://github.com/dineshpinto/geckoterminal-go/actions/workflows/go.yml) | ||
|
||
# GeckoTerminal Go | ||
|
||
## RESTful Go Client for GeckoTerminal API | ||
|
||
Wrapper around the [GeckoTerminal](https://www.geckoterminal.com) DeFi and DeX | ||
aggregator operating across 90+ chains and 500+ dexes. | ||
Features both synchronous and asynchronous APIs. | ||
|
||
Features: | ||
|
||
- Get the market data (price, volume, historical chart) of any token | ||
- Find all the pools that are trading a specific token | ||
- Plot a candlestick chart using OHLCV when given a pool address | ||
|
||
The API is currently in beta and is subject to change, please report any issues you | ||
find. | ||
|
||
## Installation | ||
|
||
```bash | ||
go install github.com/dineshpinto/geckoterminal-go | ||
``` |