---
title: "Returns the latest Canonical Transaction Chain transaction"
method: GET
path: "/transaction/latest"
---

# Returns the latest Canonical Transaction Chain transaction

`GET /transaction/latest`

This returns the latest transaction to be appended to the Canonical Transaction
Chain via a `sequencerBatchAppend()` or `queueBatchAppend()`

## Response `200`

An object representing the latest transaction

- EnqueueEntry
  - `index` number
  - `target` string
  - `data` string
  - `gasLimit` number
  - `origin` string
  - `blockNumber` number
  - `timestamp` number
  - `ctcIndex` number

---

[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)
