Skip to main content

Function Signature

Description

Send tokens from your Portal wallet to another address. This is the recommended method for simple token transfers.

Parameters

Returns

String - The transaction hash. For Account Abstraction clients sending on EVM, this is a UserOperation hash rather than an on-chain transaction hash (see the warning below).
Account Abstraction clients: the returned txHash is a UserOperation hash, not an on-chain transaction hash — it will not resolve on a block explorer such as Etherscan or Monadscan. The on-chain transaction hash is only assigned once the bundler includes the UserOperation on-chain. Look up the UserOperation hash on a UserOp explorer such as JiffyScan to find the resulting transaction hash. See Account abstraction.

Example

Send ERC-20 Token

With Gas Sponsorship Control

Errors