0.1.7 • Published 11 months ago

@goat-sdk/plugin-birdeye v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

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
0.1.7

11 months ago

0.1.6

12 months ago

0.1.5

12 months 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