GET
/
apechain
/
v1
/
block
/
{blockHeight}
curl --request GET \
  --url https://data-api.cloud.ormi.dev/apechain/v1/block/{blockHeight}
{
  "base_fee_per_gas": "25420690000",
  "difficulty": "1",
  "extra_data": "0xd3817ed5751f428ceb6f094a5bffc60216dab580c86d14f3e889bf3aa60bcd5a",
  "gas_limit": "1125899906842624",
  "gas_used": "39129",
  "hash": "0xe497df48d212d65d754ecdea7982f6f80d1d24cfbee08156ac2553587fc3a202",
  "logs_bloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
  "miner": "0xa4b000000000000000000073657175656e636572",
  "nonce": "0x000000000000011c",
  "number": 4868513,
  "parent_hash": "0xe3f5d052ef99c43a1b4eedcf06f331a1fe74c706e8554ea43bdc932734c5517f",
  "receipt_root": "0x947a66f2fe24018955e7c17d33c2f78ffde74e15788643d1419fe4cea689f3d7",
  "sha3_uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
  "size": 1204,
  "state_root": "0xbed0bf913ad91beeeae009610505edb9abbf01306b6261fd8c6ca9bee603ed8d",
  "timestamp": "2024-11-21T10:12:40Z",
  "total_difficulty": "4868514",
  "transaction_count": 2,
  "transactions_root": "0x615eec3cf1d08ff451a6584332535a49061259778dff02ea05fc5adf5cd65c1d",
  "withdrawals_root": ""
}

Path Parameters

blockHeight
string
required

Block height or latest to get latest block.

Response

200 - application/json
OK
base_fee_per_gas
string
required
difficulty
string
required
extra_data
string
required
gas_limit
string
required
gas_used
string
required
hash
string
required
logs_bloom
string
required
miner
string
required
nonce
string
required
number
integer
required
parent_hash
string
required
receipt_root
string
required
sha3_uncles
string
required
size
integer
required
state_root
string
required
timestamp
string
required
total_difficulty
string
required
transaction_count
integer
required
transactions_root
string
required
withdrawals_root
string
required