---
title: "Check a token verification"
method: GET
path: "/tokens/check/{tokenId}/{tokenName}"
tags: ["tokenVerification"]
---

# Check a token verification

`GET /tokens/check/{tokenId}/{tokenName}`

## Path parameters

- `tokenId` string, required
- `tokenName` string, required

## Response `200`

successful operation

- CheckResponse
  - `genuine` integer — Flag with 0 unknown, 1 verified, 2 suspicious, 3 blocked (see EIP-21)
  - `token` GenuineToken
    - `tokenId` string
    - `tokenName` string
    - `uniqueName` boolean
    - `issuer` string, nullable

---

[API](https://skmtc.net/ergoplatform/apis/ergo-platform-genuine-tokens-verification.md) · [All operations](https://skmtc.net/ergoplatform/apis/ergo-platform-genuine-tokens-verification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ergoplatform/ergo-platform-genuine-tokens-verification/revisions/48b5bce22e66/schema)
