Skip to main content
Sends a single transaction. The user’s smart account is the sender. Gas is sponsored on Soneium Mainnet and Minato, the user pays nothing.

Request

Parameters

`0x${string}`
required
Recipient address.
`0x${string}`
Hex-encoded value in wei. Defaults to 0x0.
`0x${string}`
Hex-encoded calldata. Defaults to 0x.
`0x${string}`
Ignored. The smart-account address is used regardless.

Returns

0x${string}, the transaction hash.

Errors

Notes

  • The from field is rewritten to the smart-account address by the wallet popup. Any value supplied by the caller is ignored.
  • Gas is sponsored by the Startale paymaster automatically.