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
verification
enum<string>
required
Available options:
BLACKLISTED,
UNKNOWN,
COMMUNITY,
WHITELISTED
interface_name
string
Example:

"jetton_wallet_tonfun"

include_hash
boolean
Example:

false

Response

Jetton verification status updated successfully