ops-indexer-query

Query Boundless Indexer REST API for on-chain market and staking data.

1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Current-cmd/PlsTrustMe --skill ops-indexer-query-current-cmd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ops-indexer-query
Source: https://github.com/Current-cmd/PlsTrustMe/tree/main/.claude/skills/ops-indexer-query
Command: npx skills add https://github.com/Current-cmd/PlsTrustMe --skill ops-indexer-query-current-cmd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Query the Boundless Indexer REST API to retrieve on-chain market data, staking information, PoVW rewards, delegations, and market efficiency across prod/staging environments.

Core Features & Use Cases

  • Market data access: retrieve latest market, requests, provers, and efficiency metrics from Market Indexers.
  • Staking and governance data: fetch staking, PoVW, and delegations from ZKC indexers.
  • Environment-aware queries: guidance on selecting prod or staging and handling credentials (network_secrets.toml, network_address_labels.json).

Quick Start

Query the market indexer for recent market requests and display the first page of results.

Frequently Asked Questions about ops-indexer-query

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

FAQPage Schema
How do I query on-chain market data and staking information from the Boundless Indexer?

Query on-chain market data and staking information from the Boundless Indexer by targeting its REST API endpoints. Market Indexers supply market requests, provers, and efficiency metrics, while ZKC Indexers cover staking, PoVW rewards, and delegations.

What is the difference between Market Indexers and ZKC Indexers when fetching Boundless on-chain data?

Market Indexers and ZKC Indexers serve distinct Boundless data domains. Market Indexers retrieve market requests, provers, and efficiency metrics, whereas ZKC Indexers fetch staking, PoVW rewards, and delegation records.

How do I select between prod and staging environments when querying the Boundless Indexer API?

Selecting between prod and staging environments for Boundless Indexer API queries involves choosing the appropriate endpoint set. The Skill provides environment-aware guidance, directing requests to either prod or staging based on your testing or production data needs.

Do I need an API key to fetch delegation and PoVW reward data from Boundless ZKC Indexers?

Fetching delegation and PoVW reward data from Boundless ZKC Indexers uses an optional x-api-key. The Skill follows repository guidance on credentials, applying the API key if available to manage access and adhere to rate limiting protocols.

Can I retrieve market efficiency and prover metrics using the Boundless Indexer REST API?

Retrieving market efficiency and prover metrics is fully supported using the Boundless Indexer REST API. You query the Market Indexer endpoint sets to fetch current efficiency data alongside recent market requests and active prover information.

What credentials are required to access Boundless Indexer network data and handle rate limiting?

Accessing Boundless Indexer network data and handling rate limiting requires following repository credential guidance. The Skill optionally applies an x-api-key and references configuration files like network_secrets.toml and network_address_labels.json for authentication.