Skip to main content

v1/{chainName}/event/{eventType}/gas_prices/ REST API Endpoint - GoldRush Wallet API

Loading...

Updated on
May 12, 2025

v1/{chainName}/event/{eventType}/gas_prices/ REST API Endpoint - GoldRush Wallet API

Path Parameters

chainName
string
Loading...
eventType
string
Loading...

Query Parameters

quote-currency
string
Loading...

Returns

data
object
Loading...
updated_at
string
Loading...
chain_id
integer
Loading...
chain_name
string
Loading...
event_type
string
Loading...
gas_quote_rate
integer
Loading...
quote_currency
string
Loading...
base_fee
string
Loading...
items
array
Loading...
gas_price
string
Loading...
gas_spent
string
Loading...
gas_quote
integer
Loading...
other_fees
object
Loading...
l1_gas_quote
string
Loading...
total_gas_quote
integer
Loading...
pretty_total_gas_quote
string
Loading...
interval
string
Loading...
error
boolean
Loading...
error_message
string
Loading...
error_code
integer
Loading...
Request
1
curl --location 'https://api.covalenthq.com/v1/eth-mainnet/event/uniswapv3/gas_prices/' \
2
--header 'Content-Type: application/json' \
3
--header 'Authorization: Bearer YOUR_API_KEY'
Response
1
{
2
"data": {
3
"updated_at": "2025-04-29T21:35:28.281484048Z",
4
"chain_id": 1,
5
"chain_name": "eth-mainnet",
6
"event_type": "uniswapv3",
7
"gas_quote_rate": 1796.4488525390625,
8
"quote_currency": "USD",
9
"base_fee": "862937528",
10
"items": [
11
{
12
"gas_price": "2045356970",
13
"gas_spent": "283117",
14
"gas_quote": 1.0402792108106338,
15
"other_fees": {
16
"l1_gas_quote": null
17
},
18
"total_gas_quote": 1.0402792108106338,
19
"pretty_total_gas_quote": "$1.04",
20
"interval": "Last 1 minute"
21
},
22
{
23
"gas_price": "1834223938",
24
"gas_spent": "342720",
25
"gas_quote": 1.1292930695740433,
26
"other_fees": {
27
"l1_gas_quote": null
28
},
29
"total_gas_quote": 1.1292930695740433,
30
"pretty_total_gas_quote": "$1.13",
31
"interval": "Last 3 minutes"
32
},
33
{
34
"gas_price": "2528750819",
35
"gas_spent": "357508",
36
"gas_quote": 1.624077155978098,
37
"other_fees": {
38
"l1_gas_quote": null
39
},
40
"total_gas_quote": 1.624077155978098,
41
"pretty_total_gas_quote": "$1.62",
42
"interval": "Last 5 minutes"
43
}
44
]
45
},
46
"error": false,
47
"error_message": null,
48
"error_code": null
49
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free