Explore Stellar, a blockchain designed for cross-border payments and digital assets. Build financial applications using its RPC gateway.
The Stellar RPC documentation provides developers with the tools to interact programmatically with the Stellar blockchain. Stellar is designed for cross-border payments and digital asset issuance, using the Stellar Consensus Protocol (SCP) for fast, secure, and low-cost transactions. The documentation includes API endpoints for querying blockchain data, managing transactions, and issuing assets. Developers can build decentralized financial applications, including stablecoins and remittance platforms, using Stellar’s robust RPC gateway and scalable infrastructure.
– Related: 📚 Supported Blockchains • 🌐 RPC Nodes → Stellar • 🔗 Official Stellar Website
RPC Gateway for Stellar blockchain
Stellar RPC networks
Connect to Stellar and Fetch the Latest Block
This widget lets you instantly query the latest block height (or equivalent) for Stellar using a chain-specific RPC method like eth_blockNumber, getblockcount, or getBlockHeight. Useful for connectivity checks, uptime monitoring, or API testing.
Retrieve Stellar Node Status or Client Version via RPC
Use this pre-configured request to get version or status information for your connected Stellar node. Whether it's web3_clientVersion, getblockchaininfo, or chain-specific endpoints, the method is optimized for each supported blockchain.
Test Stellar RPC Methods in Postman
Explore and test Stellar blockchain methods instantly using our pre-configured Postman collection. Perfect for developers who want to experiment with Stellar RPC endpoints, validate API responses, or integrate Stellar into their applications.
How to use the Stellar Postman Collection
- Get your API key: Visit Tatum Dashboard to obtain your free API key
- Import the collection: Click the "Run in Postman" button below to import the Stellar collection
- Configure your environment: Update the
gateway-api-keyvariable in the Tatum Gateway environment - Start testing: Execute any Stellar RPC method and see real-time responses
Available Stellar interfaces and methods
Each Stellar network and interface below exposes its own set of RPC methods, listed live from Tatum's RPC Gateway. Query these endpoints for any interface to explore what it supports:
/_methods– machine-readable list of interfaces and methods/llms.txt– human- and AI-readable documentation context
Stellar Mainnet
Horizon REST API · REST
Base URL: https://stellar-mainnet.gateway.tatum.io
Discovery: /_methods · /llms.txt
GET /GET /accountsGET /accounts/{account-id}GET /accounts/{account-id}/data/{key}GET /accounts/{account-id}/effectsGET /accounts/{account-id}/offersGET /accounts/{account-id}/operationsGET /accounts/{account-id}/paymentsGET /accounts/{account-id}/tradesGET /accounts/{account-id}/transactionsGET /assetsGET /claimable_balancesGET /claimable_balances/{claimable_balance_id}GET /claimable_balances/{claimable_balance_id}/operationsGET /claimable_balances/{claimable_balance_id}/transactionsGET /effectsGET /fee_statsGET /ledgersGET /ledgers/{ledger-id}GET /ledgers/{ledger-id}/effectsGET /ledgers/{ledger-id}/operationsGET /ledgers/{ledger-id}/paymentsGET /ledgers/{ledger-id}/transactionsGET /liquidity_poolsGET /liquidity_pools/{liquidity-pool-id}GET /liquidity_pools/{liquidity-pool-id}/effectsGET /liquidity_pools/{liquidity-pool-id}/operationsGET /liquidity_pools/{liquidity-pool-id}/tradesGET /liquidity_pools/{liquidity-pool-id}/transactionsGET /offersGET /offers/{offer-id}GET /offers/{offer-id}/tradesGET /operationsGET /operations/{operation-id}GET /operations/{operation-id}/effectsGET /order_bookGET /paths/strict-receiveGET /paths/strict-sendGET /paymentsGET /trade_aggregationsGET /tradesGET /transactionsGET /transactions/{transaction-id}GET /transactions/{transaction-id}/effectsGET /transactions/{transaction-id}/effectsGET /transactions/{transaction-id}/operationsGET /transactions/{transaction-id}/paymentsPOST /transactions
Soroban JSON-RPC · JSON-RPC
Base URL: https://stellar-mainnet-soroban.gateway.tatum.io
Discovery: /_methods · /llms.txt
getEventsgetFeeStatsgetHealthgetLatestLedgergetLedgerEntriesgetLedgersgetNetworkgetTransactiongetTransactionsgetVersionInfosendTransactionsimulateTransaction
Stellar Testnet
Horizon REST API · REST
Base URL: https://stellar-testnet.gateway.tatum.io
Discovery: /_methods · /llms.txt
GET /GET /accountsGET /accounts/{account-id}GET /accounts/{account-id}/data/{key}GET /accounts/{account-id}/effectsGET /accounts/{account-id}/offersGET /accounts/{account-id}/operationsGET /accounts/{account-id}/paymentsGET /accounts/{account-id}/tradesGET /accounts/{account-id}/transactionsGET /assetsGET /claimable_balancesGET /claimable_balances/{claimable_balance_id}GET /claimable_balances/{claimable_balance_id}/operationsGET /claimable_balances/{claimable_balance_id}/transactionsGET /effectsGET /fee_statsGET /ledgersGET /ledgers/{ledger-id}GET /ledgers/{ledger-id}/effectsGET /ledgers/{ledger-id}/operationsGET /ledgers/{ledger-id}/paymentsGET /ledgers/{ledger-id}/transactionsGET /liquidity_poolsGET /liquidity_pools/{liquidity-pool-id}GET /liquidity_pools/{liquidity-pool-id}/effectsGET /liquidity_pools/{liquidity-pool-id}/operationsGET /liquidity_pools/{liquidity-pool-id}/tradesGET /liquidity_pools/{liquidity-pool-id}/transactionsGET /offersGET /offers/{offer-id}GET /offers/{offer-id}/tradesGET /operationsGET /operations/{operation-id}GET /operations/{operation-id}/effectsGET /order_bookGET /paths/strict-receiveGET /paths/strict-sendGET /paymentsGET /trade_aggregationsGET /tradesGET /transactionsGET /transactions/{transaction-id}GET /transactions/{transaction-id}/effectsGET /transactions/{transaction-id}/effectsGET /transactions/{transaction-id}/operationsGET /transactions/{transaction-id}/paymentsPOST /transactions
Soroban JSON-RPC · JSON-RPC
Base URL: https://stellar-testnet-soroban.gateway.tatum.io
Discovery: /_methods · /llms.txt
getEventsgetFeeStatsgetHealthgetLatestLedgergetLedgerEntriesgetLedgersgetNetworkgetTransactiongetTransactionsgetVersionInfosendTransactionsimulateTransaction
Method unavailable?If you need a method we don't support yet, please contact our support.
We'd be happy to assist.