v1

latestOpenAPI 3.0.02026-07-2442242189.1 KB
Blockchains

GetLatestBatchContract

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

get/v2/networks/{network_id}/batchContracts/latest

Path parameters

network_idstring required

Response

A successful response.

namestring

The resource name of the batch contract.

networkstring

The network of the batch contract.

addressstring

The address of the batch contract.

Example response

{
  "name": "networks/ethereum-mainnet/0x1234...",
  "network": "networks/ethereum-mainnet",
  "address": "0x1234..."
}