0.1.1 • Published 8 months ago
goat-plugin-creatorhub v0.1.1
Goat Coingecko Plugin 🐐 - TypeScript
Coingecko plugin for Goat. Allows you to create tools for interacting with the CoinGecko API.
Installation
npm install @goat-sdk/plugin-coingecko
Setup
import { coingecko } from "@goat-sdk/plugin-coingecko";
const plugin = coingecko({
apiKey: process.env.COINGECKO_API_KEY
});
Available Actions
Get Trending Coins
Fetches the current trending cryptocurrencies.
Get Coin Price
Fetches the current price and optional market data for a specific cryptocurrency.
Goat
Goat 🐐
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.