JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 262
  • Score
    100M100P100Q93932F
  • License MIT

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-coingecko

Setup

import { coingecko } from "@goat-sdk/plugin-coingecko";

const plugin = coingecko({ 
    apiKey: process.env.COINGECKO_API_KEY 
});

Available Actions

Fetches the current trending cryptocurrencies.

Get Coin Price

Fetches the current price and optional market data for a specific cryptocurrency.

Goat

Go out and eat some grass.

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.