Package Exports
- @goat-sdk/plugin-coingecko
- @goat-sdk/plugin-coingecko/dist/index.js
- @goat-sdk/plugin-coingecko/dist/index.mjs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@goat-sdk/plugin-coingecko) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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-coingeckoSetup
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.