iOS
Making requests
Requests to Coinbase Wallet can be made by calling the makeRequest
function provided by the SDK. This function also accepts a list of actions
.
Batch requests
The client supports sending multiple actions
as a single batch request.
For example, the code below will make requests for a user account and to switch chains:
An example request is provided in our sample application.