Get token information from Birdeye
npm install @goat-sdk/plugin-birdeye
yarn add @goat-sdk/plugin-birdeye
pnpm add @goat-sdk/plugin-birdeye
import { birdeye } from "@goat-sdk/plugin-birdeye";
const tools = await getOnChainTools({
wallet: // ...
plugins: [
birdeye({
apiKey: process.env.BIRDEYE_API_KEY,
})
]
});
- 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