← 返回
未分类 中文

X402 Monetize

Creates paid API endpoints using the x402 micropayment protocol. Wraps existing Zo skills and tools behind per-request payment walls. Each call costs $0.001–...
使用x402微支付协议创建付费API端点,将Zo技能和工具包装在按请求付费的墙后,每次调用费用$0.001起
ssidharhubble ssidharhubble 来源
未分类 clawhub v1.0.15 4 版本 99882.9 Key: 无需
★ 0
Stars
📥 853
下载
💾 2
安装
4
版本
#latest

概述


name: x402-monetize

version: 1.0.15

description: |

Creates paid API endpoints using the x402 micropayment protocol. Wraps existing

Zo skills and tools behind per-request payment walls. Each call costs $0.001–$0.10,

settled on-chain. No crypto custody risk — the x402 facilitator handles payment.

compatibility: Zo Computer, Node.js, @x402/core, @x402/express

metadata:

author: ssyopros.zo.computer

category: monetization

tags: x402, micropayments, paid-api, passive-# x402-monetize

Create paid API endpoints that earn micropayments every time they're called.

What This Does

  1. Wrap any Python script or Zo tool as an HTTP API endpoint
  2. Add x402 payment middleware (client pays per-call via USDC on Base)
  3. Register the endpoint as a Zo user service on port 4020
  4. The endpoint runs 24/7 and deposits earnings
  5. cd /home/workspace/MoneyMachine/x402_server
    node index.js
    

Endpoints Included

EndpointPriceDescription
---------
/api/signals/:ticker$0.01Options trading signal (bull/bear/neutral)
/api/whale/:ticker$0.01Whale flow alert (size, direction, conviction)
/api/wave/:ticker$0.01Elliott Wave count + Fibonacci levels
/api/maxpain/:ticker$0.005Max pain level + strike wall zones
/api/backtest$0.05Run options strategy backtest
/api/servicesfreeList all paid endpoints

Adding a New Paid Endpoint

const { paymentMiddleware } = require('@x402/express');

// Add to index.js:
app.get('/api/my-endpoint', paymentMiddleware(), async (req, res) => {
  // Your logic here
  res.json({ result: 'paid data', price: '$0.01' });
});

Payment Flow

  1. Client requests /api/signals/AAPL
  2. Server returns 402 Payment Required with payment details
  3. Client pays USDC to facilitator
  4. Client retries with payment proof
  5. Server returns data

Docs

  • https://docs.x402.org/getting-started/quickstart-for-sellers

版本历史

共 4 个版本

  • v1.0.15 当前
    2026-06-23 19:18
  • v1.0.14
    2026-06-07 05:44 安全 安全
  • v1.0.13
    2026-05-21 12:39 安全 安全
  • v1.0.9
    2026-05-07 03:54 安全 安全

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

business-ops

Trello

steipete
使用 Trello REST API 管理看板、列表和卡片
★ 162 📥 41,300
business-ops

Stripe

byungkyu
Stripe API 集成,支持托管 OAuth,实现对客户、订阅、发票、产品、价格和支付的可写金融集成。
★ 27 📥 26,023
professional

Options Trading Brain

ssidharhubble
专业期权交易智能系统。监测大户流向(异常鲸鱼),计数艾略特波浪,分析布林带,多时间段趋势...
★ 0 📥 1,112