Skip to content

RPCs

Overview

RPC (Remote Procedure Call) endpoints are essential infrastructure components that allow applications, wallets, and developers to interact with the Mycelium blockchain network. These endpoints serve as the primary gateway for submitting transactions, querying blockchain data, and accessing network information.

The Mycelium network provides reliable RPC services to ensure seamless connectivity for developers building decentralized applications, users managing their assets, and services requiring blockchain integration.

Available RPC Endpoints

Testnet

{
    "endpoint": "https://rpc.myceliumlabs.xyz",
    "chainId": "46969",
    "network": "Mycelium Auris Testnet"
}