Get quotes and swap on CoinMarketCap
npm install @goat-sdk/plugin-coinmarketcap
yarn add @goat-sdk/plugin-coinmarketcap
pnpm add @goat-sdk/plugin-coinmarketcap
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/
})
]
});
- 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