---
title: "Check if contracts are verified (full match) by addresses and chain IDs"
method: GET
path: "/check-by-addresses"
tags: ["(Deprecated) Repository"]
deprecated: true
---

# Check if contracts are verified (full match) by addresses and chain IDs

`GET /check-by-addresses`

> **Deprecated.**

Checks if contract with the desired chain and address is verified and in the repository. It will search only the perfect matches.

## Query parameters

- `addresses` string, comma-separated-addresses, required
- `chainIds` string, comma-separated-sourcify-chainIds, required

## Response `200`

OK

- object[]
  - `address` string
  - `status` string
  - `chainIds` string[]

---

[API](https://skmtc.net/tempoxyz/apis/contract-verification-api.md) · [All operations](https://skmtc.net/tempoxyz/apis/contract-verification-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tempoxyz/contract-verification-api/versions/a76585f33723/schema)
