@goat-sdk/plugin-nansen
TypeScript icon, indicating that this package has built-in type declarations

0.1.7 • Public • Published

Nansen GOAT Plugin

This plugin enables AI agents to interact with Nansen to get information about wallets and tokens.

Installation

npm install @goat-sdk/plugin-nansen
yarn add @goat-sdk/plugin-nansen
pnpm add @goat-sdk/plugin-nansen

Usage

import { nansen } from "@goat-sdk/plugin-nansen";

const tools = await getOnChainTools({
    wallet: viem(wallet),
    plugins: [
        nansen(),
    ],
});

Tools

  • Get information about NFT trades
  • Get flows of tokens associated with smart money addresses
  • Get trading signals
  • Get token details
  • Get NFT details


Readme

Keywords

Package Sidebar

Install

npm i @goat-sdk/plugin-nansen

Homepage

ohmygoat.dev

Weekly Downloads

4

Version

0.1.7

License

MIT

Unpacked Size

24.7 kB

Total Files

24

Last publish

Collaborators

  • aigustin
  • mpaella