---
title: "Get all files of a contract (full match)"
method: GET
path: "/files/{chain}/{address}"
tags: ["(Deprecated) Repository"]
deprecated: true
---

# Get all files of a contract (full match)

`GET /files/{chain}/{address}`

> **Deprecated.**

Returns all files for the desired contract with the address and chain. Searches only for full matches.

## Path parameters

- `chain` string, sourcify-chainId, required
- `address` string, address, required

## Response `200`

Contract is available in the repository

- object[]
  - `name` string
  - `path` string
  - `content` string

## Other responses

- `404` — Contract is not available 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/revisions/a76585f33723/schema)
