eth_accounts | Returns an array of all connected Account addresses. | EIP-1474 |
eth_requestAccounts | Requests access to Account addresses. | |
eth_sendTransaction | Broadcasts a transaction to the network. | EIP-1474 |
eth_signTypedData_v4 | Signs EIP-712 typed data. | EIP-712 |
personal_sign | Signs an EIP-191 personal message. | EIP-191 |
wallet_getCapabilities | Gets supported capabilities of cross-app wallet. | ERC-5792 |
wallet_getCallsStatus | Gets the status of a call bundle. | ERC-5792 |
wallet_sendCalls | Broadcast a bundle of calls to the network. | ERC-5792 |
wallet_grantPermissions | Grants permissions for an Application to perform actions on behalf of the account. | ERC-7715 |
wallet_revokePermissions | Revokes a permission. | ERC-7715 |