Portal Community

sendNative (XFR01) wallet secret required, confirmed

Sends the network's native token (e.g. ETH on Base) from a managed account to any address.

FieldRequiredDescription
accountName✓ YesThe sending account (from account/getOrCreate).
toAddress✓ YesDestination address.
amount✓ YesMust be positive.
networkNoDefaults to base-sepolia. See Networks.

Output: single transfer record — transactionHash, fromAddress, toAddress, amount, token, network.

Safe to retry: an idempotency key (X-Idempotency-Key) is generated once per attempt and reused on retry — confirmed behavior, unlike swap/execute below.

sendErc20 (XFR02) wallet secret required, confirmed

Sends an ERC-20 token from a managed account to any address.

FieldRequiredDescription
accountName✓ YesThe sending account.
toAddress✓ YesDestination address.
token✓ YesERC-20 token to send.
amount✓ YesMust be positive.
networkNoDefaults to base-sepolia.

Output: same shape as sendNative. Same confirmed idempotency handling.