Skip to content

Commit bdf0c6c

Browse files
Add references to supported Gas API networks (#2201)
* Add references to supported Gas API networks * fix ilnk
1 parent bd17d74 commit bdf0c6c

File tree

7 files changed

+15
-3
lines changed

7 files changed

+15
-3
lines changed

services/get-started/endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ ZKsync Era WebSockets are supported on Mainnet only.
195195

196196
## Gas API
197197

198-
The Gas REST API supports multiple networks.
198+
The [Gas REST API](../reference/gas-api/index.md) supports multiple networks.
199199

200200
Specify the chain ID in your request to interact with the relevant network.
201201

services/reference/gas-api/api-reference/basefeehistory.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ data for a specific blockchain network.
2121

2222
**Path**:
2323

24-
- `chainId`: `string` - ID of the chain to query
24+
- `chainId`: `string` - ID of the chain to query.
25+
See the [list of supported chain IDs](../../../get-started/endpoints.md#gas-api).
2526

2627
## Returns
2728

services/reference/gas-api/api-reference/basefeepercentile.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ based on historical data.
2323
**Path**:
2424

2525
- `chainId`: `string` - ID of the chain to query.
26+
See the [list of supported chain IDs](../../../get-started/endpoints.md#gas-api).
2627

2728
## Returns
2829

services/reference/gas-api/api-reference/busythreshold.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ likely due to a high volume of transactions.
2222
**Path**:
2323

2424
- `chainId`: `string` - ID of the chain to query.
25+
See the [list of supported chain IDs](../../../get-started/endpoints.md#gas-api).
2526

2627
## Returns
2728

services/reference/gas-api/api-reference/gasprices-type2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ blockchain network. <CreditCost network="gasApi" method="suggestedGasFees" />
1818
**Path**:
1919

2020
- `chainId`: `string` - ID of the chain to query.
21+
See the [list of supported chain IDs](../../../get-started/endpoints.md#gas-api).
2122

2223
## Returns
2324

services/reference/gas-api/api-reference/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,18 @@ import TabItem from "@theme/TabItem";
88

99
# Gas API reference
1010

11-
This section provides reference information for the various Gas REST APIs.
11+
This section provides reference information for the Gas REST APIs.
1212
Use the APIs to:
1313

1414
- [Get EIP-1559 gas prices.](./gasprices-type2.md)
1515
- [Get the base fee history (in Gwei).](./basefeehistory.md)
1616
- [Get the base fee percentile (in Gwei).](./basefeepercentile.md)
1717
- [Get the busy threshold for a network.](./busythreshold.md)
1818

19+
:::info
20+
See the [list of supported Gas API networks](../../../get-started/endpoints.md#gas-api).
21+
:::
22+
1923
## Supported API request formats
2024

2125
You can call the Gas APIs in two ways:

services/reference/gas-api/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ import CardList from '@site/src/components/CardList'
88

99
The Gas API is a tool that delivers real-time [gas prices](../../concepts/gas.md) for supported networks, enabling users to identify the best times to execute transactions based on current rates and intricacies introduced by [EIP-1559](https://eips.ethereum.org/EIPS/eip-1559).
1010

11+
:::info
12+
See the [list of supported Gas API networks](../../get-started/endpoints.md#gas-api).
13+
:::
14+
1115
<CardList
1216
items={[
1317
{

0 commit comments

Comments
 (0)