Transfer tokens from your wallet
wallets:transactions.create
.transfer
function for sending 4 USDC to a recipient./transactions
endpoint:calls
: An array of objects with the following properties:
to
: The token contract address.value
: Set to "0"
for token transfers.data
: The encoded data generated in the previous step.chain
: The chain where the transaction will be sent.signer
: One of the wallet’s signers, typically the admin signer.