Moralis simplifies the process of accessing blockchain data from nodes across various blockchains. This guide walks you through the steps to set up your Moralis RPC node.Documentation Index
Fetch the complete documentation index at: https://docs.moralis.com/llms.txt
Use this file to discover all available pages before exploring further.
Step 1: Create a Moralis Account
Sign up for a free account at the Moralis Dashboard.Step 2: Create a New Node
After signing up, generate your unique Node URL:- Log in to the Moralis Dashboard.
- From the sidebar, click on the Nodes tab.
- Click Create a New Node.
- Select the blockchain network you want to connect to (e.g., Ethereum, BNB Chain, Polygon) and choose mainnet or testnet.
- Click Create Node to generate your node.
Step 3: Copy Your Node URL
Once your node is created, you will be provided with two URLs — one for Site 1 and another for Site 2. Both URLs include your Node API Key. Copy one of these URLs. This is your unique Node URL, which you will use to interact with the blockchain in your application.Next Steps
You are now ready to start making RPC calls using your node.- Make Your First Request — Learn how to make your first JSON-RPC call.
- Supported Chains — See which blockchains are available.
- Pricing — Understand compute unit costs and rate limits.

