🎩 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 - npm Package Compare versions

Comparing version
0.1.4
to
0.1.5
+51
README.md
<div align="center">
<a href="https://github.com/goat-sdk/goat">
<img src="https://github.com/user-attachments/assets/5fc7f121-259c-492c-8bca-f15fe7eb830c" alt="GOAT" width="100px" height="auto" style="object-fit: contain;">
</a>
</div>
# Birdeye GOAT Plugin 🐐
Get token information from [Birdeye](https://birdeye.so/)
## Installation
```bash
npm install @goat-sdk/plugin-birdeye
yarn add @goat-sdk/plugin-birdeye
pnpm add @goat-sdk/plugin-birdeye
```
## Usage
```typescript
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
<footer>
<br/>
<br/>
<div>
<a href="https://github.com/goat-sdk/goat">
<img src="https://github.com/user-attachments/assets/4821833e-52e5-4126-a2a1-59e9fa9bebd7" alt="GOAT" width="100%" height="auto" style="object-fit: contain; max-width: 800px;">
</a>
</div>
</footer>
+4
-4
{
"name": "@goat-sdk/plugin-birdeye",
"version": "0.1.4",
"version": "0.1.5",
"files": [

@@ -15,6 +15,6 @@ "dist/**/*",

"zod": "3.23.8",
"@goat-sdk/core": "0.4.7"
"@goat-sdk/core": "0.4.8"
},
"peerDependencies": {
"@goat-sdk/core": "0.4.7"
"@goat-sdk/core": "0.4.8"
},

@@ -39,3 +39,3 @@ "homepage": "https://ohmygoat.dev",

"typescript": "^5.3.3",
"vitest": "^1.2.1"
"vitest": "^2.1.9"
},

@@ -42,0 +42,0 @@ "scripts": {