PUT
/
api
/
v3
/
jettons
/
{address}
/
verification
Update jetton verification status
curl --request PUT \
  --url https://tokens.swap.coffee/api/v3/jettons/{address}/verification \
  --header 'Content-Type: application/json' \
  --data '{
  "verification": "BLACKLISTED",
  "interface_name": "jetton_wallet_tonfun",
  "include_hash": false
}'
This response does not have an example.

Authorizations

X-Api-Key
string
header
required

Path Parameters

address
string
required

The jetton master address in any form

Body

application/json

Response

200

Jetton verification status updated successfully