---
title: "(Deprecated) Get the first 200 contract addresses verified on a chain (full or partial match)"
method: GET
path: "/files/contracts/{chain}"
tags: ["(Deprecated) Repository"]
deprecated: true
---

# (Deprecated) Get the first 200 contract addresses verified on a chain (full or partial match)

`GET /files/contracts/{chain}`

> **Deprecated.**

Returns the first 200 verified contracts from the repository for the desired chain. Searches for full and partial matches. This endpoint is deprecated and only retuns 200 addresses. Use `/files/contracts/any/` and `/files/contracts/full/` instead

## Path parameters

- `chain` string, sourcify-chainId, required

## Response `200`

Chain is available as a full match or partial match in the repository

- object
  - `full` string[]
  - `partial` string[]

## Other responses

- `400` — Cannot use this API if there are more than 200 contracts
- `404` — Chain is not available as both full match or partial match in the repository

---

[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)
