diff --git a/README.md b/README.md index 4e1ed1f..ebbfad9 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,24 @@ ## RESTful asynchronous Rust client for GeckoTerminal API Wrapper around the [GeckoTerminal](https://www.geckoterminal.com) DeFi and DeX -aggregator operating across 90+ blockchains. +aggregator operating across 90+ chains and 500+ dexes. + +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 -Your `Cargo.toml` could look like this: +```bash +cargo add geckoterminal-rs +``` + +or via `Cargo.toml`: ```toml [dependencies]