You're viewing a demo portfolio

Join the waitlist
PRSM

fuse_smart_transfer_nft

Active

Tool of Fuse Network

declared in 0.1.0

Submits an ERC-4337 UserOperation transferring an NFT (ERC-721 / ERC-1155) from the configured smart wallet to a recipient.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "nftContractAddress",
    "to",
    "tokenId"
  ],
  "properties": {
    "to": {
      "type": "string",
      "description": "Recipient address."
    },
    "tokenId": {
      "type": "string",
      "description": "NFT token ID (decimal or 0x-prefixed hex string)."
    },
    "nftContractAddress": {
      "type": "string",
      "description": "ERC-721 / ERC-1155 contract address."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Fuse Network

1/7 registries
View full server →
fuse_smart_transfer_nft — Fuse Network — PRSM MCP