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

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

`GET /check-all-by-addresses`

> **Deprecated.**

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

## Query parameters

- `addresses` string, comma-separated-addresses, required
- `chainIds` string, comma-separated-sourcify-chainIds, required
- `resolveProxies` 'true' | 'false'

## Response `200`

OK. Also returns `200` with status `false` when not found

- object[]
  - `address` string
  - `chainIds` object[]
    - `chainId` string
    - `status` string
    - `isProxy` boolean
    - `proxyType` string
    - `implementations` object[]
      - `address` string
      - `name` string
    - `proxyResolutionError` 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)
