Kuest Docs

Get Neg Risk

Get the negative-risk flag for a token

GET
/neg-risk

Query Parameters

token_id*string

Token id / asset id

Response Body

application/json

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