x402 List

x402 Protocol Service Directory

x402stock

Finance

Pay-per-call market and economic data API for agents: US stocks, ETFs and options, macro series, SEC filings, crypto and market sentiment. Paid in USDC via x402 on Base, no API key required.

Pay from $0.01 to $0.05 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

UPTIME 24H 100% 7D 100% 30D 100%
BASE URL https://x402stock.xyz ENDPOINTS 10 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

ASSESSMENT

updated 20m ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
100%
uptime 7d
100%
uptime 30d
100%
uptime 90d
100%
response p95
304ms
avg response
199ms
total checks
47
compliance A (11/11)

11 of 11 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.01 to $0.05 (p49 in Finance)
price (min)
$0.01
price (max)
$0.05
category percentile (min)
p49 in Finance
category percentile (max)
p64 in Finance
endpoints / prices
10 / 4
model
tiered
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

traction $96.08 30d · 114 buyers
volume 30d
$96.08
buyers 30d
114
settlements 30d
3,019
last settlement
2026-07-21
top buyer share
71% of 30d volume
trend 7d vs 30d
0.72x the 30d daily rate
networks
eip155:8453

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

Provides market and economic data including US stocks, ETFs, options, forex, crypto, commodities, and macroeconomic indicators.

category
market-data
in
query params
stocksetfforexcryptocommoditiesmacromarket-dataeconomic-indicators

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET
GET /api/v1/compare $0.05 Base USDC
GET /api/v1/fda $0.03 Base USDC
GET /api/v1/fear-greed/regime $0.02 Base USDC
GET /api/v1/filing-search $0.02 Base USDC
GET /api/v1/inflation $0.02 Base USDC
GET /api/v1/labor-market $0.02 Base USDC
GET /api/v1/market-pulse $0.03 Base USDC
GET /api/v1/patents $0.02 Base USDC
GET /api/v1/private-stocks $0.02 Base USDC
GET /api/v1/treasury-yields $0.01 Base USDC
10 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /api/v1/compare returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://x402stock.xyz/api/v1/compare'
// 402 response (captured by monitor) · 10 payloads · click to expand
[
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
        "amount": "50000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://x402stock.xyz/api/v1/compare",
      "method": "GET",
      "mimeType": "application/json",
      "description": "Compare 2 to 3 US-listed stocks side by side (peer or watchlist comparisons). Pass a comma-separated list via `?tickers=AAPL,MSFT,NVDA` (1 to 3 symbols). Returns price and day change, market cap, P/E, EPS, revenue, gross and net margins, and dividend yield per ticker. Built for multiple stocks — for a single stock, `/api/v1/quote/{ticker}` is cheaper. From x402stock"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "tickers": "AAPL,MSFT,NVDA"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "rows": [
                {
                  "eps": 8.26,
                  "name": "Apple Inc.",
                  "price": 311.35,
                  "ticker": "AAPL",
                  "revenue": 451442000000,
                  "pe_ratio": 37.69,
                  "available": "ok",
                  "market_cap": 4589945623560,
                  "change_percent": -0.371,
                  "net_margin_percent": 27.15,
                  "gross_margin_percent": 47.86,
                  "dividend_yield_percent": 0.35
                },
                {
                  "eps": 11.82,
                  "name": "Microsoft Corporation",
                  "price": 450.24,
                  "ticker": "MSFT",
                  "revenue": 270000000000,
                  "pe_ratio": 38.1,
                  "available": "ok",
                  "market_cap": 3346000000000,
                  "change_percent": 5.45,
                  "net_margin_percent": 36.1,
                  "gross_margin_percent": 69.4,
                  "dividend_yield_percent": 0.66
                }
              ],
              "as_of": "2026-05-30T07:00:00.000Z",
              "count": 2,
              "source": "x402stock",
              "tickers": [
                "AAPL",
                "MSFT"
              ]
            }
          }
        },
        "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",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "properties": {
                    "tickers": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "required": [
                    "source",
                    "as_of",
                    "count",
                    "tickers",
                    "rows"
                  ],
                  "properties": {
                    "note": {
                      "type": "string"
                    },
                    "rows": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "ticker",
                          "name",
                          "price",
                          "change_percent",
                          "market_cap",
                          "pe_ratio",
                          "eps",
                          "revenue",
                          "gross_margin_percent",
                          "net_margin_percent",
                          "dividend_yield_percent",
                          "available"
                        ],
                        "properties": {
                          "eps": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "name": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "price": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "ticker": {
                            "type": "string"
                          },
                          "revenue": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "pe_ratio": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "available": {
                            "type": "string"
                          },
                          "market_cap": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "change_percent": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "net_margin_percent": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "gross_margin_percent": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "dividend_yield_percent": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          }
                        },
                        "additionalProperties": false
                      }
                    },
                    "as_of": {
                      "type": "string"
                    },
                    "count": {
                      "type": "number"
                    },
                    "source": {
                      "type": "string",
                      "const": "x402stock"
                    },
                    "tickers": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  },
                  "additionalProperties": false
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
        "amount": "30000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://x402stock.xyz/api/v1/fda",
      "method": "GET",
      "mimeType": "application/json",
      "description": "FDA catalysts for a pharma/biotech/medtech company, from openFDA. Pass `?company=Medtronic` (required) plus `?limit=` (max 50). Returns `drug` (recalls + approvals) and `device` (510(k) clearances, PMA approvals, recalls) sections, each with recent items, match totals, and official FDA links. One call across 5 FDA datasets. From x402stock, a market & economic data API (x402, USDC)."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "limit": 10,
              "company": "Pfizer"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "drug": {
                "recalls": {
                  "count": 0,
                  "items": [],
                  "total_matched": 0
                },
                "approvals": {
                  "count": 0,
                  "items": [],
                  "total_matched": 0
                }
              },
              "as_of": "2026-06-18T12:00:00.000Z",
              "device": {
                "recalls": {
                  "count": 0,
                  "items": [],
                  "total_matched": 1250
                },
                "approvals": {
                  "count": 1,
                  "items": [
                    {
                      "url": "https://www.accessdata.fda.gov/scripts/cdrh/cfdocs/cfpma/pma.cfm?id=P160043",
                      "applicant": "Medtronic Vascular",
                      "pma_number": "P160043",
                      "trade_name": "Resolute Onyx Zotarolimus-Eluting Coronary Stent System",
                      "generic_name": "Coronary drug-eluting stent",
                      "product_code": "NIQ",
                      "decision_code": "OK30",
                      "decision_date": "2026-06-05",
                      "supplement_type": "30-Day Notice",
                      "supplement_number": "S094",
                      "advisory_committee": "Cardiovascular"
                    }
                  ],
                  "total_matched": 12772
                },
                "clearances": {
                  "count": 1,
                  "items": [
                    {
                      "url": "https://www.accessdata.fda.gov/scripts/cdrh/cfdocs/cfpmn/pmn.cfm?ID=K253656",
                      "decision": "Substantially Equivalent",
                      "k_number": "K253656",
                      "applicant": "Medtronic Sofamor Danek USA, Inc.",
                      "device_name": "OsteoCool RF Ablation System; OsteoCool 2.0 RF Ablation System",
                      "product_code": "GEI",
                      "date_received": "2025-11-20",
                      "decision_date": "2026-06-05",
                      "clearance_type": "Traditional",
                      "advisory_committee": "General, Plastic Surgery"
                    }
                  ],
                  "total_matched": 1576
                }
              },
              "source": "fda",
              "company": "Medtronic",
              "attribution": "Source: openFDA, U.S. Food and Drug Administration"
            }
          }
        },
        "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",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "required": [
                    "company",
                    "limit"
                  ],
                  "properties": {
                    "limit": {
                      "type": "integer",
                      "default": 10,
                      "maximum": 50,
                      "exclusiveMinimum": 0
                    },
                    "company": {
                      "type": "string",
                      "maxLength": 120,
                      "minLength": 2
                    }
                  },
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "required": [
                    "source",
                    "as_of",
                    "company",
                    "drug",
                    "device",
                    "attribution"
                  ],
                  "properties": {
                    "drug": {
                      "type": "object",
                      "required": [
                        "recalls",
                        "approvals"
                      ],
                      "properties": {
                        "recalls": {
                          "type": "object",
                          "required": [
                            "total_matched",
                            "count",
                            "items"
                          ],
                          "properties": {
                            "count": {
                              "type": "number"
                            },
                            "items": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "required": [
                                  "date",
                                  "status",
                                  "classification",
                                  "product_type",
                                  "product_description",
                                  "reason",
                                  "firm",
                                  "recall_number",
                                  "voluntary_mandated"
                                ],
                                "properties": {
                                  "date": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "firm": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "reason": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "status": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "product_type": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "recall_number": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "classification": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "voluntary_mandated": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "product_description": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  }
                                },
                                "additionalProperties": false
                              }
                            },
                            "total_matched": {
                              "type": "number"
                            }
                          },
                          "additionalProperties": false
                        },
                        "approvals": {
                          "type": "object",
                          "required": [
                            "total_matched",
                            "count",
                            "items"
                          ],
                          "properties": {
                            "count": {
                              "type": "number"
                            },
                            "items": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "required": [
                                  "application_number",
                                  "sponsor",
                                  "approval_date",
                                  "brand_names",
                                  "active_ingredients",
                                  "dosage_form",
                                  "route",
                                  "submission_class",
                                  "review_priority",
                                  "url"
                                ],
                                "properties": {
                                  "url": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "route": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "sponsor": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "brand_names": {
                                    "type": "array",
                                    "items": {
                                      "type": "string"
                                    }
                                  },
                                  "dosage_form": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "approval_date": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "review_priority": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "submission_class": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "active_ingredients": {
                                    "type": "array",
                                    "items": {
                                      "type": "string"
                                    }
                                  },
                                  "application_number": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  }
                                },
                                "additionalProperties": false
                              }
                            },
                            "total_matched": {
                              "type": "number"
                            }
                          },
                          "additionalProperties": false
                        }
                      },
                      "additionalProperties": false
                    },
                    "as_of": {
                      "type": "string"
                    },
                    "device": {
                      "type": "object",
                      "required": [
                        "clearances",
                        "approvals",
                        "recalls"
                      ],
                      "properties": {
                        "recalls": {
                          "type": "object",
                          "required": [
                            "total_matched",
                            "count",
                            "items"
                          ],
                          "properties": {
                            "count": {
                              "type": "number"
                            },
                            "items": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "required": [
                                  "date",
                                  "status",
                                  "classification",
                                  "product_type",
                                  "product_description",
                                  "reason",
                                  "firm",
                                  "recall_number",
                                  "voluntary_mandated"
                                ],
                                "properties": {
                                  "date": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "firm": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "reason": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "status": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "product_type": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "recall_number": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "classification": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "voluntary_mandated": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "product_description": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  }
                                },
                                "additionalProperties": false
                              }
                            },
                            "total_matched": {
                              "type": "number"
                            }
                          },
                          "additionalProperties": false
                        },
                        "approvals": {
                          "type": "object",
                          "required": [
                            "total_matched",
                            "count",
                            "items"
                          ],
                          "properties": {
                            "count": {
                              "type": "number"
                            },
                            "items": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "required": [
                                  "pma_number",
                                  "supplement_number",
                                  "trade_name",
                                  "generic_name",
                                  "decision_date",
                                  "decision_code",
                                  "supplement_type",
                                  "advisory_committee",
                                  "product_code",
                                  "applicant",
                                  "url"
                                ],
                                "properties": {
                                  "url": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "applicant": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "pma_number": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "trade_name": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "generic_name": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "product_code": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "decision_code": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "decision_date": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "supplement_type": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "supplement_number": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "advisory_committee": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  }
                                },
                                "additionalProperties": false
                              }
                            },
                            "total_matched": {
                              "type": "number"
                            }
                          },
                          "additionalProperties": false
                        },
                        "clearances": {
                          "type": "object",
                          "required": [
                            "total_matched",
                            "count",
                            "items"
                          ],
                          "properties": {
                            "count": {
                              "type": "number"
                            },
                            "items": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "required": [
                                  "k_number",
                                  "device_name",
                                  "decision",
                                  "decision_date",
                                  "clearance_type",
                                  "product_code",
                                  "advisory_committee",
                                  "date_received",
                                  "applicant",
                                  "url"
                                ],
                                "properties": {
                                  "url": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "decision": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "k_number": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "applicant": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "device_name": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "product_code": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "date_received": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "decision_date": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "clearance_type": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  },
                                  "advisory_committee": {
                                    "anyOf": [
                                      {
                                        "type": "string"
                                      },
                                      {
                                        "type": "null"
                                      }
                                    ]
                                  }
                                },
                                "additionalProperties": false
                              }
                            },
                            "total_matched": {
                              "type": "number"
                            }
                          },
                          "additionalProperties": false
                        }
                      },
                      "additionalProperties": false
                    },
                    "source": {
                      "type": "string",
                      "const": "fda"
                    },
                    "company": {
                      "type": "string"
                    },
                    "attribution": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": false
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
        "amount": "20000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://x402stock.xyz/api/v1/fear-greed/regime",
      "method": "GET",
      "mimeType": "application/json",
      "description": "The combined market regime — one read fusing the stock Fear & Greed score and velocity, VIX, insider-buying sentiment, and net liquidity into a named regime (e.g. Mixed Signals) with severity and a suggested stance, plus how the S&P 500 historically performed after similar regimes (forward 5/22-day and 1/3-month returns and win rates). From x402stock, a market & economic data API (x402, USDC)."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "as_of": "2026-06-05T00:00:00.000Z",
              "regime": {
                "id": "mixed",
                "name": "Mixed Signals",
                "action": "No historically significant setup detected. Monitor for signal alignment.",
                "severity": "neutral",
                "description": "No clear regime pattern. Signals are not aligned strongly in any direction."
              },
              "source": "x402stock",
              "current": {
                "vix": 15.4,
                "fg_zone": "greed",
                "fg_score": 69,
                "velocity": 5,
                "vix_level": "calm",
                "insider_label": "Sell Pressure",
                "insider_score": 34,
                "liquidity_label": "Expanding",
                "liquidity_score": 42
              },
              "history": {
                "episodes": 154,
                "avg_spy_1m_percent": 1.04,
                "avg_spy_3m_percent": 2.84,
                "win_rate_1m_percent": 70,
                "win_rate_3m_percent": 75,
                "avg_forward_5d_percent": -6.8,
                "avg_forward_22d_percent": -10.6
              }
            }
          }
        },
        "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",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "required": [
                    "source",
                    "as_of",
                    "regime",
                    "current",
                    "history"
                  ],
                  "properties": {
                    "as_of": {
                      "type": "string"
                    },
                    "regime": {
                      "type": "object",
                      "required": [
                        "id",
                        "name",
                        "severity",
                        "description",
                        "action"
                      ],
                      "properties": {
                        "id": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "name": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "action": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "severity": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "description": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        }
                      },
                      "additionalProperties": false
                    },
                    "source": {
                      "type": "string",
                      "const": "x402stock"
                    },
                    "current": {
                      "type": "object",
                      "required": [
                        "fg_score",
                        "fg_zone",
                        "velocity",
                        "vix",
                        "vix_level",
                        "insider_score",
                        "insider_label",
                        "liquidity_score",
                        "liquidity_label"
                      ],
                      "properties": {
                        "vix": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "fg_zone": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "fg_score": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "velocity": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "vix_level": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "insider_label": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "insider_score": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "liquidity_label": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "liquidity_score": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        }
                      },
                      "additionalProperties": false
                    },
                    "history": {
                      "type": "object",
                      "required": [
                        "episodes",
                        "avg_forward_5d_percent",
                        "avg_forward_22d_percent",
                        "avg_spy_1m_percent",
                        "avg_spy_3m_percent",
                        "win_rate_1m_percent",
                        "win_rate_3m_percent"
                      ],
                      "properties": {
                        "episodes": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "avg_spy_1m_percent": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "avg_spy_3m_percent": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "win_rate_1m_percent": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "win_rate_3m_percent": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "avg_forward_5d_percent": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "avg_forward_22d_percent": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        }
                      },
                      "additionalProperties": false
                    }
                  },
                  "additionalProperties": false
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
        "amount": "20000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://x402stock.xyz/api/v1/filing-search",
      "method": "GET",
      "mimeType": "application/json",
      "description": "Full-text search across every SEC EDGAR filing since 2001. Find filings mentioning a keyword or exact phrase via ?q=, narrow by ?forms=10-K,8-K, ?ticker=, and ?startdt=/?enddt= dates, and cap with ?limit=. Returns each match's form, filer, date, and a link to the document. Sourced from SEC EDGAR. From x402stock, a market & economic data API (x402, USDC)."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "q": "artificial intelligence",
              "forms": "10-K",
              "limit": 10
            }
          },
          "output": {
            "type": "json",
            "example": {
              "as_of": "2026-06-01T15:00:00.000Z",
              "count": 1,
              "forms": "10-K",
              "query": "artificial intelligence",
              "source": "sec_edgar",
              "ticker": null,
              "results": [
                {
                  "cik": "0000320193",
                  "url": "https://www.sec.gov/Archives/edgar/data/320193/000032019325000123/aapl-20250927.htm",
                  "form": "10-K",
                  "filer": "Apple Inc. (AAPL) (CIK 0000320193)",
                  "accession": "0000320193-25-000123",
                  "description": "10-K",
                  "filing_date": "2025-11-01",
                  "period_ending": "2025-09-27"
                }
              ],
              "total_matches": 4821
            }
          }
        },
        "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",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "required": [
                    "q",
                    "limit"
                  ],
                  "properties": {
                    "q": {
                      "type": "string",
                      "minLength": 1
                    },
                    "enddt": {
                      "type": "string",
                      "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
                    },
                    "forms": {
                      "type": "string"
                    },
                    "limit": {
                      "type": "integer",
                      "default": 10,
                      "maximum": 100,
                      "exclusiveMinimum": 0
                    },
                    "ticker": {
                      "type": "string"
                    },
                    "startdt": {
                      "type": "string",
                      "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
                    }
                  },
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "required": [
                    "source",
                    "as_of",
                    "query",
                    "forms",
                    "ticker",
                    "total_matches",
                    "count",
                    "results"
                  ],
                  "properties": {
                    "as_of": {
                      "type": "string"
                    },
                    "count": {
                      "type": "number"
                    },
                    "forms": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "query": {
                      "type": "string"
                    },
                    "source": {
                      "type": "string",
                      "const": "sec_edgar"
                    },
                    "ticker": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "results": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "accession",
                          "form",
                          "filing_date",
                          "period_ending",
                          "filer",
                          "cik",
                          "description",
                          "url"
                        ],
                        "properties": {
                          "cik": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "url": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "form": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "filer": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "accession": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "description": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "filing_date": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "period_ending": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          }
                        },
                        "additionalProperties": false
                      }
                    },
                    "total_matches": {
                      "type": "number"
                    }
                  },
                  "additionalProperties": false
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
        "amount": "20000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://x402stock.xyz/api/v1/inflation",
      "method": "GET",
      "mimeType": "application/json",
      "description": "US consumer price inflation from the Bureau of Labor Statistics: the latest headline CPI-U and core (ex food and energy) index levels with year-over-year percent change, plus recent monthly history. No ticker needed. Use for macro-aware analysis without leaving for a separate data source. Sourced from US BLS. From x402stock, a market & economic data API (x402, USDC)."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "core": {
                "yoy_percent": 3.1,
                "latest_index": 326.18,
                "latest_month": "2026-04"
              },
              "unit": "index_1982_84=100",
              "as_of": "2026-04-01T00:00:00.000Z",
              "series": "cpi_u_us_city_average",
              "source": "us_bls",
              "history": [
                {
                  "date": "2026-04",
                  "value": 320.32,
                  "period_name": "April"
                }
              ],
              "headline": {
                "yoy_percent": 2.7,
                "latest_index": 320.32,
                "latest_month": "2026-04"
              }
            }
          }
        },
        "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",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "required": [
                    "source",
                    "as_of",
                    "series",
                    "unit",
                    "headline",
                    "core",
                    "history"
                  ],
                  "properties": {
                    "core": {
                      "type": "object",
                      "required": [
                        "latest_index",
                        "latest_month",
                        "yoy_percent"
                      ],
                      "properties": {
                        "yoy_percent": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "latest_index": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "latest_month": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        }
                      },
                      "additionalProperties": false
                    },
                    "unit": {
                      "type": "string"
                    },
                    "as_of": {
                      "type": "string"
                    },
                    "series": {
                      "type": "string"
                    },
                    "source": {
                      "type": "string",
                      "const": "us_bls"
                    },
                    "history": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "date",
                          "period_name",
                          "value"
                        ],
                        "properties": {
                          "date": {
                            "type": "string"
                          },
                          "value": {
                            "type": "number"
                          },
                          "period_name": {
                            "type": "string"
                          }
                        },
                        "additionalProperties": false
                      }
                    },
                    "headline": {
                      "type": "object",
                      "required": [
                        "latest_index",
                        "latest_month",
                        "yoy_percent"
                      ],
                      "properties": {
                        "yoy_percent": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "latest_index": {
                          "anyOf": [
                            {
                              "type": "number"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        },
                        "latest_month": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        }
                      },
                      "additionalProperties": false
                    }
                  },
                  "additionalProperties": false
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
        "amount": "20000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://x402stock.xyz/api/v1/labor-market",
      "method": "GET",
      "mimeType": "application/json",
      "description": "US labor-market headline indicators from the Bureau of Labor Statistics: the unemployment rate, labor force participation rate, total nonfarm payrolls, and average hourly earnings, each with its latest value and change from the prior month. No ticker needed. Sourced from US BLS. From x402stock, a pay-per-call market & economic data API for AI agents. No API key or account; pay in USDC via x402."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "as_of": "2026-04-01T00:00:00.000Z",
              "series": "us_labor_market_headline",
              "source": "us_bls",
              "metrics": [
                {
                  "unit": "percent",
                  "change": -0.1,
                  "metric": "unemployment_rate",
                  "prior_value": 4.2,
                  "latest_month": "2026-04",
                  "latest_value": 4.1
                }
              ]
            }
          }
        },
        "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",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "required": [
                    "source",
                    "as_of",
                    "series",
                    "metrics"
                  ],
                  "properties": {
                    "as_of": {
                      "type": "string"
                    },
                    "series": {
                      "type": "string"
                    },
                    "source": {
                      "type": "string",
                      "const": "us_bls"
                    },
                    "metrics": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "metric",
                          "unit",
                          "latest_value",
                          "latest_month",
                          "prior_value",
                          "change"
                        ],
                        "properties": {
                          "unit": {
                            "type": "string"
                          },
                          "change": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "metric": {
                            "type": "string"
                          },
                          "prior_value": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "latest_month": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "latest_value": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          }
                        },
                        "additionalProperties": false
                      }
                    }
                  },
                  "additionalProperties": false
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
        "amount": "30000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://x402stock.xyz/api/v1/market-pulse",
      "method": "GET",
      "mimeType": "application/json",
      "description": "Use to find the day's biggest movers in one call. Returns the top 10 gainers and top 10 losers by percent move with price, the current US market session status (open, closed, pre, or post), and the latest market news headlines. No ticker needed. Built for agents scanning what is moving today. From x402stock, a pay-per-call market & economic data API. Pay per request in USDC via x402, no API key."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "limit": 10
            }
          },
          "output": {
            "type": "json",
            "example": {
              "news": [
                {
                  "url": "https://example.com/news/market",
                  "title": "Stock market today: indexes close at record highs",
                  "tickers": [
                    "AAPL",
                    "MSFT"
                  ],
                  "publisher": "Example Wire",
                  "published_at": "2026-05-29T21:00:00Z"
                }
              ],
              "as_of": "2026-05-30T07:00:00.000Z",
              "losers": [
                {
                  "price": 0.1401,
                  "ticker": "DAIC",
                  "change_percent": -96.04
                }
              ],
              "source": "x402stock",
              "gainers": [
                {
                  "price": 7.73,
                  "ticker": "QH",
                  "change_percent": 7453.19
                }
              ],
              "market_status": {
                "market": "closed",
                "after_hours": false,
                "early_hours": false
              }
            }
          }
        },
        "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",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "properties": {
                    "limit": {
                      "type": "integer",
                      "maximum": 50,
                      "exclusiveMinimum": 0
                    }
                  },
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "required": [
                    "source",
                    "as_of",
                    "market_status",
                    "gainers",
                    "losers",
                    "news"
                  ],
                  "properties": {
                    "news": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "title",
                          "url",
                          "publisher",
                          "published_at",
                          "tickers"
                        ],
                        "properties": {
                          "url": {
                            "type": "string"
                          },
                          "title": {
                            "type": "string"
                          },
                          "tickers": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "publisher": {
                            "type": "string"
                          },
                          "published_at": {
                            "type": "string"
                          }
                        },
                        "additionalProperties": false
                      }
                    },
                    "as_of": {
                      "type": "string"
                    },
                    "losers": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "ticker",
                          "change_percent",
                          "price"
                        ],
                        "properties": {
                          "price": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "ticker": {
                            "type": "string"
                          },
                          "change_percent": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          }
                        },
                        "additionalProperties": false
                      }
                    },
                    "source": {
                      "type": "string",
                      "const": "x402stock"
                    },
                    "gainers": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "ticker",
                          "change_percent",
                          "price"
                        ],
                        "properties": {
                          "price": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "ticker": {
                            "type": "string"
                          },
                          "change_percent": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          }
                        },
                        "additionalProperties": false
                      }
                    },
                    "market_status": {
                      "anyOf": [
                        {
                          "type": "object",
                          "required": [
                            "market",
                            "early_hours",
                            "after_hours"
                          ],
                          "properties": {
                            "market": {
                              "type": "string"
                            },
                            "after_hours": {
                              "type": "boolean"
                            },
                            "early_hours": {
                              "type": "boolean"
                            }
                          },
                          "additionalProperties": false
                        },
                        {
                          "type": "null"
                        }
                      ]
                    }
                  },
                  "additionalProperties": false
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
        "amount": "20000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://x402stock.xyz/api/v1/patents",
      "method": "GET",
      "mimeType": "application/json",
      "description": "A company's US patents from the USPTO Open Data Portal, newest filings first. Pass `?company=Tesla` (required, matches APPLICANT name — subsidiaries/variants need separate queries) plus `?limit=` (max 100). Each carries patent & application numbers, title, filing & grant dates, status, applicant, inventors, and a link. From x402stock, a market & economic data API (x402, USDC)."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "limit": 20,
              "company": "Tesla"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "as_of": "2026-06-18T12:00:00.000Z",
              "count": 1,
              "source": "uspto",
              "company": "Tesla",
              "patents": [
                {
                  "url": "https://patents.google.com/patent/US12179682",
                  "title": "BIASED BAG WRAP FOR RIMLESS STEERING WHEEL",
                  "status": "Patented Case",
                  "applicant": "TESLA, INC.",
                  "inventors": [
                    "Kurt FISCHER",
                    "Aditya MOHANTY"
                  ],
                  "grant_date": "2024-12-31",
                  "filing_date": "2024-02-28",
                  "patent_number": "12179682",
                  "application_number": "18687455"
                }
              ],
              "attribution": "Source: U.S. Patent and Trademark Office (USPTO) Open Data Portal",
              "total_matched": 1878
            }
          }
        },
        "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",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "required": [
                    "company",
                    "limit"
                  ],
                  "properties": {
                    "limit": {
                      "type": "integer",
                      "default": 20,
                      "maximum": 100,
                      "exclusiveMinimum": 0
                    },
                    "company": {
                      "type": "string",
                      "maxLength": 120,
                      "minLength": 2
                    }
                  },
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "required": [
                    "source",
                    "as_of",
                    "company",
                    "total_matched",
                    "count",
                    "patents",
                    "attribution"
                  ],
                  "properties": {
                    "as_of": {
                      "type": "string"
                    },
                    "count": {
                      "type": "number"
                    },
                    "source": {
                      "type": "string",
                      "const": "uspto"
                    },
                    "company": {
                      "type": "string"
                    },
                    "patents": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "patent_number",
                          "application_number",
                          "title",
                          "filing_date",
                          "grant_date",
                          "status",
                          "applicant",
                          "inventors",
                          "url"
                        ],
                        "properties": {
                          "url": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "title": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "status": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "applicant": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "inventors": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "grant_date": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "filing_date": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "patent_number": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "application_number": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          }
                        },
                        "additionalProperties": false
                      }
                    },
                    "attribution": {
                      "type": "string"
                    },
                    "total_matched": {
                      "type": "number"
                    }
                  },
                  "additionalProperties": false
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
        "amount": "20000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://x402stock.xyz/api/v1/private-stocks",
      "method": "GET",
      "mimeType": "application/json",
      "description": "Live valuations for private, pre-IPO companies — Anthropic, OpenAI, SpaceX, Anduril, Neuralink, Kalshi, Polymarket — in one call, via PreStocks Solana tokens backed 1:1 by SPV exposure. Per company: mark price and valuation, on-chain token price and implied valuation, the token's premium/discount, supply, and contract. The catalog's only pre-IPO feed. From x402stock"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "as_of": "2026-06-06T00:27:47.493Z",
              "count": 7,
              "venue": "prestocks",
              "source": "x402stock",
              "companies": [
                {
                  "url": "https://www.prestocks.com/anduril",
                  "name": "Anduril PreStocks",
                  "supply": 14390.747182,
                  "symbol": "ANDURIL",
                  "logo_url": "https://www.prestocks.com/logos/anduril.png",
                  "mark_price": 127.64,
                  "description": "Anduril builds AI-driven defense systems, including autonomous drones and perimeter sensors. Their platforms integrate real-time data and computer vision to enhance situational awareness for military and border security applications.\n\nANDURIL is a PreStocks issued token backed 1:1 by SPV exposure that tracks the price of the underlying private company.",
                  "token_price": 122.968,
                  "mark_valuation": 103744703531,
                  "contract_address": "PresTj4Yc2bAR197Er7wz4UUKSfqt6FryBEdAriBoQB",
                  "implied_valuation": 99947316150,
                  "token_premium_percent": -3.66
                },
                {
                  "url": "https://www.prestocks.com/anthropic",
                  "name": "Anthropic PreStocks",
                  "supply": 9554.916082,
                  "symbol": "ANTHROPIC",
                  "logo_url": "https://www.prestocks.com/logos/anthropic.png",
                  "mark_price": 1023.25,
                  "description": "Anthropic is an AI research company developing Claude, a language model built with a strong focus on safety and interpretability. Their approach emphasizes ethical guardrails and transparent behavior to reduce the risk of harmful outputs while enabling sophisticated natural language capabilities.\n\nANTHROPIC is a PreStocks issued token backed 1:1 by SPV exposure that tracks the price of the underlying private company.",
                  "token_price": 901.4462,
                  "mark_valuation": 1676433761736,
                  "contract_address": "Pren1FvFX6J3E4kXhJuCiAD5aDmGEb7qJRncwA8Lkhw",
                  "implied_valuation": 1476877462885,
                  "token_premium_percent": -11.9
                },
                {
                  "url": "https://www.prestocks.com/kalshi",
                  "name": "Kalshi PreStocks",
                  "supply": 1476.997906,
                  "symbol": "KALSHI",
                  "logo_url": "https://www.prestocks.com/logos/kalshi.png",
                  "mark_price": 604.24,
                  "description": "Kalshi is a CFTC-regulated prediction market where users trade event contracts on real-world outcomes. Contract prices reflect implied probabilities for events across politics, economics, sports, and more.\n\nKALSHI is a PreStocks issued token backed 1:1 by SPV exposure that tracks the price of the underlying private company.",
                  "token_price": 511.8646,
                  "mark_valuation": 21708276177,
                  "contract_address": "PreLWGkkeqG1s4HEfFZSy9moCrJ7btsHuUtfcCeoRua",
                  "implied_valuation": 18389542280,
                  "token_premium_percent": -15.29
                },
                {
                  "url": "https://www.prestocks.com/neuralink",
                  "name": "Neuralink PreStocks",
                  "supply": 4995.999226,
                  "symbol": "NEURALINK",
                  "logo_url": "https://www.prestocks.com/logos/neuralink.png",
                  "mark_price": 282.23,
                  "description": "Neuralink develops implantable brain-computer interfaces designed to enable direct communication between the human brain and computers. Their technology aims to treat neurological conditions and eventually augment human capabilities.\n\nNEURALINK is a PreStocks issued token backed 1:1 by SPV exposure that tracks the price of the underlying private company.",
                  "token_price": 300.1132,
                  "mark_valuation": 53931079208,
                  "contract_address": "PrekqLJvJ3qVdXmBGDiexvwUTF4rLFDa6HWS4HJbw9S",
                  "implied_valuation": 57348355821,
                  "token_premium_percent": 6.34
                },
                {
                  "url": "https://www.prestocks.com/openai",
                  "name": "OpenAI PreStocks",
                  "supply": 2002.908181,
                  "symbol": "OPENAI",
                  "logo_url": "https://www.prestocks.com/logos/openai.png",
                  "mark_price": 1527.04,
                  "description": "OpenAI pioneers large-language models like GPT and DALL·E, enabling advanced AI applications. Their research emphasizes both cutting-edge capability and responsible deployment strategies.\n\nOPENAI is a PreStocks issued token backed 1:1 by SPV exposure that tracks the price of the underlying private company.",
                  "token_price": 1331.9607,
                  "mark_valuation": 1273031389432,
                  "contract_address": "PreweJYECqtQwBtpxHL171nL2K6umo692gTm7Q3rpgF",
                  "implied_valuation": 1110401674929,
                  "token_premium_percent": -12.77
                },
                {
                  "url": "https://www.prestocks.com/polymarket",
                  "name": "Polymarket PreStocks",
                  "supply": 4818.988067,
                  "symbol": "POLYMARKET",
                  "logo_url": "https://www.prestocks.com/logos/polymarket.png",
                  "mark_price": 147.94,
                  "description": "Polymarket is a decentralized prediction market for real-world events. It leverages blockchain technology and market-driven pricing to provide real-time implied probabilities across politics, economics, sports, and more.\n\nPOLYMARKET is a PreStocks issued token backed 1:1 by SPV exposure that tracks the price of the underlying private company.",
                  "token_price": 147.6774,
                  "mark_valuation": 12844491607,
                  "contract_address": "Pre8AREmFPtoJFT8mQSXQLh56cwJmM7CFDRuoGBZiUP",
                  "implied_valuation": 12821691278,
                  "token_premium_percent": -0.18
                },
                {
                  "url": "https://www.prestocks.com/spacex",
                  "name": "SpaceX PreStocks",
                  "supply": 8742.928256,
                  "symbol": "SPACEX",
                  "logo_url": "https://www.prestocks.com/logos/spacex.png",
                  "mark_price": 795.49,
                  "description": "SpaceX engineers reusable launch vehicles and the Starlink satellite constellation for global broadband. Their focus on rapid reusability and vertical integration drives down launch costs and accelerates space access.\n\nSPACEX is a PreStocks issued token backed 1:1 by SPV exposure that tracks the price of the underlying private company.",
                  "token_price": 701.0533,
                  "mark_valuation": 2085951555556,
                  "contract_address": "PreANxuXjsy2pvisWWMNB6YaJNzr7681wJJr2rHsfTh",
                  "implied_valuation": 1838317496767,
                  "token_premium_percent": -11.87
                }
              ],
              "attribution": "Source: PreStocks (prestocks.com) — Solana tokens backed 1:1 by SPV exposure to the underlying private company"
            }
          }
        },
        "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",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "required": [
                    "source",
                    "as_of",
                    "venue",
                    "count",
                    "companies",
                    "attribution"
                  ],
                  "properties": {
                    "as_of": {
                      "type": "string",
                      "description": "ISO 8601 timestamp when this response was generated."
                    },
                    "count": {
                      "type": "number",
                      "description": "Number of companies in `companies`."
                    },
                    "venue": {
                      "type": "string",
                      "description": "Issuing venue for the tokens — always 'prestocks'."
                    },
                    "source": {
                      "type": "string",
                      "const": "x402stock"
                    },
                    "companies": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "symbol",
                          "name",
                          "description",
                          "mark_price",
                          "mark_valuation",
                          "token_price",
                          "implied_valuation",
                          "token_premium_percent",
                          "supply",
                          "contract_address",
                          "logo_url",
                          "url"
                        ],
                        "properties": {
                          "url": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ],
                            "description": "PreStocks company page URL."
                          },
                          "name": {
                            "type": "string",
                            "description": "PreStocks token name, e.g. 'Anthropic PreStocks'."
                          },
                          "supply": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "null"
                              }
                            ],
                            "description": "Circulating token supply."
                          },
                          "symbol": {
                            "type": "string",
                            "description": "PreStocks token symbol, e.g. ANTHROPIC, OPENAI, SPACEX. Use as the {symbol} path param."
                          },
                          "logo_url": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ],
                            "description": "Company logo image URL."
                          },
                          "mark_price": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "null"
                              }
                            ],
                            "description": "SPV mark price per token in USD — the underlying private company's marked value. NOT a last-trade price."
                          },
                          "description": {
                            "type": "string",
                            "description": "Plain-language overview of the underlying private company, plus the token's 1:1 SPV-backing note."
                          },
                          "token_price": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "null"
                              }
                            ],
                            "description": "Current on-chain token trading price in USD. Can diverge from mark_price — that gap is the premium/discount."
                          },
                          "mark_valuation": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "null"
                              }
                            ],
                            "description": "Company valuation in USD implied by the SPV mark (mark_price basis)."
                          },
                          "contract_address": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ],
                            "description": "Solana mint address of the PreStocks SPV token."
                          },
                          "implied_valuation": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "null"
                              }
                            ],
                            "description": "Company valuation in USD implied by the on-chain token_price."
                          },
                          "token_premium_percent": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "null"
                              }
                            ],
                            "description": "token_price vs mark_price, in percent. Positive = token trades at a premium to the SPV mark; negative = discount."
                          }
                        },
                        "additionalProperties": false
                      },
                      "description": "Every PreStocks private company, most-valuable first."
                    },
                    "attribution": {
                      "type": "string",
                      "description": "Required source-attribution string; pass through to end users."
                    }
                  },
                  "additionalProperties": false
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://x402stock.xyz/api/v1/treasury-yields",
      "method": "GET",
      "mimeType": "application/json",
      "description": "The daily US Treasury par yield curve (Constant Maturity Treasury rates) for every maturity from 1 month to 30 years, in percent. Defaults to the latest published day; pass `?limit=` for more recent days (max 250) and `?year=YYYY`. No ticker needed. Use for the risk-free rate, rate-sensitivity context, and yield-curve inversion in macro-aware analysis. From x402stock"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "limit": 1
            }
          },
          "output": {
            "type": "json",
            "example": {
              "unit": "percent",
              "as_of": "2026-05-29T00:00:00.000Z",
              "count": 1,
              "rates": [
                {
                  "date": "2026-05-29",
                  "rates": {
                    "1mo": 3.72,
                    "1yr": 3.47,
                    "2mo": 3.66,
                    "2yr": 3.47,
                    "3mo": 3.65,
                    "3yr": 3.55,
                    "4mo": 3.62,
                    "5yr": 3.74,
                    "6mo": 3.58,
                    "7yr": 3.95,
                    "10yr": 4.19,
                    "20yr": 4.81,
                    "30yr": 4.86,
                    "1.5mo": 3.71
                  }
                }
              ],
              "series": "daily_treasury_par_yield_curve",
              "source": "us_treasury",
              "maturities": [
                "1mo",
                "1.5mo",
                "2mo",
                "3mo",
                "4mo",
                "6mo",
                "1yr",
                "2yr",
                "3yr",
                "5yr",
                "7yr",
                "10yr",
                "20yr",
                "30yr"
              ]
            }
          }
        },
        "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",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "required": [
                    "limit"
                  ],
                  "properties": {
                    "year": {
                      "type": "integer",
                      "maximum": 2100,
                      "minimum": 1990
                    },
                    "limit": {
                      "type": "integer",
                      "default": 1,
                      "maximum": 250,
                      "exclusiveMinimum": 0
                    }
                  },
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "required": [
                    "source",
                    "as_of",
                    "series",
                    "unit",
                    "maturities",
                    "count",
                    "rates"
                  ],
                  "properties": {
                    "unit": {
                      "type": "string"
                    },
                    "as_of": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "count": {
                      "type": "number"
                    },
                    "rates": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "date",
                          "rates"
                        ],
                        "properties": {
                          "date": {
                            "type": "string"
                          },
                          "rates": {
                            "type": "object",
                            "propertyNames": {
                              "type": "string"
                            },
                            "additionalProperties": {
                              "anyOf": [
                                {
                                  "type": "number"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            }
                          }
                        },
                        "additionalProperties": false
                      }
                    },
                    "series": {
                      "type": "string"
                    },
                    "source": {
                      "type": "string",
                      "const": "us_treasury"
                    },
                    "maturities": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  },
                  "additionalProperties": false
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

UPTIME

07-20 · uptime 100.0% · 185ms avg07-21 · uptime 100.0% · 220ms avg07-2007-21
RESPONSE TIME
07-20 · 185ms avg07-20 · 185ms avg07-21 · 220ms avg07-21 · 220ms avg07-2007-21
30d UPTIME 100%
UPTIME 30D 100%
AVG RESP 197ms
TOTAL CHECKS 49

RECENT CHECKS

TIME STATUS RESP
● OK 127ms
● OK 166ms
● OK 174ms
● OK 142ms
● OK 196ms
● SLOW 413ms
● OK 148ms
● OK 199ms
● OK 245ms
● OK 235ms
● OK 186ms
● SLOW 304ms
● OK 243ms
● OK 207ms
● OK 197ms
● OK 211ms
● OK 224ms
● OK 238ms

OVER TIME

All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/x402stock/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted).

PRICE (captured 402, USD)
07-20 · $0.0207-21 · $0.02$0.0207-2007-21

Median across 10 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
07-20 uptime: 100.0% compliance: 100% checks07-21 uptime: 100.0% compliance: 100% checksuptimecompliance07-2007-21
VOLUME (on-chain settlement, USD)
06-21 · $0.3206-22 · $506-23 · $506-24 · $106-25 · $506-26 · $606-27 · $506-28 · $506-29 · $106-30 · $507-01 · $607-02 · $207-03 · $507-04 · $507-05 · $507-06 · $507-07 · $507-08 · $307-09 · $0.4907-10 · $107-11 · $0.1907-12 · $0.1807-13 · $0.2407-14 · $0.2707-15 · $0.8207-16 · $0.9007-17 · $807-18 · $0.8407-19 · $0.6407-20 · $507-21 · $0.10peak $806-2107-21
DISTINCT BUYERS
06-21 · 3 buyers06-22 · 5 buyers06-23 · 6 buyers06-24 · 9 buyers06-25 · 7 buyers06-26 · 9 buyers06-27 · 2 buyers06-28 · 6 buyers06-29 · 14 buyers06-30 · 18 buyers07-01 · 12 buyers07-02 · 11 buyers07-03 · 6 buyers07-04 · 8 buyers07-05 · 9 buyers07-06 · 7 buyers07-07 · 8 buyers07-08 · 15 buyers07-09 · 8 buyers07-10 · 6 buyers07-11 · 5 buyers07-12 · 5 buyers07-13 · 7 buyers07-14 · 8 buyers07-15 · 6 buyers07-16 · 5 buyers07-17 · 6 buyers07-18 · 3 buyers07-19 · 1 buyer07-20 · 4 buyers07-21 · 2 buyerspeak 18 buyers06-2107-21

COMPLIANCE

11/11 checks pass · grade A
  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS

EMBED THIS BADGE

Show that x402stock is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

x402stock listed on x402-list
status
x402stock uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/x402stock?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/x402stock.svg" alt="x402stock listed on x402-list" height="28">
</a>
// Markdown
[![x402stock on x402-list](https://x402-list.com/badge/x402stock.svg)](https://x402-list.com/services/x402stock?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/x402stock?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/x402stock.svg?data=uptime" alt="x402stock uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]