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

@goat-sdk/plugin-birdeye

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goat-sdk/plugin-birdeye

Source
npmnpm
Version
0.1.6
Version published
Weekly downloads
14
366.67%
Maintainers
2
Weekly downloads
 
Created
Source
GOAT

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


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