← Back to directory

Lease a *.hostedon.net vanity subdomain for 24h. POST {name, durationSeconds, an...

https://www.netprotocol.app/api/subdomains/claim

Overview

Lease a *.hostedon.net vanity subdomain for 24h. POST {name, durationSeconds, and one of platform|net|redirect}; the paying wallet becomes the owner.

Protocol x402
Price $0.24
Payment Asset USD Coin
Payment Network Base
Category crypto/wallet
Provider netprotocol
Source bazaar
Indexed 2026-07-10 02:14:43

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "discoverable": true, "method": "POST", "type": "http" }

Output Schema

{ "input": { "bodyFields": { "durationSeconds": { "default": 86400, "description": "lease length in seconds; defaults to 86400, max 1209600", "required": false, "type": "integer" }, "name": { "description": "subdomain label; resolves at <name>.hostedon.net", "required": true, "type": "string" }, "net": { "description": "Net-stored target: { chainId, operator, key, version? }", "required": false, "type": "object" }, "platform": { "description": "hosting platform: vercel | netlify | custom", "required": false, "type": "string" }, "redirect": { "description": "http(s) URL to 302 to", "required": false, "type": "string" }, "target": { "description": "CNAME target (required for netlify/custom platform)", "required": false, "type": "string" } }, "bodyType": "json", "method": "POST", "type": "http" } }