Base fee

BaseFee queries the base fee of the parent block of the current block, it's similar to feemarket module's method, but also checks london hardfork status.

get
Responses
200

A successful response.

application/json
get
GET /ethermint/evm/v1/base_fee HTTP/1.1
Host: rest.origin.uptick.network
Accept: */*
{
  "base_fee": "text"
}

Last updated