mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

[SIGNAL+PROOF] Demand record for one x402 service (?service=): demand_class (REAL/SOLO/PRO

[SIGNAL+PROOF] Demand record for one x402 service (?service=): demand_class (REAL/SOLO/PROBE/WASH), calls_30d, unique_payers_30d, score_total, liveness_state, lifecycle, record_hash. Model demand-v1, refreshed daily from the public CDP catalogue; score_total orders, not rates. DEGRADED DELIVERY, see unavailable_fields - tier, verified, action_hint and the five-axis sub-scores are empty. Descriptive only, never a forecast or advice. No data -> 422 no_charge, not billed. $0.01 per call.

Do you run api.truthbear.co? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
10000 (raw units)
price
21
calls / 30d
3
unique payers
2026-09-09
updated

Provider

api.truthbear.co · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x2d16a243ba9facc6ac85519d5efad2149dc4c6c3",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "10000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "8qEn3Y3GPXdQ28LHshPa4UYeD8V38Lq9b4jCRirQAY3n",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "10000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "discoverable": true,
    "info": {
      "input": {
        "example": {
          "service": "api-exa-ai"
        },
        "exampleRequest": "/trust/precheck?service=api-exa-ai",
        "method": "GET",
        "queryParams": {
          "service": "required - x402 service id; samples at free /trust/preview (sample_ids)"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "current": {
            "alive": true,
            "calls_30d": 15448,
            "demand_class": "REAL",
            "demand_depth": "BREADTH",
            "domain": "api.onesource.io",
            "endpoints": 25,
            "endpoints_by_class": {
              "REAL": 25
            },
            "first_endpoint": "https://api.onesource.io/api/chain/erc20-balance",
            "last_called_at": "2026-08-25T06:44:08.121Z",
            "last_price": 0.001,
            "liveness_state": "live",
            "score_total": 1,
            "score_version": "demand-v1",
            "unique_payers_30d": 1093
          },
          "data_age_hours": 0,
          "entity": "(unlocked on payment)",
          "entity_name": "(unlocked on payment)",
          "hash_core_version": 4,
          "lifecycle": {
            "basis": "CDP discovery quality fields (l30DaysTotalCalls / l30DaysUniquePayers). demand_class is computed by the same classifi...",
            "last_seen": "2026-08-25",
            "state": "operating"
          },
          "observed_at": "2026-08-25T09:56:15.825Z",
          "record_hash": "sha256:351f42610f5b3f386f88ba9c5a9d01d80f287a12a02b2bed05c864f374cd65aa",
          "signal_id": "trust.service-score",
          "snapshot_date": "2026-08-25",
          "source_ref": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
          "source_tier": "T2-observable"
        },
        "type": "json"
      }
    },
    "outputSchemaRef": "/manifest",
    "priceUsd": "$0.01",
    "priceUsdNumber": 0.01,
    "routeTemplate": "/trust/precheck",
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "additionalProperties": false,
              "properties": {
                "service": {
                  "description": "required - x402 service id; samples at free /trust/preview (sample_ids)",
                  "examples": [
                    "api-exa-ai"
                  ],
                  "type": "string"
                }
              },
              "required": [
                "service"
              ],
              "type": "object"
            },
            "type": {
              "const": "http"
            }
          },
          "required": [
            "type",
            "method",
            "queryParams"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {},
            "type": {
              "const": "json"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      }
    }
  }
}

Use it

curl

curl "https://api.truthbear.co/trust/precheck"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.truthbear.co/trust/precheck");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://api.truthbear.co/trust/precheck")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/4402.json, and this resource appears in /discovery/resources and /discovery/search.