0.1.7 • Published 11 months ago
@goat-sdk/plugin-birdeye v0.1.7
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-birdeyeUsage
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