---
title: "POST /private/verify-deprecated"
method: POST
path: "/private/verify-deprecated"
tags: ["Private"]
---

# POST /private/verify-deprecated

`POST /private/verify-deprecated`

Sends provided files for verification

## Request body

- object
  - `address` string, address, required
  - `chain` string, required
  - `files` object, required
  - `creatorTxHash` string
  - `chosenContract` string
  - `match` string

## Response `200`

The contract has been successfully checked or sourcified

- object
  - `result` object[]
    - `address` string
    - `chainId` string
    - `status` string
    - `message` string
    - `libraryMap` object

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/tempoxyz/apis/contract-verification-api.md) · [All operations](https://skmtc.dev/tempoxyz/apis/contract-verification-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tempoxyz/contract-verification-api/revisions/a76585f33723/schema)
