0.1.6 • Published 1 year ago

@goat-sdk/plugin-coinmarketcap v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

CoinMarketCap GOAT Plugin

Get quotes and swap on CoinMarketCap

Installation

npm install @goat-sdk/plugin-coinmarketcap
yarn add @goat-sdk/plugin-coinmarketcap
pnpm add @goat-sdk/plugin-coinmarketcap

Usage

import { coinmarketcap } from '@goat-sdk/plugin-coinmarketcap';

const tools = await getOnChainTools({
    wallet: // ...
    plugins: [
       coinmarketcap({
            apiKey: process.env.COINMARKETCAP_API_KEY // Get it from: https://coinmarketcap.com/api/documentation/v1/
       })
    ]
});

Tools

  • Get listings
  • Get quotes
  • Get exchanges market data
  • Get latest news
  • Get all cryptocurrencies
  • Get latest OHLCV values
  • Get trending cryptocurrencies
  • Get most visited cryptocurrencies
  • Get gainers and losers
0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago