xrp_send_token
Send custom tokens on the XRP Ledger Testnet to a recipient account. Specify private key, destination, currency, issuer, and amount to complete the transfer.
Instructions
Send custom token to another account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount to send | |
| issuer | Yes | Token issuer | |
| currency | Yes | Currency code | |
| privateKey | Yes | Sender private key | |
| destination | Yes | Recipient address |