What problem does it solve?
Reading Stellar chain state efficiently and reliably requires using multiple APIs and understanding migration paths. This Skill provides a unified approach to accessing on-chain data via Stellar RPC (preferred) and Horizon (legacy), covering balances, transactions, ledgers, operations, and contract events to support analytics workloads.
Core Features & Use Cases
- Unified data access: read balances, transactions, operations, ledgers, and contract events across RPC and Horizon.
- Streaming, pagination, and historical queries: fetch live data, paginate large results, and access deep history via Hubble/Galexie when RPC data is limited.
- Migration-friendly workflows: guidance for moving from Horizon to RPC with RPC-first access and historical compatibility.
Quick Start
Query latest balances, transactions, and ledgers using the primary Stellar RPC endpoint with Horizon as a fallback path.