Stellar (XLM)
GetBlock provides fast and reliable access to Stellar nodes via JSON-RPC API. Connect to the Stellar network without running your own infrastructure.
Stellar is a decentralized Layer-1 blockchain designed for fast, low-cost cross-border payments and asset tokenization. Built on the Stellar Consensus Protocol (SCP), it achieves consensus through federated Byzantine agreement rather than mining, enabling near-instant transaction finality with minimal energy consumption. Stellar supports the Soroban smart contract platform for building decentralized applications.
Key Features
Stellar Consensus Protocol (SCP): Proof of Agreement consensus for fast, energy-efficient finality
Native Currency XLM: Lumens power transaction fees and serve as a bridge currency
~5 Second Ledger Close: Near-instant transaction confirmation
Minimal Transaction Fees: Fractions of a cent per transaction
Soroban Smart Contracts: WebAssembly-based smart contract platform
Built-in DEX: Native decentralized exchange for asset trading
Asset Tokenization: Issue and manage custom assets on-chain
Cross-Border Payments: Designed for global financial infrastructure
Network Information
Network Name
Stellar
Native Currency
XLM (Lumens)
Decimals
7 (stroops)
Consensus
Stellar Consensus Protocol (SCP)
Ledger Close Time
~5 seconds
Base Reserve
0.5 XLM
Minimum Balance
1 XLM (2 base reserves)
Smart Contracts
Soroban
Base URL
Supported Networks
Mainnet
✅
✅
✅
✅
✅
Quickstart
In this section, you will learn how to make your first call with either:
Axios
Python
Quickstart with Axios
Quickstart with Python and Requests
Available API Methods
GetBlock provides access to Stellar RPC methods for interacting with the network:
Node Information
getHealth
Returns node health status
getNetwork
Returns network configuration
getVersionInfo
Returns version information
getFeeStats
Returns fee statistics
Ledger Methods
getLatestLedger
Returns the latest known ledger
getLedgers
Returns a list of ledgers
getLedgerEntries
Returns ledger entries by key
Transaction Methods
getTransaction
Returns transaction details by hash
getTransactions
Returns a list of transactions
sendTransaction
Submits a signed transaction
simulateTransaction
Simulates a transaction without submitting
Events
getEvents
Returns contract events
Support
For technical support and questions:
Support: [email protected]
See Also
Last updated
Was this helpful?