Kuest Docs

Get Neg Risk By Token

Get the negative-risk flag for a token path parameter

GET
/neg-risk/{token_id}

Path Parameters

token_id*string

Token id / asset id

Response Body

application/json

curl -X GET "https://example.com/neg-risk/string"
{
  "neg_risk": true
}