Skip to main content

Quick Start

Transfer

Para handles signing and broadcasting in one call:

Advanced Control

Sign with Para, then broadcast yourself for custom gas/RPC settings:

Common Operations

Send ETH

Sign Transaction

Check Balance

Sign Message

Networks

Testnets

Mainnets

Complete Example

Smart Contract Interaction

Transaction Data: For EVM transactions, result.transactionData returns the complete RLP-encoded signed transaction that’s ready to broadcast via eth_sendRawTransaction. The signature field contains just the raw signature for backward compatibility.

ERC20 Token Transfer

Transfer ERC20 tokens using the standard transfer function: