list

Description

List a certain amount of tokens on the marketplace.

Parameters

JSON format example:

{"p":"krc-20","op":"list","tick":"kasp","amt":"22100000000"}

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