send-fungible-tokens
Send fungible tokens on the MultiversX blockchain by specifying the amount, token identifier, and receiver address to create and execute transfer transactions.
Instructions
Create a fungible token transfer transaction and send it. Will send the specified token using the wallet set in the env to the specified receiver.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | The amount to send. This amount will then be denominated. | |
| token | Yes | The identifier of the token to send. | |
| receiver | Yes | The bech32 address of the receiver (erd1...) |