curl --request POST \
--url https://api.uniblock.dev/uni/v1/json-rpc?chainId=1 \
--header 'content-type: application/json' \
--data '{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_blobBaseFee",
"params": [
null
]
}'
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x174876e800"
}
Returns the expected base fee for blobs in the next block, in wei (hexadecimal format).
curl --request POST \
--url https://api.uniblock.dev/uni/v1/json-rpc?chainId=1 \
--header 'content-type: application/json' \
--data '{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_blobBaseFee",
"params": [
null
]
}'
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x174876e800"
}
“0x174876e800”.curl --request POST \
--url https://api.uniblock.dev/uni/v1/json-rpc?chainId=1 \
--header 'content-type: application/json' \
--data '{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_blobBaseFee",
"params": [
null
]
}'
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x174876e800"
}
Was this page helpful?