transfer

Description

Transfer a certain amount of tokens to another address.

Parameters

JSON format example:

{"p":"krc-20","op":"transfer","tick":"kasp","amt":"100000000","to":"kaspa:..."}

Mint Mode

Enabled when ( DaaScore >= 83441551 AND DaaScore <= 83525600 OR DaaScore >= 90090600 ).

Key
Required?
Description

p

Yes

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

op

Yes

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

tick

Yes

Ticker. 4 to 6 letter unique identifier of the token (case-insensitive).

amt

Yes

The amount of the tokens to transfer, including decimal.

to

Yes

The receiver address of the tokens.

Issue Mode

Enabled when ( DaaScore >= 110165000 ).

Key
Required?
Description

p

Yes

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

op

Yes

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

ca

Yes

Contract address of the token.

amt

Yes

The amount of the tokens to transfer, including decimal.

to

Yes

The receiver address of the tokens.

Notice

  • No additional transaction fee required.

Last updated