Kasplex KRC20
  • Introduction
  • Protocols
    • Data Insertion Mechanism
    • KRC-20 Tokens
      • Deployment Mode
      • Basic Operation
        • deploy
        • mint
        • issue
        • burn
        • blacklist
        • chown
        • transfer
      • How to Trade KRC-20
        • list
        • send
  • Tools & REFERENCE
    • Kasplex Indexer
      • Guidelines
      • Ticker Reserved List
      • Consensus and Trust Model
    • Kasplex Indexer API
      • General
        • Get Node Status
      • KRC-20
        • Get Token List
        • Get Token Info
        • Get Address's Token List
        • Get Address's Token Balance
        • Get Token's Market Info
        • Get Token's Blacklist
        • Get Operation List
        • Get Operation Info
      • Archive
        • Get Archive Operation List
        • Get Archive Vspc List
    • Roadmap
Powered by GitBook
On this page
  • Description
  • Parameters
  • Notice
  1. Protocols
  2. KRC-20 Tokens
  3. Basic Operation

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.

PreviousburnNextchown

Last updated 26 days ago