โฝGas
Endpoints and responses for gas prices
Current Gas Price
{
data: {
timestamp: string;
lastBlock: number;
avgTime: number;
avgTx: number;
avgGas: number;
speeds: [
{
acceptance: number;
maxFeePerGas: number;
maxPriorityFeePerGas: number;
baseFee: number;
estimatedFee: number;
}
...
]
}
message: string
isError: boolean
}Historical Gas Price
Query Parameters
Name
Type
Description
Last updated