Substrate API Sidecar
REST service that makes it easy to interact with blockchain nodes built using Substrate's FRAME framework.
Account Management
Query account balances, staking info, and transaction history
Block Explorer
Access detailed block information, extrinsics, and events
Runtime Access
Query runtime metadata, pallets, and storage items
Transaction Tools
Estimate fees, and submit to network
Quick Start
Example Request
curl http://localhost:8080/blocks/headGetting Started: Use the example cURL commands to test endpoints against your running Substrate API Sidecar instance.