ops-indexer-query

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

195|172|Updated Sep 25, 2024
One-click install
npx skills add https://github.com/boundless-xyz/boundless --skill ops-indexer-query
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ops-indexer-query
Source: https://github.com/boundless-xyz/boundless/tree/main/.claude/skills/ops-indexer-query
Command: npx skills add https://github.com/boundless-xyz/boundless --skill ops-indexer-query

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Internal — for Boundless team members only. The skill provides a guided interface to query the Boundless Indexer REST API to retrieve on-chain market data, staking, PoVW rewards, delegations, and market efficiency across prod and staging environments. It helps operators quickly fetch addresses, requests, aggregates, leaderboards, and live statistics on deployed environments without exposing production tooling to external users.

Core Features & Use Cases

  • Supports two indexer types: Market Indexers for market data endpoints and ZKC Indexers for staking, PoVW, and delegations, with non-overlapping API surfaces.
  • Provides network and environment guidance, including base URLs, endpoints, and credential considerations for prod and staging.
  • Use cases include answering questions about proofs, provers, requestors, market metrics, and performing live lookups on deployed environments with optional API keys and pagination.

Quick Start

Query the appropriate indexer (market or ZKC) using its base URL to fetch live data.

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 blockchain market data and staking rewards from a REST API?

You can retrieve live on-chain market data and staking rewards by querying the Boundless Indexer REST API, which exposes dedicated endpoints for market aggregates, PoVW rewards, and delegations across prod and staging environments.

How do I fetch PoVW rewards and delegations for a specific blockchain address?

Fetch PoVW rewards and delegations by querying the ZKC Indexer's /v1/povw and /v1/delegations endpoints with a specific address to retrieve live on-chain staking and reward data.

Can I retrieve prover and requestor statistics from a blockchain indexer?

Yes, you can retrieve prover and requestor statistics by querying the Market Indexer, which serves live data on network participants, market efficiency, and leaderboards.

Does the indexer API support pagination when retrieving large sets of blockchain market data?

Yes, the indexer API supports pagination to manage large result sets when retrieving on-chain market data, aggregates, and leaderboards from deployed networks.

Do I need an API key to query on-chain staking and market data from the indexer?

An API key is optional for querying on-chain staking and market data, allowing authenticated access to live network statistics, aggregates, and efficiency metrics when required.