Q token mark QUADRPC Endpoints

QUAD RPC / Bitcoin endpoint

Bitcoin RPC endpoint.

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

Endpoint At A Glance

Bitcoin access is for authenticated Bitcoin Core RPC calls where a full-index lane and explicit endpoint policy matter more than anonymous public access.

Endpoint

btc.rpc.uquad.org

Interfaces

Bitcoin Core JSON-RPC

Access

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

Status Rule

The dated source observation reports BTC full-index status with index_synced=true, but current claims still belong to the live feed.

Use Case

Use this page when the job is reading Bitcoin Core node state, checking full-index posture, or preparing policy-gated read and broadcast workflows.

  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 https://btc.rpc.uquad.org/ \
  -H "Content-Type: application/json" \
  -H "X-Wallet-Address: <wallet>" \
  -H "X-API-Key: <api-key>" \
  --data '{"jsonrpc":"1.0","id":"uquad","method":"getblockchaininfo","params":[]}'
curl https://btc.rpc.uquad.org/ \
  -H "Content-Type: application/json" \
  -H "X-Wallet-Address: <wallet>" \
  -H "X-API-Key: <api-key>" \
  --data '{"jsonrpc":"1.0","id":"uquad","method":"getnetworkinfo","params":[]}'

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.

No Custody Claim

Bitcoin RPC access does not custody BTC, prove reserves, or guarantee broadcast acceptance.