Introduction To Alephium RPCs, Nodes and Explorer APIs
Alephium RPCsprovide access to the blockchain'sNode and Explorer APIs, enabling developers and users to interact with the network. These APIs facilitate querying blockchain data, submitting transactions, and monitoring network activity.
For theMainnet, Alephium offers:
- Node API:
https://node.mainnet.alephium.org(running node v3.X) - Explorer API:
https://backend.mainnet.alephium.org(running explorer backend v1.19.X)
For theTestnet, Alephium provides:
- Node API:
https://node.testnet.alephium.org(running node v3.X) - Explorer API:
https://backend.testnet.alephium.org(running explorer backend v1.19.X)
All APIs arerate-limitedto prevent spam, and as the network evolves, new versions may be introduced, with announcements for any upgrades.