πŸ“ˆ Get real-time NFT Marketplace insights with OpenSea Marketplace Agent Tool

⚑ 1,224 views Β· πŸ“ˆ Crypto Trading & Stock Market

Description

Track NFT listings, offers, orders, and trait-based pricing in real time! This workflow integrates OpenSea API, AI-powered analytics (GPT-4o-mini), and n8n automation to provide instant insights into NFT trading activity. Ideal for NFT traders, collectors, and investors looking to monitor the market and identify profitable opportunities.

How It Works

  1. A user submits a query about NFT listings, offers, or order history.
  2. The OpenSea Marketplace Agent determines the correct API tool:
    • Retrieve active NFT listings for a collection.
    • Fetch valid offers for individual NFTs or entire collections.
    • Identify the cheapest NFT listings by collection or token ID.
    • Track the highest offer made for a single NFT.
    • Access detailed order history for a transaction.
  3. The OpenSea API (requires API key) is queried to fetch real-time data.
  4. The AI engine processes and structures the response, making it easy to interpret.
  5. The NFT marketplace insights are delivered via Telegram, Slack, or stored in a database.

What You Can Do with This Agent

πŸ”Ή Find the Best NFT Listings β†’ Retrieve the cheapest available listings in any collection.
πŸ”Ή Track Offers on NFTs β†’ See all active offers, including highest bids.
πŸ”Ή Analyze Collection-Wide Market Data β†’ Compare listings, offers, and sales activity.
πŸ”Ή Retrieve Order Details β†’ Search by order hash to check buyer, seller, and transaction status.
πŸ”Ή Fetch NFT Trait-Based Offers β†’ Identify rare traits that receive premium bids.
πŸ”Ή Monitor Multi-Chain Listings β†’ Works across Ethereum, Polygon (Matic), Arbitrum, Optimism, and more.

Example Queries You Can Use

βœ… β€œShow me the 10 cheapest listings for Bored Ape Yacht Club.”
βœ… β€œFind the highest bid for CryptoPunk #1234.”
βœ… β€œTrack all open offers for Azuki NFTs.”
βœ… β€œRetrieve details for this OpenSea order: 0x123abc… on Ethereum.”
βœ… β€œList all NFTs for sale in the β€˜CloneX’ collection.”

Available API Tools & Endpoints

1️⃣ Get All Listings by Collection β†’ /api/v2/listings/collection/{collection_slug}/all (Fetches active listings for a collection)
2️⃣ Get All Offers by Collection β†’ /api/v2/offers/collection/{collection_slug}/all (Retrieves all offers for a collection)
3️⃣ Get Best Listing by NFT β†’ /api/v2/listings/collection/{collection_slug}/nfts/{identifier}/best (Finds the lowest-priced NFT listing)
4️⃣ Get Best Listings by Collection β†’ /api/v2/listings/collection/{collection_slug}/best (Fetches the cheapest listings per collection)
5️⃣ Get Best Offer by NFT β†’ /api/v2/offers/collection/{collection_slug}/nfts/{identifier}/best (Retrieves the highest offer for an NFT)
6️⃣ Get Collection Offers β†’ /api/v2/offers/collection/{collection_slug} (Shows collection-wide offers)
7️⃣ Get Item Offers β†’ /api/v2/orders/{chain}/{protocol}/offers (Fetches active item-specific offers)
8️⃣ Get Listings by Chain & Protocol β†’ /api/v2/orders/{chain}/{protocol}/listings (Retrieves active listings across blockchains)
9️⃣ Get Order Details by Hash β†’ /api/v2/orders/chain/{chain}/protocol/{protocol_address}/{order_hash} (Checks order status using an order hash)
πŸ”Ÿ Get Trait-Based Offers β†’ /api/v2/offers/collection/{collection_slug}/traits (Fetches offers for specific NFT traits)

Set Up Steps

  1. Get an OpenSea API Key
  2. Configure API Credentials in n8n
    • Add your OpenSea API key under HTTP Header Authentication.
  3. Connect the Workflow to Telegram, Slack, or Database (Optional)
    • Use n8n integrations to send alerts to Telegram, Slack, or save results to Google Sheets, Notion, etc.
  4. Deploy and Test
    • Send a query (e.g., "Get the best listing for BAYC #5678") and receive instant insights!

Stay ahead of the NFT marketβ€”gain powerful insights with AI-powered OpenSea analytics!

πŸ”— Nodes Used

Execute Workflow Trigger, AI Agent, OpenAI Chat Model, Simple Memory, HTTP Request Tool

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup