0.1.1 • Published 8 months ago

goat-plugin-creatorhub v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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

Docs | Examples | Discord

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.

0.1.1

8 months ago

0.1.0

8 months ago