Actions
Modal Actions
Open Modal
Close Modal
Chain Actions
Set active chain
Note: The chain must be added to the list of supported chains in the AppKit configuration.
Get active chain
Account Actions
Get active account
Direct Wallet Connection
Connect directly to a specific wallet, bypassing the modal UI on native platforms.
Disconnect
EVM Actions
Get Balance
Get the native token balance for an address.
Sign Message
Sign a message with the active account’s private key.
Sign Typed Data
Sign typed data following EIP-712 standard.
Verify Message Signature
Verify if a message was signed by a specific address.
Verify Typed Data Signature
Verify if typed data was signed by a specific address.
Read Contract
Read data from a smart contract (no gas required).
Note: Both JSON and human-readable ABI formats are supported. Human-readable ABI is more concise but JSON ABI may offer better performance.
Write Contract
Write data to a smart contract (requires gas).
Note: Both JSON and human-readable ABI formats are supported.
Send Transaction
Send a native token transaction.
Send Raw Transaction
Send a pre-signed transaction.
Estimate Gas
Estimate gas required for a transaction.
Get Gas Price
Get the current gas price in wei.
RPC Request
Make a direct RPC request to the blockchain node.