RC Quantum Data Oracle

Hourly Ed25519-signed BTC market-state intel: directional bias with conviction, regime label and score, technical levels (EMA20/50, ATR, RSI, 7D/30D), and 72h large on-chain transfer activity. Data, not advice.

TradingLiveeip155:8453Exactvia cdp
BitcoinBtcMarket-intelligenceSigned-dataOn-chain
Calls · 30d
1↓ 44%
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 30 snapshots so far.
$11.77
Verified settled volume
92 settlements proven x402 by their on-chain EIP-3009 marker.
$0.050
Listed price
As published in the catalog. Always read the live 402 before paying.
1
Calls · 30d
Upstream's own call count for this endpoint, not ours.
1
Unique payers · 30d
Last called 2026-08-25 19:19Z
Upstream on-chain volume
Reported by the source catalog.
Paid to
0x510d1c21788166b0a39f83796bf624e006849690

The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.

Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

Provider

The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.

Accepts

The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.

0.05USDC≈ $0.05 USD
on Base · exact scheme

Pay 0.05 USDC on Base to 0x510d…49690. The signed payment is good for 5 minutes.

USD Coin contract
0x8335…02913
Payment window
5 minutes
As published
50000 smallest units
The catalog’s raw entry
[
  {
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "extra": {
      "name": "USD Coin",
      "version": "2"
    },
    "payTo": "0x510d1c21788166b0a39f83796bf624e006849690",
    "amount": "50000",
    "scheme": "exact",
    "network": "eip155:8453",
    "maxTimeoutSeconds": 300
  }
]

Extensions

{
  "bazaar": {
    "info": {
      "input": {
        "type": "http",
        "method": "GET",
        "queryParams": {}
      },
      "output": {
        "type": "json",
        "example": {
          "bias": {
            "summary": "Bias update: BTC prints $118,420 on a bullish bias with moderate conviction; …",
            "direction": "Bullish",
            "conviction": "Moderate",
            "vol_regime": "Elevated",
            "regime_label": "Risk-On",
            "regime_score": 3,
            "trend_strength": "Bullish"
          },
          "as_of": "2026-08-12T14:00:00.000Z",
          "levels": {
            "atr14": 3120.4,
            "ema20": 115900.2,
            "ema50": 112430.8,
            "rsi14": 58.2,
            "atr_pct": 2.64,
            "spot_usd": 118420.5,
            "rsi_state": "Neutral",
            "ret_7d_pct": 4.11,
            "ret_30d_pct": 9.02,
            "vol_24h_usd": 41230000000,
            "ema_spread_pct": 3.09
          },
          "license": "RCQ-DATA-1.0; attribution required, no redistribution",
          "product": "rcq.btc.intel.v1",
          "staleness": {
            "market_as_of": "2026-08-12T14:00:00.000Z",
            "market_cadence": "hourly",
            "whales_lookback_hours": 24
          },
          "disclaimer": "Data, not investment advice.",
          "provenance": {
            "alg": "ed25519",
            "public_key": "4bc079775b77a6498b91185f9e5fded294a58463a07c96b74a8c27b9b3f8879d"
          },
          "whale_transfers": {
            "min_btc": 100,
            "min_usd": 5000000,
            "measures": "large on-chain BTC transfers; direction and venue are not determinable from this source",
            "available": true,
            "transfers": [
              {
                "btc": 145.9,
                "usd": 9190000,
                "observed_at": "2026-08-12T07:04:30.000Z"
              }
            ],
            "source_stale": false,
            "window_hours": 72,
            "transfer_count": 3,
            "total_btc_moved": 312.18,
            "total_usd_moved": 19670000,
            "source_age_hours": 5,
            "source_last_seen": "2026-08-12T07:04:30.000Z",
            "median_transfer_btc": 96.6,
            "largest_transfer_btc": 145.9
          }
        }
      }
    },
    "schema": {
      "type": "object",
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "required": [
        "input"
      ],
      "properties": {
        "input": {
          "type": "object",
          "required": [
            "type",
            "method"
          ],
          "properties": {
            "type": {
              "type": "string",
              "const": "http"
            },
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "type": "object",
              "properties": {}
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "required": [
            "type"
          ],
          "properties": {
            "type": {
              "type": "string"
            },
            "example": {
              "type": "object",
              "properties": {
                "bias": {
                  "type": "object",
                  "properties": {
                    "summary": {
                      "type": "string"
                    },
                    "direction": {
                      "enum": [
                        "Bullish",
                        "Neutral",
                        "Bearish"
                      ],
                      "type": "string"
                    },
                    "conviction": {
                      "enum": [
                        "Low",
                        "Moderate",
                        "High"
                      ],
                      "type": "string"
                    },
                    "vol_regime": {
                      "type": "string"
                    },
                    "regime_label": {
                      "enum": [
                        "Risk-On",
                        "Neutral",
                        "Risk-Off"
                      ],
                      "type": "string"
                    },
                    "regime_score": {
                      "type": "number"
                    },
                    "trend_strength": {
                      "type": "string"
                    }
                  }
                },
                "as_of": {
                  "type": "string",
                  "format": "date-time"
                },
                "levels": {
                  "type": "object",
                  "properties": {
                    "atr14": {
                      "type": "number"
                    },
                    "ema20": {
                      "type": "number"
                    },
                    "ema50": {
                      "type": "number"
                    },
                    "rsi14": {
                      "type": "number"
                    },
                    "atr_pct": {
                      "type": "number"
                    },
                    "spot_usd": {
                      "type": "number"
                    },
                    "rsi_state": {
                      "type": "string"
                    },
                    "ret_7d_pct": {
                      "type": "number"
                    },
                    "ret_30d_pct": {
                      "type": "number"
                    },
                    "vol_24h_usd": {
                      "type": "number"
                    },
                    "ema_spread_pct": {
                      "type": "number"
                    }
                  }
                },
                "license": {
                  "type": "string"
                },
                "product": {
                  "type": "string"
                },
                "staleness": {
                  "type": "object"
                },
                "disclaimer": {
                  "type": "string"
                },
                "provenance": {
                  "type": "object"
                },
                "whale_transfers": {
                  "type": "object",
                  "properties": {
                    "min_btc": {
                      "type": "number"
                    },
                    "min_usd": {
                      "type": "number"
                    },
                    "measures": {
                      "type": "string"
                    },
                    "available": {
                      "type": "boolean"
                    },
                    "transfers": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "btc": {
                            "type": "number"
                          },
                          "usd": {
                            "type": "number"
                          },
                          "observed_at": {
                            "type": "string",
                            "format": "date-time"
                          }
                        }
                      }
                    },
                    "source_stale": {
                      "type": [
                        "boolean",
                        "null"
                      ],
                      "description": "true when the upstream tracker has not written for over 24h"
                    },
                    "window_hours": {
                      "type": "integer"
                    },
                    "transfer_count": {
                      "type": "integer"
                    },
                    "total_btc_moved": {
                      "type": [
                        "number",
                        "null"
                      ]
                    },
                    "total_usd_moved": {
                      "type": [
                        "number",
                        "null"
                      ]
                    },
                    "source_age_hours": {
                      "type": [
                        "integer",
                        "null"
                      ]
                    },
                    "source_last_seen": {
                      "type": [
                        "string",
                        "null"
                      ],
                      "format": "date-time"
                    },
                    "median_transfer_btc": {
                      "type": [
                        "number",
                        "null"
                      ]
                    },
                    "largest_transfer_btc": {
                      "type": [
                        "number",
                        "null"
                      ]
                    }
                  },
                  "description": "Large on-chain BTC transfer activity. This source carries no direction or venue data, so no exchange inflow/outflow or net-flow figure is reported."
                }
              }
            }
          }
        }
      }
    }
  }
}

Provenance

Seen in the source catalog
2026-08-25 19:19Z
Last indexed by Roundhouse
2026-09-24 13:30Z
Last enriched (probe, favicon, geo)
2026-09-23 21:45Z
x402 version
2
Max timeout
300s
Liveness probe
HTTP 402
Report

Hand this page to an agent

Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.

GET api.roundhouseai.io/v0/endpoints

This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 30 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.

Open skill.md
Show the prompt
Using Roundhouse, look up the x402 service RC Quantum Data Oracle and tell me whether it is
worth paying: what a call costs, whether the endpoint answered when last probed, and what
its payment record actually shows.

curl -s 'https://api.roundhouseai.io/v0/endpoints?q=RC%20Quantum%20Data%20Oracle'
curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>'

Then call it: read the price from the live 402 at https://data.rcqsignals.com/v1/fetch/btc-intel, never from
a cached figure, and pay with an x402 client.

The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except
/v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402,
or use an organization key from https://roundhouseai.io/dashboard/team.

If you do not have Roundhouse tools or skills installed, read
https://roundhouseai.io/skill.md first — it is the whole procedure.