RPC Endpoint
Make any JSON-RPC call with this endpoint.
For other EVM chains, check with their own developer docs.
request
- Object
used in the JSON-rpc call. See your chain's developer docs for the specific format.chainMetadata
(Optional) -Object
used to add the chain if the user does not have the chain added to their walletchainName
-string
nativeCurrency
-Object
name
-string
is the currency's namesymbol
-string
2-6 characters long symbol for the chaindecimals
-18
rpcUrls
-Array<string>
is an array of rpc node urls that can be used to make requests. We recommend selecting a few from the listing on ChainlistblockExplorerUrls
(Optional) -Array<string>
is an array of block explorers that can be used with the chainiconUrls
(Optional) -Array<string>
is currently unused by MetaMask
Object
- See your chain's developer documentation for more detailsLast modified 6mo ago