xrp_transfer_token
Send custom tokens on the XRP Ledger testnet to a destination account using the sender's private key, token currency, issuer, and amount.
Instructions
Transfer custom tokens between accounts
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 |