> **Can't find what you're looking for?** Use `search_docs` on the docs MCP server at `https://www.openfort.io/api/mcp` to find what you need.
>
> **Have feedback?** Use `submit_feedback` on the same MCP server.

# RPC methods overview

## Methods

| Method                                                                      | Description                                                                        | Standard                                            |
| --------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | --------------------------------------------------- |
| [`eth_accounts`](/docs/products/cross-app-wallet/rpc/eth_accounts)                                     | Returns an array of all **connected** Account addresses.                           | [EIP-1474](https://eips.ethereum.org/EIPS/eip-1474) |
| [`eth_requestAccounts`](/docs/products/cross-app-wallet/rpc/eth_requestAccounts)                       | Requests access to Account addresses.                                              |                                                     |
| [`eth_sendTransaction`](/docs/products/cross-app-wallet/rpc/eth_sendTransaction)                       | Broadcasts a transaction to the network.                                           | [EIP-1474](https://eips.ethereum.org/EIPS/eip-1474) |
| [`eth_signTypedData_v4`](/docs/products/cross-app-wallet/rpc/eth_signTypedData_v4)                     | Signs [EIP-712](https://eips.ethereum.org/EIPS/eip-712) typed data.                | [EIP-712](https://eips.ethereum.org/EIPS/eip-712)   |
| [`personal_sign`](/docs/products/cross-app-wallet/rpc/personal_sign)                                   | Signs an [EIP-191](https://eips.ethereum.org/EIPS/eip-191) personal message.       | [EIP-191](https://eips.ethereum.org/EIPS/eip-191)   |
| [`wallet_getCapabilities`](/docs/products/cross-app-wallet/rpc/wallet_getCapabilities)                 | Gets supported capabilities of global wallet.                                   | [ERC-5792](https://eips.ethereum.org/EIPS/eip-5792) |
| [`wallet_getCallsStatus`](/docs/products/cross-app-wallet/rpc/wallet_getCallsStatus)                   | Gets the status of a call bundle.                                                  | [ERC-5792](https://eips.ethereum.org/EIPS/eip-5792) |
| [`wallet_sendCalls`](/docs/products/cross-app-wallet/rpc/wallet_sendCalls)                             | Broadcast a bundle of calls to the network.                                        | [ERC-5792](https://eips.ethereum.org/EIPS/eip-5792) |
| [`wallet_grantPermissions`](/docs/products/cross-app-wallet/rpc/wallet_grantPermissions)   | Grants permissions for an Application to perform actions on behalf of the account. | [ERC-7715](https://github.com/ethereum/ERCs/blob/23fa3603c6181849f61d219f75e8a16d6624ac60/ERCS/erc-7715.md)                                        |
| [`wallet_revokePermissions`](/docs/products/cross-app-wallet/rpc/wallet_revokePermissions) | Revokes a permission.                                                              | [ERC-7715](https://github.com/ethereum/ERCs/blob/23fa3603c6181849f61d219f75e8a16d6624ac60/ERCS/erc-7715.md)                                        |
