Understand how to use Base Account capabilities with wallet_connect and wallet_sendCalls
wallet_getCapabilities
and utilized through wallet_connect
and wallet_sendCalls
methods. Each capability is chain-specific and may have different availability depending on the account type.
Capability | Method | Description |
---|---|---|
signInWithEthereum | wallet_connect | SIWE authentication |
auxiliaryFunds | wallet_sendCalls | MagicSpend - use Coinbase balances onchain |
atomic | wallet_sendCalls | Atomic batch transactions |
paymasterService | wallet_sendCalls | Gasless transactions |
flowControl | wallet_sendCalls | Flow control |
datacallback | wallet_sendCalls | Data callback |
wallet_connect
method supports capabilities for connection and authentication:
wallet_sendCalls
method supports transaction-related capabilities:
wallet_getCapabilities
- Discover available capabilitieswallet_connect
- Connect with capabilitieswallet_sendCalls
- Execute transactions with capabilities