Azxa
← Zora overview

Zora · eth

eth_blobBaseFee

Returns the base fee per blob gas in wei.

Result

Blob gas base fee

Schema
{
  "type": "string",
  "title": "Blob gas base fee",
  "pattern": "^0x(0|[1-9a-f][0-9a-f]*)$"
}

Example request

Endpoint: https://your-zora-node.azxa.io

JSON-RPC
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "eth_blobBaseFee",
  "params": []
}
Example response
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": "0x3f5694c1f"
}

Test fixture

Fixture: get-current-blobfee

Request
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "eth_blobBaseFee"
}
Response
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": "0x1"
}

cURL

curl -X POST https://your-zora-node.azxa.io \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"eth_blobBaseFee","params":[]}'
1

Select Chain

2

Desired Period

3

Contact Information

cross

Select Preferred Chain

BNB Smart Chain
Polygon
Tron
Arbitrum
Optimism
IoTeX
Gnosis
Fantom
Moonbeam
Polkadot
Avalanche
Bitcoin
Ethereum
Aptos
Other
cube

Other Chain

Continue
logo
cross
background