Developer Tools
This section demonstrates how to use RPC methods and Horizon endpoints on the Stellar Lab across different networks, including features like sharing URLs and saving requests for future use.
You can explore the various endpoints from the RPC and Horizon, make requests to these endpoints, and save them for future use.
📄️ Horizon Endpoints
Horizon provides an HTTP API to access data stored on the Stellar network. This API acts as a bridge between applications and Stellar Core. Stellar Lab's API Explorer offers a Horizon Endpoints UI, enabling developers to interact with Horizon on Futurenet, Testnet, Mainnet, and custom networks. Developers can use Stellar Lab to build and submit transactions, query account balances, and stream events such as transactions for an account.
📄️ RPC Methods
RPC methods are a set of functions that allow developers to interact directly with the Stellar network. You can learn more about all the RPC methods here. The Lab provides an easy way to use these methods from the UI. To access the "RPC Methods" section, click on the "API Explorer" link in the main navigation, which will open a new page listing all RPC methods by name.