---
title: "GetLatestBatchContract"
method: GET
path: "/v2/networks/{network_id}/batchContracts/latest"
tags: ["Blockchains"]
---

# GetLatestBatchContract

`GET /v2/networks/{network_id}/batchContracts/latest`

Retrieves the latest BatchContract. Batch transfer of ERC20 tokens require a token approval for that contract.

## Path parameters

- `network_id` string, required

## Response `200`

A successful response.

- V2BatchContract
  - `name` string — The resource name of the batch contract.
  - `network` string — The network of the batch contract.
  - `address` string — The address of the batch contract.

---

[API](https://skmtc.dev/utila/apis/utila-api.md) · [All operations](https://skmtc.dev/utila/apis/utila-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/utila/utila-api/revisions/b4f35b3a1e96/schema)
