POST
/
api
/
v3
/
jettons
/
import
Import a jetton. If no verification is provided, the jetton will be marked according to our own whitelist.
curl --request POST \
  --url https://tokens.swap.coffee/api/v3/jettons/import \
  --header 'Content-Type: application/json' \
  --data '{
  "address": "0:a5d12e31be87867851a28d3ce271203c8fa1a28ae826256e73c506d94d49edad",
  "verification": "BLACKLISTED"
}'
This response does not have an example.

Authorizations

X-Api-Key
string
header
required

Body

application/json

Response

200

Jetton imported successfully