Stellar
Stellar is an open-source, decentralized blockchain network designed for fast, low-cost cross-border payments and asset issuance. The Stellar Development Foundation (SDF) maintains the core protocol and the Horizon REST API, which provides HTTP access to ledger data including accounts, transactions, operations, effects, offers, trades, claimable balances, and liquidity pools. Horizon is the primary data gateway for the Stellar network, re-serving ledger data in a developer-friendly format. The network supports native XLM transfers, custom asset issuance, a built-in decentralized exchange (DEX), Soroban smart contracts, and anchor integrations for fiat on/off-ramps. Authentication is not required for read queries; transaction submission requires signing with a Stellar keypair.
APIs
Stellar Horizon API
The Stellar Horizon API is an HTTP REST interface to the Stellar network, providing developer-friendly access to the full ledger data set. It exposes endpoints for querying acco...
Stellar RPC API
The Stellar RPC API (formerly Soroban RPC) is a JSON-RPC interface for interacting with Soroban smart contracts deployed on the Stellar network. It supports simulating and submi...
Stellar Anchor Platform API
The Stellar Anchor Platform is an open-source toolkit that simplifies building SEP-compliant anchor services on the Stellar network. The Platform API is an internal interface us...
Stellar Disbursement Platform API
The Stellar Disbursement Platform (SDP) is an open-source tool built for organizations to make bulk payments to a group of recipients over the Stellar network. The REST API supp...