You're viewing a demo portfolio

Join the waitlist
PRSM

fuse_smart_wallet_authenticate

Active

Tool 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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Fuse Network

1/7 registries
View full server →