@goat-sdk/plugin-birdeye
Advanced tools
+51
| <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": { |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
43554
2.7%32
3.23%1
-50%52
Infinity%3
50%+ Added
- Removed
Updated