Q token mark QUADRPC Endpoints

QUAD RPC / Sui endpoint

Sui RPC endpoint.

Private Sui endpoint access with live status receipts, endpoint contracts, and quote-first CU accounting. Buy access in Sui (SUI) or any accepted coin — XMR/ZEPH/BTC/SUI — no signup, no KYC, no card.

Endpoint At A Glance

Sui access is for apps, wallets, indexers, relayers, and operators that need a private authenticated lane rather than anonymous public RPC.

Endpoint

sui.rpc.uquad.org

Interfaces

Sui JSON-RPC

Access

Customer requests require X-Wallet-Address and X-API-Key unless a route is explicitly marked otherwise.

Status Rule

Read the live fleet feed before quoting Sui as healthy or synced.

Use Case

Use this page when the job is reading Sui node status, node info, common REST state, or authenticated endpoint readiness before integration.

  1. Buy or request CU.Use the quote-first CU path before sending traffic. Endpoint use is not a public free RPC lane.
  2. Read live status.Check status.json before treating the endpoint as healthy, synced, or customer-ready.
  3. Send authenticated requests.Include wallet and API-key headers on HTTP requests and gRPC metadata.
  4. Watch the boundary.RPC observation is not chain truth, custody, settlement, ordering, finality, or an uptime guarantee.

Example Requests

Replace the wallet and key placeholders with the values from the quote-matched claim path.

curl -X POST \
  -H "X-Wallet-Address: <wallet>" \
  -H "X-API-Key: <api-key>" \
  -H "Content-Type: application/json" \
  --data '{"jsonrpc":"2.0","method":"sui_getLatestCheckpointSequenceNumber","params":[],"id":1}' \
  https://sui.rpc.uquad.org
curl -X POST \
  -H "X-Wallet-Address: <wallet>" \
  -H "X-API-Key: <api-key>" \
  -H "Content-Type: application/json" \
  --data '{"jsonrpc":"2.0","method":"sui_getChainIdentifier","params":[],"id":1}' \
  https://sui.rpc.uquad.org

What This Page Does Not Claim

These pages are designed for search intent and developer onboarding, but the public boundary stays smaller than the infrastructure.

No Free Tier On This Chain

This chain is API-key-gated access, not an anonymous public endpoint.

No Uptime Guarantee

Current status belongs to the live feed and can change.

No Finality Claim

RPC responses do not replace chain consensus, settlement, or independent verification.

No Token Claim

Buying CU does not create allocation, yield, redemption value, reward eligibility, governance right, or future entitlement.