---
title: "Returns the latest Batch to be appended to the Canonical Transaction Chain"
method: GET
path: "/batch/transaction/latest"
---

# Returns the latest Batch to be appended to the Canonical Transaction Chain

`GET /batch/transaction/latest`

This returns the latest batch that has been appended to the Canonical Transaction
Chain via a `sequencerBatchAppend()`

## Response `200`

An object representing the latest batch

- TransactionBatchResponse
  - `batch` BatchEntry
    - `index` number
    - `blockNumber` number
    - `timestamp` number
    - `submitter` string
    - `size` number
    - `root` string
    - `prevTotalElements` number
    - `extraData` string
    - `l1TransactionHash` string
  - `transactions` TransactionEntry[]
    - `index` number
    - `batchIndex` number
    - `data` string
    - `blockNumber` number
    - `timestamp` number
    - `gasLimit` number
    - `target` string
    - `origin` string
    - `queueOrigin` string
    - `queueIndex` number
    - `decoded` DecodedSequencerBatchTransaction
      - `sig` ECDSASignature
        - `r` string
        - `s` string
        - `v` number
      - `gasLimit` number
      - `gasPrice` number
      - `nonce` number
      - `target` string
      - `data` 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)
