---
title: "Update jetton verification status"
method: PUT
path: "/api/v3/jettons/{address}/verification"
tags: ["Jettons"]
---

# Update jetton verification status

`PUT /api/v3/jettons/{address}/verification`

## Path parameters

- `address` string, required

## Request body

- ApiJettonUpdateVerificationRequest
  - `verification` 'BLACKLISTED' | 'UNKNOWN' | 'COMMUNITY' | 'WHITELISTED', required
  - `interface_name` string
  - `include_hash` boolean

## Response `200`

Jetton verification status updated successfully

## Other responses

- `400` — Invalid request
- `404` — Jetton not found
- `default` — Some error during request processing

---

[API](https://skmtc.net/swap/apis/tokens-service.md) · [All operations](https://skmtc.net/swap/apis/tokens-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/swap/tokens-service/revisions/b8fd8c19faee/schema)
