Skip to main content

Lava Gateway

The Lava Gateway, developed and managed by the MagmaDevs team, is a simplified web interface that gives developers instant access to blockchain data. The Gateway uses the Infra Manager to provide a hosted point of access for developers looking for RPC through the Lava Network. This allows users to manage and configure Web3 APIs through intuitive controls directly from the browser and find example calls for the supported chains.

Create your Gateway account

To access endpoints through Gateway first create an account using the following link. Once registered, you will see the following UI, which displays the chains currently supported on the Gateway. Gateway Chains

Pull your Endpoint

Each network has a different number of interfaces that can be queried. As seen below, the Ethereum RPC can accept calls from both JSON-RPC through HTTP and JSON-RPC through WebSockets, whereas Lava accepts REST, URI, Tendermint, and Tendermint using WebSockets.

EthereumAccessScreenshot

LavaAccessScreenshot

All of the Gateway endpoint addresses are plug-and-play. You can take any address, plug it into Web3.js, Ether.js, Gaia or any other Web3 API and use it seamlessly.