Skip to content
This documentation is in beta, and we’re looking for feedback. See how you can contribute 🌟

Mainnet

Overview

Palm Mainnet Network Details

Palm Mainnet
Gas tokenPALM
Get PALMRequest tokens
FaucetRequest faucet access
ChainID11297108109 Chainlist
Derivation pathm/44'/60'/0'/0
Run your own nodeSelf-hosted nodes with Polygon Edge
Public RPC API endpointshttps://palm-mainnet.infura.io/v3/<INFURA_API_KEY> https://palm-mainnet.public.blastapi.io
Public RPC Websocket endpointwss://palm-mainnet.public.blastapi.io
Block Explorershttps://www.ondora.xyz/network/palm
https://palm.chainlens.com/
Palm Portal (bridge, on-ramp)https://app.palm.io/bridge
Bridge contractsBridge Component Addresses
Other contractsCore contracts

Connect to Palm Mainnet using Infura

1. Create an Infura account and set up an Ethereum project

If you don’t already have an Ethereum account, you can use MetaMask or other wallet applications that support Ethereum networks to create one.


2. Locate your Ethereum API Key on Infura

  • Go to Infura’s dashboard
  • Locate the project you created in Step 1
  • Click on the MANAGE KEY tab.
  • Get the API Key

3. Create your access URL

Option 1 | Use Infura’s endpoints list

Option 2: Use the URL

Replace <YOUR-API-KEY> with the API key in the URL

https://palm-mainnet.infura.io/v3/<YOUR-API-KEY>


4. Call the JSON-RPC method

Use HTTPS to call a JSON-RPC method. In the example we use curl to make the HTTPS request. Replace YOUR-API-KEY with an API key from your Infura dashboard.

Terminal window
curl https://palm-mainnet.infura.io/v3/<YOUR-API-KEY> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_gasPrice","params":[],"id":1}'

5. Now, you will need PALM to send transactions on Palm Network

🔥 Get PALM Tokens