Chain API
The Chain API provides standard REST endpoints for querying blockchain state — blocks, transactions, accounts, balances, validators, and token metadata.Base URL
Authentication
All read endpoints are public. No API key or authentication is required for queries. Transactions must be signed client-side before broadcasting. See the SDK docs for signing helpers.Rate Limits
For higher throughput, run your own node.