Integration of DexScreener API into Agentkit AI Agent from Coinbase.
Prize Pool
The project integrates the data from DexScreener API into Agentkit AI agent. It fetches the data about latest boosted tokens, the addresses & networks. It is a feature written in typescript that allows to prompt the agent and receive information (for that there is a need to download the repository and try the agent locally).
I forked the Agentkit repository (https://github.com/coinbase/agentkit/tree/master) and added a new 'Action Provider' - DexScreener by integrating the API (https://docs.dexscreener.com/api/reference) into the chatbot (I used typescript for it). Additionally, I needed to create the keys from OpenAPI and Coinbase Developer Platform first, which were the requirements for starting the robot.