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!
npm install geckotail
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