Skip to main content
POST
Block or unblock a specific token

Authorizations

Authorization
string
header
required

JWT token for wallet authentication

Path Parameters

tokenId
integer
required

Supported token ID (positive integer).

Body

application/json
blocked
boolean

True to block the token, false to unblock

Response

Token block status updated successfully

success
boolean
Example:

true

blocked
boolean

Whether the token is now blocked.