---
title: "Returns the latest state root"
method: GET
path: "/stateroot/latest"
---

# Returns the latest state root

`GET /stateroot/latest`

This returns the latest state root appended to the State Commitment Chain

## Response `200`

An object representing the latest state root

- StateRootResponse
  - `batch` BatchEntry
    - `index` number
    - `blockNumber` number
    - `timestamp` number
    - `submitter` string
    - `size` number
    - `root` string
    - `prevTotalElements` number
    - `extraData` string
    - `l1TransactionHash` string
  - `stateRoot` StateRootEntry
    - `index` number
    - `batchIndex` number
    - `value` 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/revisions/5030508300a9/schema)
