list
Description
List a certain amount of tokens on the marketplace.
Parameters
JSON format example:
Mint Mode
Enabled when ( DaaScore >= 97539090 ).
Key
Required?
Description
p
Yes
Protocol header. Must be "krc-20" (case-insensitive).
op
Yes
Operation. Must be "list" (case-insensitive).
tick
Yes
Ticker. 4 to 6 letter unique identifier of the token (case-insensitive).
amt
Yes
The amount of the tokens to list, including decimal.
Issue Mode
Enabled when ( DaaScore >= 110165000 ).
Key
Required?
Description
p
Yes
Protocol header. Must be "krc-20" (case-insensitive).
op
Yes
Operation. Must be "list" (case-insensitive).
ca
Yes
Contract address of the token.
amt
Yes
The amount of the tokens to list, including decimal.
Notice
No additional transaction fee required.
Last updated