---
title: "Import a jetton. If no verification is provided, the jetton will be marked according to our own whitelist."
method: POST
path: "/api/v3/jettons/import"
tags: ["Jettons"]
---

# Import a jetton. If no verification is provided, the jetton will be marked according to our own whitelist.

`POST /api/v3/jettons/import`

## Request body

- ApiJettonImportRequest
  - `address` string, required
  - `verification` 'BLACKLISTED' | 'UNKNOWN' | 'COMMUNITY' | 'WHITELISTED'

## Response `200`

Jetton imported successfully

## Other responses

- `400` — Invalid request
- `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/versions/8473b7a3ca64/schema)
