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

# Get file tree (full match)

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

> **Deprecated.**

Returns repository URLs for every file in the source tree for the desired chain and address. Searches only for full matches.

## Path parameters

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

## Response `200`

Contract is available

- string[]

## Other responses

- `404` — Contract is not available

---

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