---
title: "Get verification status"
method: GET
path: "/class-verify/check/{hash}"
tags: ["Class Verification"]
---

# Get verification status

`GET /class-verify/check/{hash}`

Check if a class or contract is verified.

## Path parameters

- `hash` string, required — Class hash or contract address to check verification status for (0x-prefixed hex).

## Response `200`

Verification check result

- VerificationCheckResult
  - `verified` boolean, required
  - `class_hash` string, required
  - `name` string
  - `version` string
  - `license` string, nullable
  - `verified_timestamp` number
  - `contract_file` string

## Other responses

- `400` — Bad Request
- `403` — Forbidden - Missing or invalid API key
- `404` — Not Found
- `429` — Too Many Requests - Rate limit exceeded

---

[API](https://skmtc.net/voyager/apis/voyager-public-api.md) · [All operations](https://skmtc.net/voyager/apis/voyager-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voyager/voyager-public-api/versions/172c04ee8115/schema)
