| description |
|---|
Gas API documentation. |
import CardList from '@site/src/components/CardList'
The Gas API is a tool that delivers real-time gas prices for supported networks, enabling users to identify the best times to execute transactions based on current rates and intricacies introduced by EIP-1559.
:::info See the list of supported Gas API networks. :::
<CardList items={[ { href: "quickstart", title: "Quickstart", description: "Learn how to quickly connect and make calls to the Gas API." }, { href: "api-reference", title: "REST APIs", description: "View the APIs available for communicating with the Gas API." }, { href: "../../../developer-tools/dashboard/get-started/create-api/", title: "Create an API key", description: "Learn how to create and secure an API key." } ]} />