GET
/
insights
/
v1
/
blocks
Get blocks
curl --request GET \
  --url https://data-api.b3.fun/insights/v1/blocks
{
  "data": [
    {
      "chain_id": 123,
      "block_number": 123,
      "block_hash": "<string>",
      "parent_hash": "<string>",
      "block_timestamp": 123,
      "nonce": "<string>",
      "sha3_uncles": "<string>",
      "mix_hash": "<string>",
      "miner": "<string>",
      "state_root": "<string>",
      "transactions_root": "<string>",
      "receipts_root": "<string>",
      "logs_bloom": "<string>",
      "size": 123,
      "extra_data": "<string>",
      "difficulty": "<string>",
      "total_difficulty": "<string>",
      "transaction_count": 123,
      "gas_limit": 123,
      "gas_used": 123,
      "withdrawals_root": "<string>",
      "base_fee_per_gas": 123
    }
  ],
  "aggregations": "<any>",
  "meta": {
    "chain_ids": [
      123
    ],
    "address": "<string>",
    "signature": "<string>",
    "page": 123,
    "limit_per_chain": 123,
    "total_items": 123,
    "total_pages": 123
  }
}

Response

200
application/json

Successful response

The response is of type object.