GET /api/x402/quote
Returns current model availability, per-second rate, and exact rental deposit. Defaults to the flagship RTX 5090 offer.

Software can quote, pay for, and open a private GPU sandbox without an account. USDC settles on Solana; every completed rental prints a public receipt.
The small quote payment proves the rail. The rental payment is the live machine deposit, priced from the same book humans see on the exchange.
GET /api/x402/quoteReturns current model availability, per-second rate, and exact rental deposit. Defaults to the flagship RTX 5090 offer.
POST /api/x402/rentPay the runtime deposit and receive a rental ID plus bearer capability. Poll until active, SSH in, then stop when the work is done.
{"sshPubkey":"ssh-ed25519 AAAA…","model":"rtx5090","seconds":3600}The settlement split is enforced on-chain. For x402 rentals, the unused-USDC refund leg is platform-signed and forwarded to the paying wallet; it is not program-enforced. Full payment notes →
Crawlers can start at the well-known document, then inspect each live 402 response as the authority for price and payment requirements.
{"version":1,"resources":["https://nuza.io/api/x402/quote","https://nuza.io/api/x402/rent"]}