Coingecko plugin for Goat. Allows you to create tools for interacting with the CoinGecko API.
npm install @goat-sdk/plugin-coingecko
import { coingecko } from "@goat-sdk/plugin-coingecko";
const plugin = coingecko({
apiKey: process.env.COINGECKO_API_KEY
});
Fetches the current trending cryptocurrencies.
Fetches the current price and optional market data for a specific cryptocurrency.
Goat 🐐 (Great Onchain Agent Toolkit) is an open-source library enabling AI agents to interact with blockchain protocols and smart contracts via their own wallets.