Authenticate smart wallet
fuse_smart_wallet_authenticateExchange an EIP-191 signature for a JWT used as Bearer auth on Smart Wallet API calls (e.g. fuse_smart_wallet_get_actions). Signing happens client-side; this tool only submits the signed payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash | Yes | Signed message hash (EIP-191). | |
| signature | Yes | EIP-191 signature produced by the EOA owner. | |
| ownerAddress | Yes | EOA address that signed the hash (the smart wallet's owner). | |
| smartWalletAddress | Yes | Deployed smart contract wallet address. |