Skip to main content

Services documentation

Use services provided by MetaMask and Infura to optimize essential development tasks and scale your dapp or Snap.

Gas API reference

This section provides reference information for the various Gas REST APIs. Use the APIs to:

Supported API request formats

You can call the Gas APIs in two ways:

  • Using the API key only - Add your API key as a path option.
  • Using the API key and API key secret - Use basic authentication and specify the API key and API key secret.
curl -X "GET" "https://gas.api.infura.io/v3/<YOUR-API-KEY>/networks/1/suggestedGasFees"