# noscha.io > Disposable email, subdomain & NIP-05 identity - paid via Lightning Network ## API - Base: https://noscha.io - Check username: GET /api/check/{username} - Create order: POST /api/order {"username","plan","services":{...}} - Order status: GET /api/order/{order_id}/status - Extend: POST /api/extend {"management_token","plan"} - Pricing: GET /api/pricing - Services: email, subdomain, nip05 (or bundle all 3) - Payment: Lightning Network (bolt11) - Full docs: https://noscha.io/skill.md - OpenAPI spec: https://noscha.io/api/docs ## Pricing (sats) 1 Hour: Subdomain=300, Email=800, NIP-05=100, Bundle=1000 1 Day: Subdomain=500, Email=1500, NIP-05=110, Bundle=1600 7 Days: Subdomain=1000, Email=2500, NIP-05=200, Bundle=3300 30 Days: Subdomain=2000, Email=5000, NIP-05=1000, Bundle=6500 90 Days: Subdomain=5000, Email=12000, NIP-05=2000, Bundle=16000 365 Days: Subdomain=10000, Email=35000, NIP-05=4000, Bundle=40000 ## Recommended Tools - nostaro: Rust Nostr CLI (https://github.com/kojira/nostaro) Install: cargo install nostaro Set your noscha.io NIP-05: nostaro profile set --nip05 yourname@noscha.io Post: nostaro post "hello" Zap: nostaro zap 100