---
title: "Returns the Ethereum Layer one context at a specific height"
method: GET
path: "/eth/context/blocknumber/{number}"
---

# Returns the Ethereum Layer one context at a specific height

`GET /eth/context/blocknumber/{number}`

This returns the L1 blocknumber, block hash and timestamp corresponding to a specific
Ethereum context

## Path parameters

- `number` integer, required

## Response `200`

An object representing the Ethereum context

- EthereumContext
  - `blockNumber` integer
  - `timestamp` integer
  - `blockHash` string

---

[API](https://skmtc.net/mantlenetworkio/apis/mantle-data-transport-later.md) · [All operations](https://skmtc.net/mantlenetworkio/apis/mantle-data-transport-later/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mantlenetworkio/mantle-data-transport-later/versions/5030508300a9/schema)
