near-transaction-history

Retrieve NEAR account transaction history from the NearBlocks API with filters and exports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

NEAR account transaction history is often scattered across blocks and requires manual aggregation. This skill unifies retrieval, filtering, and formatting using the NearBlocks API for quick insights and reporting.

Core Features & Use Cases

  • Search by date, type, counterparty, and amount to locate relevant transactions.
  • Export options to CSV, JSON, or Markdown for reporting or auditing.
  • Summary analytics to compute totals, averages, and top counterparties across a period.

Quick Start

Fetch the transaction history for alice.near from the last 30 days and export the results to CSV.

Frequently Asked Questions about near-transaction-history

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

FAQPage Schema
How do I export NEAR transaction history to CSV?

You can export NEAR transaction history to CSV by retrieving account data from the NearBlocks API and applying the CSV format option to generate a downloadable file for reporting or auditing.

What's the best way to filter NEAR account transactions by date and counterparty?

Filter NEAR account transactions by applying date range, counterparty, action type, and minimum amount parameters to your NearBlocks API query to isolate relevant transaction records.

Can I generate summary analytics for NEAR transactions across a specific period?

Yes, summary analytics compute totals, averages, and top counterparties across a specified period by aggregating retrieved NEAR transaction data from the NearBlocks API.

Does the NearBlocks API support pagination for large NEAR transaction histories?

Yes, pagination handling is required and supported when retrieving large volumes of NEAR transaction history from the NearBlocks API to ensure complete data delivery without missing records.

What export formats are available for NEAR transaction data besides CSV?

Besides CSV, NEAR transaction data supports export to JSON and Markdown formats, providing flexible options for concise analytics, reporting, and integration with other systems.

How are NEAR values and timestamps formatted in exported transaction history?

NEAR values and timestamps receive reliable formatting during export to ensure accurate, readable transaction records, with robust error handling preventing formatting inconsistencies across CSV, JSON, or Markdown outputs.