geckotail
v1.1.3
Published
Simple and fast GeckoTerminal API wrapper
Downloads
17
Maintainers
Readme
🦎 Geckotail - simple API wrapper for Geckoterminal API
Geckotail is simple, lightweight (only one dependency!) package for interacting with GeckoTerminal API.
The project is not yet finished! Some of the methods are still in development. Stay tuned!
Installation
npm install geckotail
Usage
const Geckotail = require("geckotail");
const geckoClient = new Geckotail();
async function tonDexList () {
const tonDexes = await geckoClient.getDexes("ton");
console.log(tonDexes);
}
tonDexList(); // List of DEXes on TON network