Lava

This section provides information specific to the Lava blockchain.

API Highlights

At the moment, we support both Lava's REST and JSON-RPC API. You can find the list of supported methods here.

Signing In With Your Wallet

Unlike other Proteus Shield deployments, Lava requires Keplr and not Metamask to sign in.

Sending Requests

At the moment, the only way to attach the API key to your requests is Using the Authorization header: "Authorization: Bearer API_KEY"

curl --location 'https://api.lava.chain.love/lavanet/lava/spec/spec' \
--header 'Authorization: Bearer API_KEY'

Last updated