🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@goat-sdk/plugin-coinmarketcap

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goat-sdk/plugin-coinmarketcap

latest
Source
npmnpm
Version
0.1.6
Version published
Maintainers
2
Created
Source
GOAT

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


Keywords

ai

FAQs

Package last updated on 10 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts