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

# Get the contract addresses perfectly verified on a chain

`GET /files/contracts/full/{chain}`

> **Deprecated.**

Returns the perfectly verified contracts from the repository for the desired chain. API is paginated. Limit must be a number between 1 and 200.

## Path parameters

- `chain` string, sourcify-chainId, required

## Query parameters

- `page` number
- `limit` number
- `order` 'asc' | 'desc'

## Response `200`

Chain is available as a full match in the repository

- object
  - `results` string[]
  - `pagination` object
    - `currentPage` number
    - `totalPages` number
    - `resultsPerPage` number
    - `resultsCurrentPage` number
    - `totalResults` number
    - `hasNextPage` boolean
    - `hasPreviousPage` boolean

---

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