subgraph

Query The Graph subgraph for marketplace and creator data via GraphQL POST requests.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/mxjxn/suchbot-openclaw --skill subgraph
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subgraph
Source: https://github.com/mxjxn/suchbot-openclaw/tree/main/skills/subgraph
Command: npx skills add https://github.com/mxjxn/suchbot-openclaw --skill subgraph

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows users to query The Graph's subgraph for detailed marketplace and creator data, enabling informed decisions about NFT transactions and market trends.

Core Features & Use Cases

  • Marketplace Data: Fetch active listings, bids, purchases, and offers for NFTs.
  • Creator Data: Retrieve information about collections and individual tokens.
  • Subgraph Status: Check the sync status of the subgraph to ensure data accuracy.
  • Use Case: A user wants to find all active listings for a specific NFT collection, sort them by price, and identify the highest bid on a particular listing.

Quick Start

Use the subgraph skill to query for active listings in the marketplace.

Frequently Asked Questions about subgraph

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

FAQPage Schema
How do I query The Graph for active NFT marketplace listings?

To query active NFT marketplace listings, you can use GraphQL POST requests to The Graph subgraph. This retrieves comprehensive marketplace data including active listings, bids, purchases, and offers for specific NFT collections.

Can I retrieve specific NFT transaction details using a GraphQL subgraph?

Yes, you can retrieve specific transaction details by sending GraphQL POST requests to the subgraph. This requires authentication using a GRAPH_API_KEY to access the detailed marketplace and creator data successfully.

How do I check if The Graph subgraph is synced before querying data?

You can check the subgraph sync status by querying The Graph API. Verifying the sync status ensures the marketplace data, listings, and bids you retrieve are accurate and up-to-date before making transaction decisions.

What NFT marketplace data can I retrieve from The Graph subgraph?

You can retrieve comprehensive marketplace data from The Graph subgraph, including active listings, purchases, bids, offers, collections, and individual tokens. This data enables informed decisions about NFT transactions and market trends.

Do I need a GRAPH_API_KEY to query marketplace data from a subgraph?

Yes, you need a GRAPH_API_KEY to authenticate your GraphQL POST requests when querying the subgraph. This key is required to fetch active listings, bids, and creator data from the NFT marketplace.

Why is my subgraph query returning outdated NFT marketplace data?

Your subgraph query may return outdated NFT marketplace data if the subgraph is not fully synced. You should check the subgraph sync status before querying to ensure the listings and bids data is accurate.