Skip to main content
The request method allows apps to make Ethereum RPC requests to the wallet.

Specification

Example

Request Handling

Requests are handled in one of three ways
  1. Sent to the Wallet application (Wallet mobile app, extension, or popup window).
  2. Handled locally by the SDK.
  3. Passed onto default RPC provider for the given chain, if it exists.

1. Sent to the Wallet application

The following RPC requests are sent to the Wallet application:

2. Handled Locally by the SDK

The following requests are handled locally by the SDK, with no external calls:

3. Passed to RPC Provider

Standard Ethereum RPC methods are passed to the configured RPC provider for the current chain, including: