near-indexer-query

Query NEAR indexer data for account transactions, token transfers, and NFT transfers.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/VitalPointAI/near-skills --skill near-indexer-query
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: near-indexer-query
Source: https://github.com/VitalPointAI/near-skills/tree/main/indexer-query
Command: npx skills add https://github.com/VitalPointAI/near-skills --skill near-indexer-query

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Access and interpret NEAR blockchain indexer data for a given account, enabling quick retrieval of transactions, fungible token transfers, NFT transfers, and comprehensive activity history.

Core Features & Use Cases

  • Flexible queries across transactions, ft_transfers, and nft_transfers for any account.
  • Detailed account activity including balance changes, staking events, and directional history.
  • Ready-made formats for analytics, dashboards, audits, and compliance reporting.

Quick Start

Run a single-shot query to fetch recent transactions for an account, then adapt the parameters to include token transfers or account activity as needed.

Frequently Asked Questions about near-indexer-query

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

FAQPage Schema
How do I retrieve NEAR blockchain transactions for a specific account?

To retrieve NEAR blockchain transactions, query the indexer data by providing the specific account name and setting the query type to transactions. The tool returns structured, readable results with properly formatted timestamps and amounts.

Can I track fungible token and NFT transfers for any NEAR account size?

Yes, you can track fungible token and NFT transfers for any NEAR account size by setting the query_type parameter to ft_transfers or nft_transfers. The indexer handles accounts of any scale, from ad hoc lookups to scheduled report generation.

What is the best way to audit NEAR account activity including staking events?

The best way to audit NEAR account activity including staking events is to execute a comprehensive activity query. This retrieves directional history, balance changes, and contract calls, returning structured data ready for compliance reporting and dashboards.

Do I need to specify a limit and order when querying NEAR indexer data?

You need to specify an account name as a required input, while limit and order are optional parameters to refine your NEAR indexer data queries. Providing them helps control the volume and sorting of the returned transaction and transfer records.

Does the NEAR indexer query tool format timestamps and amounts automatically?

Yes, the NEAR indexer query tool formats timestamps and amounts automatically within its structured results. It includes built-in error handling to ensure the returned transaction and token transfer data is readable and ready for analytics workflows.

Why should I use indexer data instead of direct RPC calls for NEAR account monitoring?

Using indexer data for NEAR account monitoring provides comprehensive historical context across transactions, token transfers, and contract calls that direct RPC calls often lack. It delivers structured outputs specifically formatted for auditing, compliance, and dashboard integration.