fuse_smart_wallet_authenticate
ActiveTool of Fuse Network
declared in 0.1.0
Exchange 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.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"hash",
"signature",
"ownerAddress",
"smartWalletAddress"
],
"properties": {
"hash": {
"type": "string",
"description": "Signed message hash (EIP-191)."
},
"signature": {
"type": "string",
"description": "EIP-191 signature produced by the EOA owner."
},
"ownerAddress": {
"type": "string",
"description": "EOA address that signed the hash (the smart wallet's owner)."
},
"smartWalletAddress": {
"type": "string",
"description": "Deployed smart contract wallet address."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Fuse Network
1/7 registries