blacklist

Description

Add or remove the specified address from the blacklist by the token owner, only for tokens in "Deploy - Issue" Mode.

Parameters

JSON format example:

{"p":"krc-20","op":"blacklist","ca":"a0183c1f...","mod":"add","to":"kaspa:..."}

Enabled when ( DaaScore >= 110165000 ).

Key
Required?
Description

p

Yes

Protocol header. Must be "krc-20" (case-insensitive).

op

Yes

Operation. Must be "blacklist" (case-insensitive).

ca

Yes

Contract address of the token.

mod

Yes

Operation mode. Must be "add" or "remove".

to

Yes

The target address.

Notice

  • No additional transaction fee required.

Last updated