data

Retrieve Stellar account balances, transactions, and ledger data via RPC and Horizon APIs.

50|38|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/stellar/stellar-dev-skill --skill data-stellar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data
Source: https://github.com/stellar/stellar-dev-skill/tree/main/skills/data
Command: npx skills add https://github.com/stellar/stellar-dev-skill --skill data-stellar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of querying and retrieving Stellar blockchain data, enabling quick access to account information, transactions, and network status.

Core Features & Use Cases

  • Blockchain Data Retrieval: Fetch real-time blockchain state, account balances, transaction histories, and ledger details from Stellar RPC and Horizon APIs.
  • Operational Efficiency: Support analytics, indexers, and monitoring tools by providing streamlined data access for various workflows.
  • Use Case: Imagine developing a dashboard that displays live Stellar account balances and recent transactions; this Skill provides the API calls needed to supply that data efficiently.

Quick Start

Use the data skill to query the current balance of a specific Stellar account and display recent transactions for project monitoring.

Frequently Asked Questions about data

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

FAQPage Schema
How do I retrieve Stellar account balances and transaction histories?

This Skill facilitates querying Stellar blockchain data by making direct API calls to Horizon and RPC endpoints. It retrieves real-time account balances, transaction histories, and ledger information for analytics and monitoring workflows.

Can I use this to fetch real-time ledger info for a blockchain monitoring dashboard?

Yes, you can use this to fetch real-time ledger info for a blockchain monitoring dashboard. It provides streamlined access to Stellar network data, enabling data-driven applications to display live account balances and recent transactions efficiently.

What is the difference between querying Stellar Horizon and RPC endpoints?

Querying Stellar Horizon and RPC endpoints provides comprehensive access to network data. Horizon offers account and transaction histories, while RPC facilitates direct blockchain state retrieval, ensuring efficient data access for indexers and analytics tools.

Do I need analytic capabilities to query Stellar network data with this approach?

Yes, querying Stellar network data requires analytic and data querying capabilities. This approach targets Stellar network endpoints, so understanding how to structure API calls for account balances and ledger info is necessary for data-driven applications.

What is the best way to access Stellar blockchain state for an indexer?

The best way to access Stellar blockchain state for an indexer is through direct API calls to Stellar RPC and Horizon. This ensures comprehensive and efficient retrieval of account balances, transactions, and ledger details.