opensea-api

Query OpenSea NFT, token, and collection data via CLI.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/dnzengou/agentbot-opensource --skill opensea-api-dnzengou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opensea-api
Source: https://github.com/dnzengou/agentbot-opensource/tree/main/skills/opensea/opensea-api
Command: npx skills add https://github.com/dnzengou/agentbot-opensource --skill opensea-api-dnzengou

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of querying OpenSea marketplace data, enabling quick access to NFT and token information, collections, trending lists, and more.

Core Features & Use Cases

  • NFT and Token Data: Query details of individual NFTs, tokens, and collections.
  • Marketplace Listings: Retrieve marketplace listings, offers, and order information.
  • Events Monitoring: Track sales, transfers, mints, and other activities.
  • Drops and Minting: List drops, mint NFTs from drops, and deploy new SeaDrop contracts.
  • Account Lookup: Get account details and resolve ENS/username/address.

Quick Start

Use the opensea-api skill to fetch the trending collections from OpenSea.

Frequently Asked Questions about opensea-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query OpenSea marketplace data for NFT collections and tokens?

To query OpenSea marketplace data, you can use this Skill's CLI interface to retrieve NFT and token details, collection information, and trending lists. It requires curl and jq to process the API responses.

Can I monitor OpenSea sales, transfers, and mint events using an API?

Yes, you can monitor OpenSea sales, transfers, and mints by querying market events. The Skill provides access to track these activities directly through the OpenSea API using a command-line interface.

What do I need to retrieve OpenSea listings and manage NFT drops?

You need an OpenSea API key, along with curl and jq installed, to retrieve listings and manage drops. These tools allow you to authenticate requests and parse the JSON data returned for minting and drop deployments.

How do I resolve an ENS name or address to get OpenSea account details?

To resolve an ENS name or address and get OpenSea account details, use the account lookup feature. This allows you to query specific account information directly through the OpenSea API interface.

Are curl and jq required to use the OpenSea API for data querying?

Yes, curl and jq are required dependencies. Curl handles the HTTP requests to the OpenSea API, while jq parses the JSON responses, ensuring you can efficiently query NFT and marketplace data.

Does this approach work for deploying new SeaDrop contracts?

Yes, the Skill supports deploying new SeaDrop contracts and minting NFTs from drops. It provides the necessary CLI commands to interact with the OpenSea API for these specific minting operations.