0.1.1 • Published 10 months ago

@anton-stack/opensea-plugin v0.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

Opensea Plugin

Opensea plugin allows you to interact with Opensea API.

Installation

npm install @anton-stack/opensea-plugin

Usage for AgentKit

import { AgentKit } from '@coinbase/agentkit';
import { openseaActionProvider } from '@anton-stack/opensea-plugin/agentkit';

const opensea = openseaActionProvider();

const agentKit = await AgentKit.from({
    walletProvider, // Your Wallet Provider. eg- viem, cdp, etc.
    actionProviders: [opensea],
});

Tools

  • Get NFT Collection Statistics: Get the statistics of an NFT collection.
  • Get NFT Sales: Get the recent sales of an NFT collection.
0.1.1

10 months ago

0.1.0

10 months ago