---
title: "Changes to Get contract"
method: GET
path: "/v2/contract/{chainId}/{address}"
---

# Changes to Get contract

`GET /v2/contract/{chainId}/{address}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 5 revisions.

- **2026-07-17** `a76585f33723` — 5 breaking
- **2026-03-09** `eef63cd83966` — 2 breaking, 1 warning, 6 info
- **2025-12-17** `f02ddb386819` — 6 breaking, 3 warning, 1 info

## Changes

- **2026-07-17** `a76585f33723` — 5 breaking
  - the response property `allOf[subschema #1: VerifiedContractMinimal]/creationMatch` became nullable for the status `200`
  - the response property `allOf[subschema #1: VerifiedContractMinimal]/match` became nullable for the status `200`
  - the response property `allOf[subschema #1: VerifiedContractMinimal]/matchId` became nullable for the status `200`
  - the response property `allOf[subschema #1: VerifiedContractMinimal]/runtimeMatch` became nullable for the status `200`
  - the response property `allOf[subschema #1: VerifiedContractMinimal]/verifiedAt` became nullable for the status `200`
- **2026-03-09** `eef63cd83966` — 2 breaking, 1 warning, 6 info
  - the `path` request parameter `chainId` was restricted to a list of enum values
  - for the `path` request parameter `chainId`, the type/format was changed from `string`/`` to `integer`/``
  - changed the pattern of the `path` request parameter `address` from `(\b0x[a-fA-F0-9]{40}\b)` to `^0x[a-fA-F0-9]{40}$`
  - added the new enum value `31318.00` to the `path` request parameter `chainId`
  - added the new enum value `4217.00` to the `path` request parameter `chainId`
  - added the new enum value `42431.00` to the `path` request parameter `chainId`
  - for the `path` request parameter `address`, the minLength was decreased from `42` to `0`
  - for the `path` request parameter `chainId`, the minLength was decreased from `1` to `0`
  - removed the pattern `^\d+$` from the `path` request parameter `chainId`
- **2025-12-17** `f02ddb386819` — 6 breaking, 3 warning, 1 info
  - removed the enum value `31318.00` from the `path` request parameter `chainId`
  - removed the enum value `4217.00` from the `path` request parameter `chainId`
  - removed the enum value `42431.00` from the `path` request parameter `chainId`
  - for the `path` request parameter `address`, the minLength was increased from `0` to `42`
  - for the `path` request parameter `chainId`, the minLength was increased from `0` to `1`
  - added the pattern `^\d+$` to the `path` request parameter `chainId`
  - for the `path` request parameter `address`, the maxLength was set to `42`
  - for the `path` request parameter `chainId`, the maxLength was set to `20`
  - changed the pattern of the `path` request parameter `address` from `^0x[a-fA-F0-9]{40}$` to `(\b0x[a-fA-F0-9]{40}\b)`
  - for the `path` request parameter `chainId`, the type/format was generalized from `integer`/`` to `string`/``

---

[Operation](https://skmtc.dev/tempoxyz/apis/contract-verification-api/docs/v2/contract/:chainId/:address/get.md) · [API](https://skmtc.dev/tempoxyz/apis/contract-verification-api.md) · [Page](https://skmtc.dev/tempoxyz/apis/contract-verification-api/changes/v2/contract/:chainId/:address/get)
