Endpoints
Utilizing RPC (Remote Procedure Call) endpoints facilitates a direct connection between your decentralized application (dApp) and various blockchain networks. This connection enables essential functions such as querying account balances, retrieving transaction data, or interfacing with smart contracts.
In the Endpoints section, you can view a comprehensive list of all available networks and their RPC endpoints, which includes those for your private chains.
Endpoints are provided for both Shimmer Layer 1 and ShimmerEVM networks. For access to IOTA networks, please reach out to us directly.
To integrate these with your dApp, begin by selecting your API Key from the dropdown menu located in the upper-right corner of the page; the page will then display the RPC Endpoints associated with your selected API Key.
After selecting the network you wish to connect to, click on the icon next to the endpoint URL to copy it. You will also find direct links to the REST API documentation and explorers for the blockchain or Tangle network.
Incorporate the chosen endpoint into your script or dApp to start interacting with the selected blockchain network.

To develop with the SPYCE.5 platform we recommend the official IOTA SDK. Alternatively get started with the low level API's here:
