This plugin enables your agent to get comprehensive market data for any token using Birdeye API.
- tokenOverview: Provides an overview of a token's market data.
- Birdeye API Key
- Navigate your character file and add the
"BIRDEYE_API_KEY"
to the"secrets"
property. - Add "@ethosdao/plugin-market-analisys" to
"dependencies"
property ineliza/agent/package.json
. - Add
import { pluginMarketAnalisys } from "@ethosdao/plugin-market-analisys";
ineliza/agent/src/index.ts
. - Add the following parameter
getSecret(character, "BIRDEYE_API_KEY") ? marketAnalisysPlugin : null,
in theplugins
array ineliza/agent/src/index.ts
.