eth_feeHistory

ArbitrumC2

Returns a window of base fees and requested priority-fee percentiles across recent blocks, for building EIP-1559 fee strategies.

Endpoint
POST https://api.1st-node.com/v1/arbitrum/rpc

Parameters

NameTypeDescription
blockCountQUANTITYNumber of blocks in the requested range.
newestBlockQUANTITY | TAGHighest block of the range.
percentilesArrayPriority-fee percentiles to sample.

Returns

Object — baseFeePerGas, gasUsedRatio and reward percentiles.

Request

curl https://api.1st-node.com/v1/arbitrum/rpc \
  -H "Authorization: Bearer $ONE_KEY" \
  -H "content-type: application/json" \
  -d '{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "eth_feeHistory",
  "params": ["0x5", "latest", [25, 50, 75]]
}'
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "eth_feeHistory",
  "params": ["0x5", "latest", [25, 50, 75]]
}

Response

{
  "jsonrpc": "2.0",
  "id": 1,
  "result": { "oldestBlock": "0x12d4e26", "baseFeePerGas": ["0x…"], "reward": [["0x…"]] }
}
More chain methods on Arbitrum

Arbitrum API

Bakiye yükle, anahtarını al, yayına çık.

Self servis. Kripto ya da kartla öde. Krediyle ölçümlenir — ağır ilkel yapılar daha pahalı, basitler ucuz.

API anahtarı al