gas

Get live gas prices & block number from combination of etherscan, eth gas station info etc.

/web3/gas

POST https://cryptotalk-public-gateway-byeii62k.de.gateway.dev/web3/gas

Gas price (in gwei) and current block number in a single call

Query Parameters

Name
Type
Description

key

string

API Keys

{
  "isError": false,
  "errorMsg": "No error",
  "data": {
    "fast": 167,
    "safeLow": 146,
    "average": 157,
    "fastest": 200,
    "blockNum": 11920355
  }
}

Last updated

Was this helpful?