Q token mark QUADRPC Endpoints

QUAD RPC / Starknet endpoint

Starknet RPC endpoint.

Private Starknet mainnet JSON-RPC and WebSocket access with live status receipts, endpoint contracts, and quote-first CU accounting. Buy access in the coin you already hold — XMR/ZEPH/BTC/SUI and more — no signup, no KYC, no card.

Endpoint At A Glance

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

Endpoint

starknet.rpc.uquad.org

Interfaces

Starknet JSON-RPC (HTTP) + WebSocket

Network

Starknet mainnet (SN_MAIN).

Access

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

Use Case

Use this page when the job is reading Starknet chain id, latest block, block/transaction 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 and WebSocket requests.
  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":"starknet_chainId","params":[],"id":1}' \
  https://starknet.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":"starknet_blockNumber","params":[],"id":1}' \
  https://starknet.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.