@goat-sdk/plugin-birdeye
TypeScript icon, indicating that this package has built-in type declarations

0.1.7 • Public • Published

Birdeye GOAT Plugin 🐐

Get token information from Birdeye

Installation

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

Usage

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

const tools = await getOnChainTools({
    wallet: // ...
    plugins: [
       birdeye({
            apiKey: process.env.BIRDEYE_API_KEY,
       })
    ]
});

Tools

  • Get token price
  • Get token history price
  • Get OHLCV price of token
  • Get OHLCV price of pair
  • Get token security
  • Get trending tokens
  • Search for a token


Readme

Keywords

Package Sidebar

Install

npm i @goat-sdk/plugin-birdeye

Homepage

ohmygoat.dev

Weekly Downloads

13

Version

0.1.7

License

MIT

Unpacked Size

43.6 kB

Total Files

32

Last publish

Collaborators

  • aigustin
  • mpaella