eth_requestAccounts | Connect and return the active account. |
eth_accounts | Return the active account without prompting. |
eth_chainId | Return the current chain id. |
personal_sign | Sign a message (EIP-191). |
eth_signTypedData_v4 | Sign typed data (EIP-712). |
wallet_sendCalls | Send a batch (EIP-5792), with ERC-7677 paymaster capabilities. |
wallet_getCapabilities | Report per-chain capabilities, including fee tokens. |
wallet_getCallsStatus | Report the status of a submitted bundle. |
eth_sendTransaction | Send a single transaction. |
wallet_switchEthereumChain | Switch the active chain. |