data

Query Stellar chain data via Stellar RPC and Horizon API.

3|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/WritzProtocol/writz --skill data-writzprotocol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data
Source: https://github.com/WritzProtocol/writz/tree/main/.agents/skills/data
Command: npx skills add https://github.com/WritzProtocol/writz --skill data-writzprotocol

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires stellar-sdk, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines querying and analyzing Stellar chain data, providing a convenient way to read balances, transactions, operations, ledgers, and contract events.

Core Features & Use Cases

  • Stellar RPC Access: Execute popular RPC methods and retrieve data directly from the Stellar network.
  • Horizon API Integration: Query Horizon endpoints for detailed account and transaction information.
  • Streaming and Pagination: Support for real-time streaming and efficient pagination of historical data.
  • Historical Data Access: Access deep historical data using Hubble and Galexie tools.
  • Use Case: For instance, retrieve transaction details for a specific account or analyze the transaction volume over time.

Quick Start

Use the data skill to retrieve the latest ledger from the Stellar network.

Frequently Asked Questions about data

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

FAQPage Schema
How do I query Stellar chain data for account and transaction details?

You can query Stellar chain data by accessing Stellar RPC and the Horizon API to retrieve account balances, transaction records, and operation details efficiently.

Can I retrieve real-time state and historical Stellar network data?

Yes, retrieving real-time state and historical Stellar network data is supported through streaming APIs and historical access tools like Hubble and Galexie for indexing workflows.

Does this data Skill support streaming and pagination for large ledger datasets?

Yes, the data Skill supports real-time streaming and efficient pagination to handle large volumes of Stellar chain data and deep historical ledger records.

What is the best way to analyze Stellar transaction volume over time?

The best way to analyze Stellar transaction volume is by querying Horizon API endpoints and utilizing Stellar RPC to retrieve and aggregate historical ledger operations.

Do I need the stellar-sdk dependency to interact with the Horizon API?

Yes, the stellar-sdk dependency is required to facilitate API interactions and execute Stellar RPC methods for querying chain data effectively.

When should I use Hubble and Galexie tools for Stellar data analysis?

Use Hubble and Galexie tools when you need to access deep historical Stellar chain data for extensive indexing workflows beyond standard real-time state querying.