Gas
Endpoints and responses for gas prices
Current Gas Price
GET
https://api.pepeanalytics.com/v1/gas/current
Gets the current gas price using Owlracle.
Historical Gas Price
GET
https://api.pepeanalytics.com/v1/gas/history
Gets the historical gas price with a default set to 36 hours back.
Query Parameters
Name
Type
Description
network
String
Default is 'eth'
interval
String
Frequency of candles (default: 30m). Available values: 10m, 30m, 1h, 2h, 4h or 1d
days_ago
String
How many days ago to trace back
Last updated