v1

latestSwagger 2.02026-07-17127100479.5 KB
gas

Get estimated gas price

Returns estimated gas prices (slow, median, fast) derived from recent transaction history. Useful for setting the gas price when submitting new transactions.

get/gas/price

Response

OK

faststring string
medianstring string
slowstring string

Example response

{
  "fast": "0.1234",
  "median": "0.1234",
  "slow": "0.1234"
}