{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "x402plug-fun-solana-note",
  "title": "x402plug \u00b7 Wallet-Bound Notes API",
  "url": "https://x402plug.fun/solana/note",
  "category": "tools",
  "summary": "Perform CRUD operations on wallet-bound notes with create, list, read, append, rewrite, and delete actions tied to Solana wallet ownership.",
  "seo": {
    "title": "Solana Wallet Notes API | x402plug CRUD Operations",
    "description": "Create, read, update, delete wallet-bound notes on Solana. $0.001 USDC per action. CRUD operations with pagination. X-PAYMENT header required."
  },
  "use_cases": [
    "Store encrypted notes tied to wallet identity",
    "Build decentralized note-taking with wallet authentication",
    "Append audit logs or metadata to on-chain identities"
  ],
  "ideal_buyer": "Wallet-based applications, decentralized identity systems, or dApps needing persistent user data without traditional account infrastructure.",
  "example_prompt": "Create a new note with title 'Meeting Notes' and body 'Discussed Q4 roadmap' for my connected wallet.",
  "example_request_body": {
    "body": "Discussed Q4 roadmap",
    "title": "Meeting Notes",
    "action": "create"
  },
  "risk_notes": [
    "Destructive verb in description \u2014 review before granting mandate access."
  ],
  "pricing_sanity": {
    "flag": "cheap_outlier",
    "ratio": 0.1,
    "median_category_atomic": 10000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "CASHqrzUwRPcM2rHBaXv7DoAZD4eRsgc57nCVxF38VLB",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "1000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Wallet-bound notes API. Cost: $0.001 USDC per action. Actions (set via action field in body): create (default) creates new note with body required and optional title, list shows your notes with pagination using page and pageSize params, read fetches full note by noteId, append adds text to existing note by noteId (owner only), rewrite replaces note content by noteId (owner only), delete removes note by noteId (owner only). All actions require X-PAYMENT header.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "body": {
              "type": "string",
              "required": false,
              "description": "Note content (required for create/append/rewrite)"
            },
            "page": {
              "type": "number",
              "required": false,
              "description": "Page number for list action (default 1)"
            },
            "title": {
              "type": "string",
              "required": false,
              "description": "Note title (optional for create/rewrite)"
            },
            "action": {
              "enum": [
                "create",
                "list",
                "read",
                "append",
                "rewrite",
                "delete"
              ],
              "type": "string",
              "required": false,
              "description": "Action: create (default), list, read, append, rewrite, delete"
            },
            "noteId": {
              "type": "string",
              "required": false,
              "description": "Note ID (required for read/append/rewrite/delete)"
            },
            "pageSize": {
              "type": "number",
              "required": false,
              "description": "Items per page for list action (default 100)"
            }
          }
        },
        "output": {
          "ok": {
            "type": "boolean",
            "description": "True on success"
          },
          "body": {
            "type": "string",
            "description": "Note content (read only)"
          },
          "page": {
            "type": "number",
            "description": "Current page (list action)"
          },
          "notes": {
            "type": "array",
            "description": "Notes list (list action)"
          },
          "title": {
            "type": "string",
            "description": "Note title"
          },
          "action": {
            "type": "string",
            "description": "Action performed"
          },
          "noteId": {
            "type": "string",
            "description": "Note ID (create/read/append/rewrite)"
          },
          "wallet": {
            "type": "string",
            "description": "Wallet address"
          },
          "hasMore": {
            "type": "boolean",
            "description": "More pages available (list action)"
          },
          "pageSize": {
            "type": "number",
            "description": "Page size (list action)"
          },
          "createdAt": {
            "type": "string",
            "description": "Creation timestamp"
          },
          "updatedAt": {
            "type": "string",
            "description": "Last update timestamp"
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "x402plug-fun",
    "host": "x402plug.fun",
    "url": "https://x402plug.fun",
    "favicon": "https://x402plug.fun/testinglogo.jpg"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/x402plug-fun-solana-note",
    "url": "https://x402all.com/resource/x402plug-fun-solana-note",
    "name": "x402plug \u00b7 Wallet-Bound Notes API",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/x402plug-fun-solana-note",
      "@type": "Offer",
      "price": "0.001",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.001000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "solana"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
        }
      ]
    },
    "sameAs": "https://x402plug.fun/solana/note",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/x402plug-fun",
      "url": "https://x402plug.fun",
      "name": "x402plug.fun",
      "@type": "Organization"
    },
    "identifier": "x402plug-fun-solana-note",
    "description": "Create, read, update, delete wallet-bound notes on Solana. $0.001 USDC per action. CRUD operations with pagination. X-PAYMENT header required.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=x402plug-fun-solana-note",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "tools"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=x402plug-fun-solana-note"
}
