INTELLIGENCE

Know what your agents buy.

Costs, changes and evidence for better service decisions.

Cost intelligence

Find the better way to pay.

Compare service prices and payment options against your workload.

Scoped audits · customer usage requiredRequest a cost audit
Change intelligence

Know when your dependencies change.

Track payment offers, service schemas and provider changes over time.

Custom watchlists and historyDiscuss monitoring
Outcome intelligence

Connect the purchase to the result.

Bring charges, retries and task evaluations into one private evidence record.

Integration pilot · your task criteriaConnect your workflow

THE EVIDENCE BASE

Collected. Dated. Traceable.

Use the API
14,635Source listings
33Source snapshots
27,889Recorded changes
1,221Endpoint observations

Latest snapshot: Sep 12, 2026, 05:41 UTC. Daily collection; gaps remain unknown.

2,140 observations · Differences between dated observations.

x402stock.xyzDescribe a screen in plain English via `?q=` (e.g. 'oversold large caps up today on high volume'). An LLM parses it into a filter, screens the entire US market, optionally confirms oversold/overbought with RSI, and returns a ranked shortlist with a one-line rationale per name. No need to know the filter schema or run the enrichment loop yourself. From x402stock
https://x402stock.xyz/api/v1/screener/smart
NetworkAdvertised amountBillingPayee
eip155:84530.2 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85
Source and evidence
{
  "description": "Describe a screen in plain English via `?q=` (e.g. 'oversold large caps up today on high volume'). An LLM parses it into a filter, screens the entire US market, optionally confirms oversold/overbought with RSI, and returns a ranked shortlist with a one-line rationale per name. No need to know the filter schema or run the enrichment loop yourself. From x402stock",
  "domain": "x402stock.xyz",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "q": {
                "minLength": 1,
                "type": "string"
              }
            },
            "required": [
              "q"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "as_of": {
                "type": "string"
              },
              "disclaimer": {
                "type": "string"
              },
              "filter": {
                "additionalProperties": false,
                "properties": {
                  "limit": {
                    "type": "number"
                  },
                  "max_change_percent": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "max_price": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "min_change_percent": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "min_price": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "min_volume": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "order": {
                    "type": "string"
                  },
                  "signal": {
                    "type": "string"
                  },
                  "sort": {
                    "type": "string"
                  }
                },
                "required": [
                  "min_price",
                  "max_price",
                  "min_change_percent",
                  "max_change_percent",
                  "min_volume",
                  "sort",
                  "order",
                  "limit",
                  "signal"
                ],
                "type": "object"
              },
              "interpretation": {
                "type": "string"
              },
              "model": {
                "type": "string"
              },
              "note": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "query": {
                "type": "string"
              },
              "result_count": {
                "type": "number"
              },
              "results": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "change_percent": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "price": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "rationale": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "rsi": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "ticker": {
                      "type": "string"
                    },
                    "volume": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    }
                  },
                  "required": [
                    "ticker",
                    "price",
                    "change_percent",
                    "volume",
                    "rsi",
                    "rationale"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "sections": {
                "additionalProperties": {
                  "type": "string"
                },
                "propertyNames": {
                  "type": "string"
                },
                "type": "object"
              },
              "source": {
                "const": "x402stock",
                "type": "string"
              },
              "summary": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              }
            },
            "required": [
              "query",
              "source",
              "as_of",
              "interpretation",
              "note",
              "filter",
              "sections",
              "result_count",
              "results",
              "summary",
              "model",
              "disclaimer"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.2",
      "amount_atomic": "200000",
      "amount_encoding": "atomic_units",
      "amount_raw": "200000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "a0706dee437aae401b85be288a2405bc8d48a4b76d57b88bf6a712c4521146c0",
  "service_id": "b1818ed0d0f17bc280fd347d8444f64056c1c32b3fb2de91f8a0ca71c9cc5e73",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T04:38:23.78Z",
  "url": "https://x402stock.xyz/api/v1/screener/smart",
  "usage_rights": "not_reviewed"
}
x402stock.xyzFDA 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).
https://x402stock.xyz/api/v1/fda
NetworkAdvertised amountBillingPayee
eip155:84530.03 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85
Source and evidence
{
  "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).",
  "domain": "x402stock.xyz",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "company": {
                "maxLength": 120,
                "minLength": 2,
                "type": "string"
              },
              "limit": {
                "default": 10,
                "exclusiveMinimum": 0,
                "maximum": 50,
                "type": "integer"
              }
            },
            "required": [
              "company",
              "limit"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "as_of": {
                "type": "string"
              },
              "attribution": {
                "type": "string"
              },
              "company": {
                "type": "string"
              },
              "device": {
                "additionalProperties": false,
                "properties": {
                  "approvals": {
                    "additionalProperties": false,
                    "properties": {
                      "count": {
                        "type": "number"
                      },
                      "items": {
                        "items": {
                          "additionalProperties": false,
                          "properties": {
                            "advisory_committee": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "applicant": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "decision_code": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "decision_date": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "generic_name": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "pma_number": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "product_code": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "supplement_number": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "supplement_type": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "trade_name": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "url": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            }
                          },
                          "required": [
                            "pma_number",
                            "supplement_number",
                            "trade_name",
                            "generic_name",
                            "decision_date",
                            "decision_code",
                            "supplement_type",
                            "advisory_committee",
                            "product_code",
                            "applicant",
                            "url"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      },
                      "total_matched": {
                        "type": "number"
                      }
                    },
                    "required": [
                      "total_matched",
                      "count",
                      "items"
                    ],
                    "type": "object"
                  },
                  "clearances": {
                    "additionalProperties": false,
                    "properties": {
                      "count": {
                        "type": "number"
                      },
                      "items": {
                        "items": {
                          "additionalProperties": false,
                          "properties": {
                            "advisory_committee": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "applicant": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "clearance_type": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "date_received": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "decision": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "decision_date": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "device_name": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "k_number": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "product_code": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "url": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            }
                          },
                          "required": [
                            "k_number",
                            "device_name",
                            "decision",
                            "decision_date",
                            "clearance_type",
                            "product_code",
                            "advisory_committee",
                            "date_received",
                            "applicant",
                            "url"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      },
                      "total_matched": {
                        "type": "number"
                      }
                    },
                    "required": [
                      "total_matched",
                      "count",
                      "items"
                    ],
                    "type": "object"
                  },
                  "recalls": {
                    "additionalProperties": false,
                    "properties": {
                      "count": {
                        "type": "number"
                      },
                      "items": {
                        "items": {
                          "additionalProperties": false,
                          "properties": {
                            "classification": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "date": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "firm": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "product_description": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "product_type": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "reason": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "recall_number": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "status": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "voluntary_mandated": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            }
                          },
                          "required": [
                            "date",
                            "status",
                            "classification",
                            "product_type",
                            "product_description",
                            "reason",
                            "firm",
                            "recall_number",
                            "voluntary_mandated"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      },
                      "total_matched": {
                        "type": "number"
                      }
                    },
                    "required": [
                      "total_matched",
                      "count",
                      "items"
                    ],
                    "type": "object"
                  }
                },
                "required": [
                  "clearances",
                  "approvals",
                  "recalls"
                ],
                "type": "object"
              },
              "drug": {
                "additionalProperties": false,
                "properties": {
                  "approvals": {
                    "additionalProperties": false,
                    "properties": {
                      "count": {
                        "type": "number"
                      },
                      "items": {
                        "items": {
                          "additionalProperties": false,
                          "properties": {
                            "active_ingredients": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "application_number": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "approval_date": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "brand_names": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "dosage_form": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "review_priority": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "route": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "sponsor": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "submission_class": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "url": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            }
                          },
                          "required": [
                            "application_number",
                            "sponsor",
                            "approval_date",
                            "brand_names",
                            "active_ingredients",
                            "dosage_form",
                            "route",
                            "submission_class",
                            "review_priority",
                            "url"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      },
                      "total_matched": {
                        "type": "number"
                      }
                    },
                    "required": [
                      "total_matched",
                      "count",
                      "items"
                    ],
                    "type": "object"
                  },
                  "recalls": {
                    "additionalProperties": false,
                    "properties": {
                      "count": {
                        "type": "number"
                      },
                      "items": {
                        "items": {
                          "additionalProperties": false,
                          "properties": {
                            "classification": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "date": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "firm": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "product_description": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "product_type": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "reason": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "recall_number": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "status": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "voluntary_mandated": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            }
                          },
                          "required": [
                            "date",
                            "status",
                            "classification",
                            "product_type",
                            "product_description",
                            "reason",
                            "firm",
                            "recall_number",
                            "voluntary_mandated"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      },
                      "total_matched": {
                        "type": "number"
                      }
                    },
                    "required": [
                      "total_matched",
                      "count",
                      "items"
                    ],
                    "type": "object"
                  }
                },
                "required": [
                  "recalls",
                  "approvals"
                ],
                "type": "object"
              },
              "source": {
                "const": "fda",
                "type": "string"
              }
            },
            "required": [
              "source",
              "as_of",
              "company",
              "drug",
              "device",
              "attribution"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.03",
      "amount_atomic": "30000",
      "amount_encoding": "atomic_units",
      "amount_raw": "30000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "7b4e2a3c4f6a79b906aefdc745fcb908ca3c0de50d40a8ac8ccec7d57bc27c16",
  "service_id": "b5c1f845a4cf9963e9ce863e9297fe5f88862b1c0e80ee63437ddd63dd8c3434",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-17T12:30:55.616Z",
  "url": "https://x402stock.xyz/api/v1/fda",
  "usage_rights": "not_reviewed"
}
x402stock.xyzThe effective federal funds rate — the Fed's benchmark policy rate that anchors every other US interest rate — as a monthly average in percent, with the latest value, prior month, month-over-month and year-over-year change, and recent history. No ticker needed. The rate every rate-sensitive analysis starts from. Sourced from the St. Louis Fed (FRED). From x402stock
https://x402stock.xyz/api/v1/fed-funds
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85
Source and evidence
{
  "description": "The effective federal funds rate — the Fed's benchmark policy rate that anchors every other US interest rate — as a monthly average in percent, with the latest value, prior month, month-over-month and year-over-year change, and recent history. No ticker needed. The rate every rate-sensitive analysis starts from. Sourced from the St. Louis Fed (FRED). From x402stock",
  "domain": "x402stock.xyz",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {},
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "as_of": {
                "type": "string"
              },
              "change": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "change_percent": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "frequency": {
                "type": "string"
              },
              "history": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "date": {
                      "type": "string"
                    },
                    "value": {
                      "type": "number"
                    }
                  },
                  "required": [
                    "date",
                    "value"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "latest": {
                "anyOf": [
                  {
                    "additionalProperties": false,
                    "properties": {
                      "date": {
                        "type": "string"
                      },
                      "value": {
                        "type": "number"
                      }
                    },
                    "required": [
                      "date",
                      "value"
                    ],
                    "type": "object"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "prior": {
                "anyOf": [
                  {
                    "additionalProperties": false,
                    "properties": {
                      "date": {
                        "type": "string"
                      },
                      "value": {
                        "type": "number"
                      }
                    },
                    "required": [
                      "date",
                      "value"
                    ],
                    "type": "object"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "series_id": {
                "type": "string"
              },
              "source": {
                "const": "fred",
                "type": "string"
              },
              "title": {
                "type": "string"
              },
              "unit": {
                "type": "string"
              },
              "yoy_percent": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ]
              }
            },
            "required": [
              "source",
              "as_of",
              "series_id",
              "title",
              "unit",
              "frequency",
              "latest",
              "prior",
              "change",
              "change_percent",
              "yoy_percent",
              "history"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "38dba6dd2b790d60e57ab2f215b94c2f88e405ee23100dff0854db0cd27d3835",
  "service_id": "c08f8bb9eda501d2ccd9b8d3ef6ab73dfde65695faf5d732bbce6f8014044e1f",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T21:59:49.859Z",
  "url": "https://x402stock.xyz/api/v1/fed-funds",
  "usage_rights": "not_reviewed"
}
x402stock.xyzOfficial US Treasury reporting rates of exchange — government FX reference rates for ~170 currencies, in units of foreign currency per 1 USD, for the latest quarter. Use for accounting-grade and exotic-currency conversion the market /api/v1/forex feed lacks. Filter with `?currency=Euro`. Updated quarterly. From the US Treasury (FiscalData). From x402stock
https://x402stock.xyz/api/v1/exchange-rates
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85
Source and evidence
{
  "description": "Official US Treasury reporting rates of exchange — government FX reference rates for ~170 currencies, in units of foreign currency per 1 USD, for the latest quarter. Use for accounting-grade and exotic-currency conversion the market /api/v1/forex feed lacks. Filter with `?currency=Euro`. Updated quarterly. From the US Treasury (FiscalData). From x402stock",
  "domain": "x402stock.xyz",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "currency": {
                "maxLength": 64,
                "minLength": 1,
                "type": "string"
              }
            },
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "as_of": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "count": {
                "type": "number"
              },
              "note": {
                "type": "string"
              },
              "rates": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "country": {
                      "type": "string"
                    },
                    "country_currency": {
                      "type": "string"
                    },
                    "currency": {
                      "type": "string"
                    },
                    "effective_date": {
                      "type": "string"
                    },
                    "exchange_rate": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    }
                  },
                  "required": [
                    "country",
                    "currency",
                    "country_currency",
                    "exchange_rate",
                    "effective_date"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "record_date": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "series": {
                "type": "string"
              },
              "source": {
                "const": "us_treasury",
                "type": "string"
              }
            },
            "required": [
              "source",
              "as_of",
              "series",
              "note",
              "record_date",
              "count",
              "rates"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "c5bf5e55777092a0879fc2e7e98f9615366472dc11c0ec9e9ce6f4c3697c8c73",
  "service_id": "c6bab406d89c1c1ff532c214a5e5a903ee527035bf04b2646f0b6c48b3d6356b",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-17T12:28:35.389Z",
  "url": "https://x402stock.xyz/api/v1/exchange-rates",
  "usage_rights": "not_reviewed"
}
x402stock.xyzThe 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).
https://x402stock.xyz/api/v1/fear-greed/regime
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85
Source and evidence
{
  "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).",
  "domain": "x402stock.xyz",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {},
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "as_of": {
                "type": "string"
              },
              "current": {
                "additionalProperties": false,
                "properties": {
                  "fg_score": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "fg_zone": {
                    "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"
                      }
                    ]
                  },
                  "velocity": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "vix": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "vix_level": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  }
                },
                "required": [
                  "fg_score",
                  "fg_zone",
                  "velocity",
                  "vix",
                  "vix_level",
                  "insider_score",
                  "insider_label",
                  "liquidity_score",
                  "liquidity_label"
                ],
                "type": "object"
              },
              "history": {
                "additionalProperties": false,
                "properties": {
                  "avg_forward_22d_percent": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "avg_forward_5d_percent": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "avg_spy_1m_percent": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "avg_spy_3m_percent": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "episodes": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "win_rate_1m_percent": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "win_rate_3m_percent": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  }
                },
                "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"
                ],
                "type": "object"
              },
              "regime": {
                "additionalProperties": false,
                "properties": {
                  "action": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "description": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "id": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "name": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "severity": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  }
                },
                "required": [
                  "id",
                  "name",
                  "severity",
                  "description",
                  "action"
                ],
                "type": "object"
              },
              "source": {
                "const": "x402stock",
                "type": "string"
              }
            },
            "required": [
              "source",
              "as_of",
              "regime",
              "current",
              "history"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "16317d9ba3afd9399574dc083299700041e2dae7e946c918029bd907b64aa58a",
  "service_id": "c882e41329317e3a66310c6cd4b83316dcf37caecd6b373e729ed2a251f1c103",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-17T12:28:42.372Z",
  "url": "https://x402stock.xyz/api/v1/fear-greed/regime",
  "usage_rights": "not_reviewed"
}
x402stock.xyzCurated stock-market news with ticker tags, source, publisher, image, and timestamps. Pass `?ticker=AAPL` to filter. From x402stock, a pay-per-call market & economic data API for AI agents. No API key or account; pay in USDC via x402.
https://x402stock.xyz/api/v1/news
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85
Source and evidence
{
  "description": "Curated stock-market news with ticker tags, source, publisher, image, and timestamps. Pass `?ticker=AAPL` to filter. From x402stock, a pay-per-call market & economic data API for AI agents. No API key or account; pay in USDC via x402.",
  "domain": "x402stock.xyz",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "limit": {
                "default": 10,
                "exclusiveMinimum": 0,
                "maximum": 50,
                "type": "integer"
              },
              "ticker": {}
            },
            "required": [
              "ticker",
              "limit"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "articles": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "author": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "description": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "id": {
                      "type": "string"
                    },
                    "image_url": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "keywords": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "published_at": {
                      "type": "string"
                    },
                    "publisher": {
                      "type": "string"
                    },
                    "publisher_homepage": {
                      "type": "string"
                    },
                    "tickers": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "title": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "id",
                    "title",
                    "description",
                    "url",
                    "image_url",
                    "author",
                    "publisher",
                    "publisher_homepage",
                    "published_at",
                    "tickers",
                    "keywords"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "as_of": {
                "type": "string"
              },
              "count": {
                "type": "number"
              },
              "source": {
                "const": "x402stock",
                "type": "string"
              }
            },
            "required": [
              "source",
              "as_of",
              "count",
              "articles"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "62408560f140975289bbdb7965e6212cb6977a42b10fbfc6b680be3f1f7c75da",
  "service_id": "ce9d7e042533e4554787f9817af97a69e7d7f31246700794a3e309617fddeb45",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-09T13:13:10.757Z",
  "url": "https://x402stock.xyz/api/v1/news",
  "usage_rights": "not_reviewed"
}
x402stock.xyzClinical trials run by a company, from ClinicalTrials.gov, newest first. Pass `?sponsor=Vertex Pharmaceuticals` (required) plus `?limit=` (max 100). Each trial carries NCT id, title, status, phase(s), study type, conditions, enrollment, lead sponsor, and start/completion/update dates with a link. A primary biotech catalyst. From x402stock, a market & economic data API (x402, USDC).
https://x402stock.xyz/api/v1/clinical-trials
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85
Source and evidence
{
  "description": "Clinical trials run by a company, from ClinicalTrials.gov, newest first. Pass `?sponsor=Vertex Pharmaceuticals` (required) plus `?limit=` (max 100). Each trial carries NCT id, title, status, phase(s), study type, conditions, enrollment, lead sponsor, and start/completion/update dates with a link. A primary biotech catalyst. From x402stock, a market & economic data API (x402, USDC).",
  "domain": "x402stock.xyz",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": {},
            "properties": {
              "limit": {
                "default": 20,
                "exclusiveMinimum": 0,
                "maximum": 100,
                "type": "integer"
              },
              "sponsor": {
                "maxLength": 120,
                "minLength": 2,
                "type": "string"
              }
            },
            "required": [
              "limit"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "as_of": {
                "type": "string"
              },
              "attribution": {
                "type": "string"
              },
              "count": {
                "type": "number"
              },
              "source": {
                "const": "clinicaltrials_gov",
                "type": "string"
              },
              "sponsor": {
                "type": "string"
              },
              "total_matched": {
                "type": "number"
              },
              "trials": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "completion_date": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "conditions": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "enrollment": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "last_update": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "lead_sponsor": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "nct_id": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "phases": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "primary_completion_date": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "sponsor_class": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "start_date": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "status": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "study_type": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "title": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "url": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    }
                  },
                  "required": [
                    "nct_id",
                    "title",
                    "status",
                    "phases",
                    "study_type",
                    "conditions",
                    "enrollment",
                    "lead_sponsor",
                    "sponsor_class",
                    "start_date",
                    "primary_completion_date",
                    "completion_date",
                    "last_update",
                    "url"
                  ],
                  "type": "object"
                },
                "type": "array"
              }
            },
            "required": [
              "source",
              "as_of",
              "sponsor",
              "total_matched",
              "count",
              "trials",
              "attribution"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "419f488c7e94d2814bcdcbd97236c9381209a3a1b5083837a614f7289ba2cda6",
  "service_id": "d3e0e9cbb8134990d015c18ed912fd493c32394593c05cb66ed1ffba90a57d8c",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-17T12:29:18.974Z",
  "url": "https://x402stock.xyz/api/v1/clinical-trials",
  "usage_rights": "not_reviewed"
}
x402stock.xyzReference catalog of trade/quote condition codes (the numeric `conditions` seen on trades) with names, types, data types, and SIP mappings. From x402stock, a pay-per-call market & economic data API for AI agents. No API key or account; pay in USDC via x402.
https://x402stock.xyz/api/v1/conditions
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85
Source and evidence
{
  "description": "Reference catalog of trade/quote condition codes (the numeric `conditions` seen on trades) with names, types, data types, and SIP mappings. From x402stock, a pay-per-call market & economic data API for AI agents. No API key or account; pay in USDC via x402.",
  "domain": "x402stock.xyz",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "limit": {
                "default": 50,
                "exclusiveMinimum": 0,
                "maximum": 1000,
                "type": "integer"
              }
            },
            "required": [
              "limit"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "as_of": {
                "type": "string"
              },
              "conditions": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "data_types": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "sip_mapping": {
                      "additionalProperties": {
                        "type": "string"
                      },
                      "propertyNames": {
                        "type": "string"
                      },
                      "type": "object"
                    },
                    "type": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "id",
                    "type",
                    "name",
                    "data_types",
                    "sip_mapping"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "count": {
                "type": "number"
              },
              "source": {
                "const": "x402stock",
                "type": "string"
              }
            },
            "required": [
              "source",
              "as_of",
              "count",
              "conditions"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "62365906de14cb4c85fc99c83889e76b67c4cadbbce6be82d3413b06ca059634",
  "service_id": "d5092c4076f1e5e73e63a5ddaeaa702fa36d8e080e9260a45742ec8f7ae52689",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T03:47:55.141Z",
  "url": "https://x402stock.xyz/api/v1/conditions",
  "usage_rights": "not_reviewed"
}
x402stock.xyzUpcoming US economic data releases — WHEN the market-moving prints land, not just their latest values. Returns curated high-importance releases (CPI, PPI, PCE, jobs, JOLTS, GDP, retail sales, housing starts, industrial production) within `?days=` (default 30, max 90), each with date and category, plus the next FOMC meeting. `?past=true` includes the last week. Release dates from FRED.
https://x402stock.xyz/api/v1/calendar
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85
Source and evidence
{
  "description": "Upcoming US economic data releases — WHEN the market-moving prints land, not just their latest values. Returns curated high-importance releases (CPI, PPI, PCE, jobs, JOLTS, GDP, retail sales, housing starts, industrial production) within `?days=` (default 30, max 90), each with date and category, plus the next FOMC meeting. `?past=true` includes the last week. Release dates from FRED.",
  "domain": "x402stock.xyz",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "days": {
                "default": 30,
                "exclusiveMinimum": 0,
                "maximum": 90,
                "type": "integer"
              },
              "past": {
                "default": "false",
                "enum": [
                  "true",
                  "false"
                ],
                "type": "string"
              }
            },
            "required": [
              "days",
              "past"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "as_of": {
                "type": "string"
              },
              "attribution": {
                "type": "string"
              },
              "count": {
                "type": "number"
              },
              "fomc": {
                "additionalProperties": false,
                "properties": {
                  "days_until": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "next_meeting": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  }
                },
                "required": [
                  "next_meeting",
                  "days_until"
                ],
                "type": "object"
              },
              "from": {
                "type": "string"
              },
              "releases": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "category": {
                      "type": "string"
                    },
                    "date": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "release_id": {
                      "type": "number"
                    }
                  },
                  "required": [
                    "release_id",
                    "name",
                    "category",
                    "date"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "source": {
                "const": "fred",
                "type": "string"
              },
              "to": {
                "type": "string"
              },
              "window_days": {
                "type": "number"
              }
            },
            "required": [
              "source",
              "as_of",
              "window_days",
              "from",
              "to",
              "count",
              "releases",
              "fomc",
              "attribution"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "0c81f15335447aaa1de254da9b667ae9c40fee5db7c6c859d81d3515ea9c9da9",
  "service_id": "e9c635517d62dca26e37c12957b5ff10cb041c2dc46858b7f181948b927c5e81",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-17T12:28:30.964Z",
  "url": "https://x402stock.xyz/api/v1/calendar",
  "usage_rights": "not_reviewed"
}
x402stock.xyzFind tickers by free-text `?search=` (name or symbol) across asset classes via `?market=stocks|crypto|fx|indices` (default stocks), with optional `?type=`, `?exchange=`, `?active=`, `?limit=`. Returns symbol, name, market, exchange, type, and identifiers. Use to discover crypto pairs (X:BTCUSD), FX pairs (C:EURUSD), and index symbols (I:SPX). From x402stock
https://x402stock.xyz/api/v1/tickers
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85
Source and evidence
{
  "description": "Find tickers by free-text `?search=` (name or symbol) across asset classes via `?market=stocks|crypto|fx|indices` (default stocks), with optional `?type=`, `?exchange=`, `?active=`, `?limit=`. Returns symbol, name, market, exchange, type, and identifiers. Use to discover crypto pairs (X:BTCUSD), FX pairs (C:EURUSD), and index symbols (I:SPX). From x402stock",
  "domain": "x402stock.xyz",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "active": {
                "default": true,
                "type": "boolean"
              },
              "exchange": {
                "maxLength": 20,
                "minLength": 1,
                "type": "string"
              },
              "limit": {
                "default": 20,
                "exclusiveMinimum": 0,
                "maximum": 1000,
                "type": "integer"
              },
              "market": {
                "default": "stocks",
                "enum": [
                  "stocks",
                  "crypto",
                  "fx",
                  "indices"
                ],
                "type": "string"
              },
              "search": {
                "maxLength": 100,
                "minLength": 1,
                "type": "string"
              },
              "type": {
                "maxLength": 20,
                "minLength": 1,
                "type": "string"
              }
            },
            "required": [
              "market",
              "active",
              "limit"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "as_of": {
                "type": "string"
              },
              "count": {
                "type": "number"
              },
              "source": {
                "const": "x402stock",
                "type": "string"
              },
              "tickers": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "active": {
                      "type": "boolean"
                    },
                    "cik": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "composite_figi": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "currency": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "locale": {
                      "type": "string"
                    },
                    "market": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "primary_exchange": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "ticker": {
                      "type": "string"
                    },
                    "type": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    }
                  },
                  "required": [
                    "ticker",
                    "name",
                    "market",
                    "locale",
                    "primary_exchange",
                    "type",
                    "active",
                    "currency",
                    "cik",
                    "composite_figi"
                  ],
                  "type": "object"
                },
                "type": "array"
              }
            },
            "required": [
              "source",
              "as_of",
              "count",
              "tickers"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "c3b2aa82a69c57894e0a5cfe8e08292d7c11ffd68b8873ae909566ebc4a30f0e",
  "service_id": "e9dc45902c258cbda72722f719a7640fc33a5781732190fc4a5a4279b94094b3",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T03:51:27.88Z",
  "url": "https://x402stock.xyz/api/v1/tickers",
  "usage_rights": "not_reviewed"
}
x402stock.xyzLive on-chain spot prices for every token on the Hyperliquid DEX (HYPE, PURR, and hundreds more), quoted in USDC: mid/mark price, previous-day price, 24h USD and base volume, circulating and total supply, and market cap — sorted by 24h volume. Spot, not derivatives: for funding/open interest use /api/v1/perps; for major-coin fiat prices use /api/v1/crypto. From x402stock
https://x402stock.xyz/api/v1/spot
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85
Source and evidence
{
  "description": "Live on-chain spot prices for every token on the Hyperliquid DEX (HYPE, PURR, and hundreds more), quoted in USDC: mid/mark price, previous-day price, 24h USD and base volume, circulating and total supply, and market cap — sorted by 24h volume. Spot, not derivatives: for funding/open interest use /api/v1/perps; for major-coin fiat prices use /api/v1/crypto. From x402stock",
  "domain": "x402stock.xyz",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {},
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "as_of": {
                "type": "string"
              },
              "count": {
                "type": "number"
              },
              "market": {
                "const": "spot",
                "type": "string"
              },
              "pairs": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "base_token": {
                      "type": "string"
                    },
                    "canonical": {
                      "type": "boolean"
                    },
                    "circulating_supply": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "day_volume_base": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "day_volume_usd": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "id": {
                      "type": "string"
                    },
                    "mark_price": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "market_cap_usd": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "mid_price": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "pair": {
                      "type": "string"
                    },
                    "prev_day_price": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "quote_token": {
                      "type": "string"
                    },
                    "total_supply": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    }
                  },
                  "required": [
                    "pair",
                    "id",
                    "base_token",
                    "quote_token",
                    "canonical",
                    "mark_price",
                    "mid_price",
                    "prev_day_price",
                    "day_volume_usd",
                    "day_volume_base",
                    "circulating_supply",
                    "total_supply",
                    "market_cap_usd"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "source": {
                "const": "x402stock",
                "type": "string"
              },
              "venue": {
                "type": "string"
              }
            },
            "required": [
              "source",
              "as_of",
              "venue",
              "market",
              "count",
              "pairs"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "c97294a8e10179105c93881a332bbb36af395e33c025cbcd037e16d3d9c6fc07",
  "service_id": "efe8bfcb10005c732f2d3fc99711998b455d160404be5409ad93730d09ed8573",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-17T12:28:21.006Z",
  "url": "https://x402stock.xyz/api/v1/spot",
  "usage_rights": "not_reviewed"
}
x402stock.xyzMarket-wide recent Form 144 insider intent-to-sell notices across all US issuers — who is filing to sell, before the Form 4 confirms it. Per notice: ticker, issuer, insider, shares to be sold, aggregate market value, and approximate sale date. Tune the window with `?days=` (max 90) or `?startdt`/`?enddt`, and `?limit=` (max 50). Proposed sales, not executed. From SEC EDGAR. From x402stock
https://x402stock.xyz/api/v1/form-144
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85
Source and evidence
{
  "description": "Market-wide recent Form 144 insider intent-to-sell notices across all US issuers — who is filing to sell, before the Form 4 confirms it. Per notice: ticker, issuer, insider, shares to be sold, aggregate market value, and approximate sale date. Tune the window with `?days=` (max 90) or `?startdt`/`?enddt`, and `?limit=` (max 50). Proposed sales, not executed. From SEC EDGAR. From x402stock",
  "domain": "x402stock.xyz",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "days": {
                "default": 14,
                "exclusiveMinimum": 0,
                "maximum": 90,
                "type": "integer"
              },
              "enddt": {
                "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
                "type": "string"
              },
              "limit": {
                "default": 20,
                "exclusiveMinimum": 0,
                "maximum": 50,
                "type": "integer"
              },
              "startdt": {
                "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
                "type": "string"
              }
            },
            "required": [
              "days",
              "limit"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "as_of": {
                "type": "string"
              },
              "count": {
                "type": "number"
              },
              "end_date": {
                "type": "string"
              },
              "notices": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "accession": {
                      "type": "string"
                    },
                    "aggregate_market_value": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "approx_sale_date": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "filing_date": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "insider_name": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "issuer": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "issuer_cik": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "relationships": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "security": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "shares_to_be_sold": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "ticker": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "url": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    }
                  },
                  "required": [
                    "ticker",
                    "issuer",
                    "issuer_cik",
                    "insider_name",
                    "relationships",
                    "security",
                    "shares_to_be_sold",
                    "aggregate_market_value",
                    "approx_sale_date",
                    "filing_date",
                    "accession",
                    "url"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "source": {
                "const": "sec_edgar",
                "type": "string"
              },
              "start_date": {
                "type": "string"
              },
              "total_matches": {
                "type": "number"
              }
            },
            "required": [
              "source",
              "as_of",
              "start_date",
              "end_date",
              "total_matches",
              "count",
              "notices"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "5bd7d1972caeb5029fb7e98383987d80b81578c7f3ccef5e4ec2984f6c885c21",
  "service_id": "f9872bf6be29fa35fea811a771359d639411d229c7657366d95619dbeef0bb30",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-17T12:28:45.892Z",
  "url": "https://x402stock.xyz/api/v1/form-144",
  "usage_rights": "not_reviewed"
}
x402stock.xyzCompare 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
https://x402stock.xyz/api/v1/compare
NetworkAdvertised amountBillingPayee
eip155:84530.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85
Source and evidence
{
  "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",
  "domain": "x402stock.xyz",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": {},
            "properties": {
              "tickers": {
                "type": "string"
              }
            },
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "as_of": {
                "type": "string"
              },
              "count": {
                "type": "number"
              },
              "note": {
                "type": "string"
              },
              "rows": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "available": {
                      "type": "string"
                    },
                    "change_percent": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "dividend_yield_percent": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "eps": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "gross_margin_percent": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "market_cap": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "name": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "net_margin_percent": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "pe_ratio": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "price": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "revenue": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "ticker": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "ticker",
                    "name",
                    "price",
                    "change_percent",
                    "market_cap",
                    "pe_ratio",
                    "eps",
                    "revenue",
                    "gross_margin_percent",
                    "net_margin_percent",
                    "dividend_yield_percent",
                    "available"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "source": {
                "const": "x402stock",
                "type": "string"
              },
              "tickers": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              }
            },
            "required": [
              "source",
              "as_of",
              "count",
              "tickers",
              "rows"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.05",
      "amount_atomic": "50000",
      "amount_encoding": "atomic_units",
      "amount_raw": "50000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "8f0a844680184b8220e34208e598bcacca8b09efd14738f1fbbc44eb13a11104",
  "service_id": "01cef5218a966311a59f048ad15240e077de5e67c33cc54a8dd8f2c7cc17d24f",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-11T02:18:01.633Z",
  "url": "https://x402stock.xyz/api/v1/compare",
  "usage_rights": "not_reviewed"
}
x402stock.xyzReference list of US equity exchanges and market centers with names, MICs, operating MICs, and SIP participant IDs. From x402stock, a pay-per-call market & economic data API for AI agents. No API key or account; pay in USDC via x402.
https://x402stock.xyz/api/v1/exchanges
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85
Source and evidence
{
  "description": "Reference list of US equity exchanges and market centers with names, MICs, operating MICs, and SIP participant IDs. From x402stock, a pay-per-call market & economic data API for AI agents. No API key or account; pay in USDC via x402.",
  "domain": "x402stock.xyz",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {},
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "as_of": {
                "type": "string"
              },
              "count": {
                "type": "number"
              },
              "exchanges": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "acronym": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "id": {
                      "type": "number"
                    },
                    "mic": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "name": {
                      "type": "string"
                    },
                    "operating_mic": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "participant_id": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "type": {
                      "type": "string"
                    },
                    "url": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    }
                  },
                  "required": [
                    "id",
                    "type",
                    "name",
                    "acronym",
                    "mic",
                    "operating_mic",
                    "participant_id",
                    "url"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "source": {
                "const": "x402stock",
                "type": "string"
              }
            },
            "required": [
              "source",
              "as_of",
              "count",
              "exchanges"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "fe2e3b20452a3bd38aba8b0261d0b239ec98aa87fe83f53f002665710fb814f0",
  "service_id": "034ebd454e0dcc85acb23219f0ddb21c61e7cc6e2ec6f774f35232f3de3966cd",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T21:58:10.17Z",
  "url": "https://x402stock.xyz/api/v1/exchanges",
  "usage_rights": "not_reviewed"
}
x402stock.xyzFederal contract and grant awards to a US company, from USAspending.gov. Pass `?recipient=Lockheed Martin` (required, fuzzy name match) plus optional `?award_type=contracts|grants|all`, `?order=amount|date`, `?limit=` (max 50). Each award carries the award id, amount, awarding agency, period of performance, description, and a usaspending.gov link, with a total. A government-spending catalyst.
https://x402stock.xyz/api/v1/gov-contracts
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85
Source and evidence
{
  "description": "Federal contract and grant awards to a US company, from USAspending.gov. Pass `?recipient=Lockheed Martin` (required, fuzzy name match) plus optional `?award_type=contracts|grants|all`, `?order=amount|date`, `?limit=` (max 50). Each award carries the award id, amount, awarding agency, period of performance, description, and a usaspending.gov link, with a total. A government-spending catalyst.",
  "domain": "x402stock.xyz",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": {},
            "properties": {
              "award_type": {
                "default": "contracts",
                "enum": [
                  "contracts",
                  "grants",
                  "all"
                ],
                "type": "string"
              },
              "limit": {
                "default": 20,
                "exclusiveMinimum": 0,
                "maximum": 50,
                "type": "integer"
              },
              "order": {
                "default": "amount",
                "enum": [
                  "amount",
                  "date"
                ],
                "type": "string"
              },
              "recipient": {
                "maxLength": 120,
                "minLength": 2,
                "type": "string"
              }
            },
            "required": [
              "award_type",
              "limit",
              "order"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "as_of": {
                "type": "string"
              },
              "attribution": {
                "type": "string"
              },
              "award_type": {
                "type": "string"
              },
              "awards": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "amount": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "award_id": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "awarding_agency": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "awarding_sub_agency": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "description": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "end_date": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "recipient": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "start_date": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "url": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    }
                  },
                  "required": [
                    "award_id",
                    "recipient",
                    "amount",
                    "awarding_agency",
                    "awarding_sub_agency",
                    "start_date",
                    "end_date",
                    "description",
                    "url"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "count": {
                "type": "number"
              },
              "matched_recipients": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "recipient": {
                "type": "string"
              },
              "source": {
                "const": "usaspending",
                "type": "string"
              },
              "total_awarded": {
                "type": "number"
              }
            },
            "required": [
              "source",
              "as_of",
              "recipient",
              "award_type",
              "matched_recipients",
              "count",
              "total_awarded",
              "awards",
              "attribution"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "0864445abec937d44b60f3d49f498580d2c2f4bc42289acba53fa457eae3b37c",
  "service_id": "06206e356b97460cb7317471df23de866933c16f0c797c1e510e93c2bd7a795f",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-17T12:29:23.838Z",
  "url": "https://x402stock.xyz/api/v1/gov-contracts",
  "usage_rights": "not_reviewed"
}
x402stock.xyzWhat tickers 4chan's finance board (/biz/) is buzzing about most over the last 24h, ranked by mention volume. Each ticker carries its mention count and 24h change in rank and mentions (4chan has no upvotes, so upvotes is always 0). No ticker needed; ?page= to paginate (100 per page). A raw read of /biz/ chatter, separate from the Reddit feed. From x402stock
https://x402stock.xyz/api/v1/trending/4chan
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85
Source and evidence
{
  "description": "What tickers 4chan's finance board (/biz/) is buzzing about most over the last 24h, ranked by mention volume. Each ticker carries its mention count and 24h change in rank and mentions (4chan has no upvotes, so upvotes is always 0). No ticker needed; ?page= to paginate (100 per page). A raw read of /biz/ chatter, separate from the Reddit feed. From x402stock",
  "domain": "x402stock.xyz",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "page": {
                "default": 1,
                "exclusiveMinimum": 0,
                "maximum": 100,
                "type": "integer"
              }
            },
            "required": [
              "page"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "as_of": {
                "type": "string"
              },
              "board": {
                "const": "/biz/",
                "type": "string"
              },
              "count": {
                "type": "number"
              },
              "page": {
                "type": "number"
              },
              "pages": {
                "type": "number"
              },
              "platform": {
                "const": "4chan",
                "type": "string"
              },
              "results": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "mentions": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "mentions_24h_ago": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "mentions_change": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "mentions_change_percent": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "name": {
                      "type": "string"
                    },
                    "rank": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "rank_24h_ago": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "rank_change": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "ticker": {
                      "type": "string"
                    },
                    "upvotes": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    }
                  },
                  "required": [
                    "rank",
                    "ticker",
                    "name",
                    "mentions",
                    "upvotes",
                    "rank_24h_ago",
                    "mentions_24h_ago",
                    "mentions_change",
                    "mentions_change_percent",
                    "rank_change"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "source": {
                "const": "x402stock",
                "type": "string"
              },
              "window": {
                "const": "24h",
                "type": "string"
              }
            },
            "required": [
              "source",
              "as_of",
              "platform",
              "board",
              "window",
              "page",
              "pages",
              "count",
              "results"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "7fb26c953d2fdb8f9ee3326d11f7bed6f1382ceb27f9d1fb152b5c00c130a846",
  "service_id": "08bb6188abc8f8e309dbbec3bfff702c9dd43ee8911a991fec53f677042fa34b",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T03:51:37.716Z",
  "url": "https://x402stock.xyz/api/v1/trending/4chan",
  "usage_rights": "not_reviewed"
}
x402stock.xyzUse to monitor tokenized US equities (xStocks) against their real underlyings: every tracked xStock's on-chain price decoded from Raydium CLMM pool state on the public Solana ledger (no Backed/Chainlink/Pyth API), the underlying's live quote, and the premium/discount percent — plus pool liquidity, scaled-UI multiplier, and a us_market_open arb-context flag. From x402stock
https://x402stock.xyz/api/v1/xstocks
NetworkAdvertised amountBillingPayee
eip155:84530.04 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85
Source and evidence
{
  "description": "Use to monitor tokenized US equities (xStocks) against their real underlyings: every tracked xStock's on-chain price decoded from Raydium CLMM pool state on the public Solana ledger (no Backed/Chainlink/Pyth API), the underlying's live quote, and the premium/discount percent — plus pool liquidity, scaled-UI multiplier, and a us_market_open arb-context flag. From x402stock",
  "domain": "x402stock.xyz",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {},
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "as_of": {
                "type": "string"
              },
              "count": {
                "type": "number"
              },
              "items": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "liquidity": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "mint": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "multiplier": {
                      "type": "number"
                    },
                    "pool": {
                      "type": "string"
                    },
                    "pool_price_raw_unit": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "premium_percent": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "symbol": {
                      "type": "string"
                    },
                    "tick_current": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "underlying": {
                      "type": "string"
                    },
                    "underlying_change_percent": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "underlying_market_status": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "underlying_price_usd": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "xstock_price_usd": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    }
                  },
                  "required": [
                    "symbol",
                    "underlying",
                    "pool",
                    "mint",
                    "xstock_price_usd",
                    "pool_price_raw_unit",
                    "multiplier",
                    "liquidity",
                    "tick_current",
                    "underlying_price_usd",
                    "underlying_change_percent",
                    "underlying_market_status",
                    "premium_percent"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "note": {
                "type": "string"
              },
              "program": {
                "type": "string"
              },
              "protocol": {
                "const": "raydium-clmm",
                "type": "string"
              },
              "sections": {
                "additionalProperties": false,
                "properties": {
                  "onchain": {
                    "const": "ok",
                    "type": "string"
                  },
                  "underlying": {
                    "enum": [
                      "ok",
                      "unavailable"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "onchain",
                  "underlying"
                ],
                "type": "object"
              },
              "source": {
                "const": "x402stock",
                "type": "string"
              },
              "us_market_open": {
                "anyOf": [
                  {
                    "type": "boolean"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "venue": {
                "const": "solana",
                "type": "string"
              }
            },
            "required": [
              "source",
              "as_of",
              "venue",
              "protocol",
              "program",
              "note",
              "us_market_open",
              "sections",
              "count",
              "items"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.04",
      "amount_atomic": "40000",
      "amount_encoding": "atomic_units",
      "amount_raw": "40000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "fb5f0f33228f2404ba368e19d9f613fea31dfd4a78c176557a679a20e339b8bc",
  "service_id": "08dccb4d53bf4e35b5d76b0de4e3b5218033ce7c666cbacdbf5443db8cf76d35",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-17T12:31:06.826Z",
  "url": "https://x402stock.xyz/api/v1/xstocks",
  "usage_rights": "not_reviewed"
}
x402stock.xyzUS real Gross Domestic Product, quarterly, in billions of chained 2017 dollars (seasonally adjusted annual rate), with the latest reading, prior quarter, quarter-over-quarter and year-over-year change, and recent history. No ticker needed. The broad measure of economic output for macro-aware analysis. Sourced from the St. Louis Fed (FRED). From x402stock
https://x402stock.xyz/api/v1/gdp
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85
Source and evidence
{
  "description": "US real Gross Domestic Product, quarterly, in billions of chained 2017 dollars (seasonally adjusted annual rate), with the latest reading, prior quarter, quarter-over-quarter and year-over-year change, and recent history. No ticker needed. The broad measure of economic output for macro-aware analysis. Sourced from the St. Louis Fed (FRED). From x402stock",
  "domain": "x402stock.xyz",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {},
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "as_of": {
                "type": "string"
              },
              "change": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "change_percent": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "frequency": {
                "type": "string"
              },
              "history": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "date": {
                      "type": "string"
                    },
                    "value": {
                      "type": "number"
                    }
                  },
                  "required": [
                    "date",
                    "value"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "latest": {
                "anyOf": [
                  {
                    "additionalProperties": false,
                    "properties": {
                      "date": {
                        "type": "string"
                      },
                      "value": {
                        "type": "number"
                      }
                    },
                    "required": [
                      "date",
                      "value"
                    ],
                    "type": "object"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "prior": {
                "anyOf": [
                  {
                    "additionalProperties": false,
                    "properties": {
                      "date": {
                        "type": "string"
                      },
                      "value": {
                        "type": "number"
                      }
                    },
                    "required": [
                      "date",
                      "value"
                    ],
                    "type": "object"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "series_id": {
                "type": "string"
              },
              "source": {
                "const": "fred",
                "type": "string"
              },
              "title": {
                "type": "string"
              },
              "unit": {
                "type": "string"
              },
              "yoy_percent": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ]
              }
            },
            "required": [
              "source",
              "as_of",
              "series_id",
              "title",
              "unit",
              "frequency",
              "latest",
              "prior",
              "change",
              "change_percent",
              "yoy_percent",
              "history"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "38dba6dd2b790d60e57ab2f215b94c2f88e405ee23100dff0854db0cd27d3835",
  "service_id": "105d8fe0c1f1751bba36344962176fe50694ec26bd146a0cb289a27a0ff3ad18",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T23:30:39.594Z",
  "url": "https://x402stock.xyz/api/v1/gdp",
  "usage_rights": "not_reviewed"
}
x402stock.xyzUS M2 money stock, monthly, in billions of dollars (seasonally adjusted), with the latest value, prior month, month-over-month and year-over-year change, and recent history. No ticker needed. A liquidity gauge watched for inflation and risk-asset context. Sourced from the St. Louis Fed (FRED). From x402stock, a pay-per-call market & economic data API. Pay per request in USDC via x402, no API key.
https://x402stock.xyz/api/v1/money-supply
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85
Source and evidence
{
  "description": "US M2 money stock, monthly, in billions of dollars (seasonally adjusted), with the latest value, prior month, month-over-month and year-over-year change, and recent history. No ticker needed. A liquidity gauge watched for inflation and risk-asset context. Sourced from the St. Louis Fed (FRED). From x402stock, a pay-per-call market & economic data API. Pay per request in USDC via x402, no API key.",
  "domain": "x402stock.xyz",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {},
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "as_of": {
                "type": "string"
              },
              "change": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "change_percent": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "frequency": {
                "type": "string"
              },
              "history": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "date": {
                      "type": "string"
                    },
                    "value": {
                      "type": "number"
                    }
                  },
                  "required": [
                    "date",
                    "value"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "latest": {
                "anyOf": [
                  {
                    "additionalProperties": false,
                    "properties": {
                      "date": {
                        "type": "string"
                      },
                      "value": {
                        "type": "number"
                      }
                    },
                    "required": [
                      "date",
                      "value"
                    ],
                    "type": "object"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "prior": {
                "anyOf": [
                  {
                    "additionalProperties": false,
                    "properties": {
                      "date": {
                        "type": "string"
                      },
                      "value": {
                        "type": "number"
                      }
                    },
                    "required": [
                      "date",
                      "value"
                    ],
                    "type": "object"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "series_id": {
                "type": "string"
              },
              "source": {
                "const": "fred",
                "type": "string"
              },
              "title": {
                "type": "string"
              },
              "unit": {
                "type": "string"
              },
              "yoy_percent": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ]
              }
            },
            "required": [
              "source",
              "as_of",
              "series_id",
              "title",
              "unit",
              "frequency",
              "latest",
              "prior",
              "change",
              "change_percent",
              "yoy_percent",
              "history"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "38dba6dd2b790d60e57ab2f215b94c2f88e405ee23100dff0854db0cd27d3835",
  "service_id": "16767a37e3f3aab427f1509f0fe5578a50db1d1e91a46153b2bbb85655e12226",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T03:50:22.637Z",
  "url": "https://x402stock.xyz/api/v1/money-supply",
  "usage_rights": "not_reviewed"
}
x402stock.xyzMarket-wide split calendar across all US tickers (no ticker needed). Each row has the ticker, execution date, direction (`forward`/`reverse`), split_from/split_to, numeric `ratio`, and a human `ratio_text` like `10:1` or `1:8`. Future-dated announced splits sort first. Filter `?type=forward|reverse|all`, `?from=`/`?to=` date window, `?order=`, `?limit=`. From x402stock
https://x402stock.xyz/api/v1/splits-calendar
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85
Source and evidence
{
  "description": "Market-wide split calendar across all US tickers (no ticker needed). Each row has the ticker, execution date, direction (`forward`/`reverse`), split_from/split_to, numeric `ratio`, and a human `ratio_text` like `10:1` or `1:8`. Future-dated announced splits sort first. Filter `?type=forward|reverse|all`, `?from=`/`?to=` date window, `?order=`, `?limit=`. From x402stock",
  "domain": "x402stock.xyz",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "from": {
                "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
                "type": "string"
              },
              "limit": {
                "default": 50,
                "exclusiveMinimum": 0,
                "maximum": 1000,
                "type": "integer"
              },
              "order": {
                "default": "desc",
                "enum": [
                  "asc",
                  "desc"
                ],
                "type": "string"
              },
              "to": {
                "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
                "type": "string"
              },
              "type": {
                "default": "all",
                "enum": [
                  "forward",
                  "reverse",
                  "all"
                ],
                "type": "string"
              }
            },
            "required": [
              "type",
              "order",
              "limit"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "as_of": {
                "type": "string"
              },
              "count": {
                "type": "number"
              },
              "source": {
                "const": "x402stock",
                "type": "string"
              },
              "splits": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "execution_date": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "ratio": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "ratio_text": {
                      "type": "string"
                    },
                    "split_from": {
                      "type": "number"
                    },
                    "split_to": {
                      "type": "number"
                    },
                    "ticker": {
                      "type": "string"
                    },
                    "type": {
                      "enum": [
                        "forward",
                        "reverse",
                        "even"
                      ],
                      "type": "string"
                    }
                  },
                  "required": [
                    "ticker",
                    "execution_date",
                    "type",
                    "split_from",
                    "split_to",
                    "ratio",
                    "ratio_text"
                  ],
                  "type": "object"
                },
                "type": "array"
              }
            },
            "required": [
              "source",
              "as_of",
              "count",
              "splits"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "527dff6ec7e79017aff7e13284c715e8d1c6567ddaa62ff13441af24f5d61b5f",
  "service_id": "1cc8ae16d1db014a8680e6bc95b4a41d318aaf1c43b25f770fd1bebaf9ed4e33",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-17T12:29:10.033Z",
  "url": "https://x402stock.xyz/api/v1/splits-calendar",
  "usage_rights": "not_reviewed"
}
x402stock.xyzRecent stock trades disclosed by US members of Congress under the STOCK Act, parsed live from official House and Senate Periodic Transaction Reports: per trade the member, chamber, ticker, asset, buy/sell type, date, and disclosed dollar range. ?chamber=house|senate|both, ?ticker=AAPL, ?limit= recent filings per chamber (max 20). From US House & Senate. From x402stock
https://x402stock.xyz/api/v1/congress-trades
NetworkAdvertised amountBillingPayee
eip155:84530.03 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85
Source and evidence
{
  "description": "Recent stock trades disclosed by US members of Congress under the STOCK Act, parsed live from official House and Senate Periodic Transaction Reports: per trade the member, chamber, ticker, asset, buy/sell type, date, and disclosed dollar range. ?chamber=house|senate|both, ?ticker=AAPL, ?limit= recent filings per chamber (max 20). From US House & Senate. From x402stock",
  "domain": "x402stock.xyz",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "chamber": {
                "default": "house",
                "enum": [
                  "house",
                  "senate",
                  "both"
                ],
                "type": "string"
              },
              "limit": {
                "default": 7,
                "exclusiveMinimum": 0,
                "maximum": 20,
                "type": "integer"
              },
              "ticker": {
                "maxLength": 10,
                "minLength": 1,
                "type": "string"
              }
            },
            "required": [
              "limit",
              "chamber"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "as_of": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "chamber": {
                "enum": [
                  "house",
                  "senate",
                  "both"
                ],
                "type": "string"
              },
              "disclosure": {
                "type": "string"
              },
              "source": {
                "enum": [
                  "us_house",
                  "us_senate",
                  "us_congress"
                ],
                "type": "string"
              },
              "trade_count": {
                "type": "number"
              },
              "trades": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "amount_max": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "amount_min": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "amount_range": {
                      "type": "string"
                    },
                    "asset": {
                      "type": "string"
                    },
                    "asset_type": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "chamber": {
                      "enum": [
                        "house",
                        "senate"
                      ],
                      "type": "string"
                    },
                    "district": {
                      "type": "string"
                    },
                    "doc_id": {
                      "type": "string"
                    },
                    "filing_date": {
                      "type": "string"
                    },
                    "member": {
                      "type": "string"
                    },
                    "notification_date": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "owner": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "pdf_url": {
                      "type": "string"
                    },
                    "state": {
                      "type": "string"
                    },
                    "ticker": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "transaction_code": {
                      "type": "string"
                    },
                    "transaction_date": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "transaction_type": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "chamber",
                    "member",
                    "state",
                    "district",
                    "filing_date",
                    "doc_id",
                    "pdf_url",
                    "asset",
                    "ticker",
                    "asset_type",
                    "owner",
                    "transaction_type",
                    "transaction_code",
                    "transaction_date",
                    "notification_date",
                    "amount_range",
                    "amount_min",
                    "amount_max"
                  ],
                  "type": "object"
                },
                "type": "array"
              }
            },
            "required": [
              "source",
              "as_of",
              "chamber",
              "disclosure",
              "trade_count",
              "trades"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.03",
      "amount_atomic": "30000",
      "amount_encoding": "atomic_units",
      "amount_raw": "30000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "5b952e5a7723b4212b9f7d6298ab00c2b8c7e5f8399463dd2985cf4ce12c2dea",
  "service_id": "24ccac336b929ca0cf01307428ab70d9640cdc996e98892a465b04a3671ccfd8",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T16:19:06.299Z",
  "url": "https://x402stock.xyz/api/v1/congress-trades",
  "usage_rights": "not_reviewed"
}
x402stock.xyzThe US macro backdrop in one call: the federal funds rate, CPI and PCE inflation, the labor market (unemployment, payrolls, wages), real GDP, and the Treasury yield curve. No ticker needed. Replaces six macro calls (fed-funds + inflation + pce + labor-market + gdp + treasury-yields) at a lower combined price. Spans FRED, BLS, Treasury; sections degrade independently. From x402stock
https://x402stock.xyz/api/v1/macro
NetworkAdvertised amountBillingPayee
eip155:84530.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85
Source and evidence
{
  "description": "The US macro backdrop in one call: the federal funds rate, CPI and PCE inflation, the labor market (unemployment, payrolls, wages), real GDP, and the Treasury yield curve. No ticker needed. Replaces six macro calls (fed-funds + inflation + pce + labor-market + gdp + treasury-yields) at a lower combined price. Spans FRED, BLS, Treasury; sections degrade independently. From x402stock",
  "domain": "x402stock.xyz",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {},
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "as_of": {
                "type": "string"
              },
              "cpi": {
                "anyOf": [
                  {
                    "additionalProperties": false,
                    "properties": {
                      "as_of": {
                        "type": "string"
                      },
                      "core": {
                        "additionalProperties": false,
                        "properties": {
                          "latest_index": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "latest_month": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "yoy_percent": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          }
                        },
                        "required": [
                          "latest_index",
                          "latest_month",
                          "yoy_percent"
                        ],
                        "type": "object"
                      },
                      "headline": {
                        "additionalProperties": false,
                        "properties": {
                          "latest_index": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "latest_month": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "yoy_percent": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          }
                        },
                        "required": [
                          "latest_index",
                          "latest_month",
                          "yoy_percent"
                        ],
                        "type": "object"
                      },
                      "history": {
                        "items": {
                          "additionalProperties": false,
                          "properties": {
                            "date": {
                              "type": "string"
                            },
                            "period_name": {
                              "type": "string"
                            },
                            "value": {
                              "type": "number"
                            }
                          },
                          "required": [
                            "date",
                            "period_name",
                            "value"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      },
                      "series": {
                        "type": "string"
                      },
                      "source": {
                        "const": "us_bls",
                        "type": "string"
                      },
                      "unit": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "source",
                      "as_of",
                      "series",
                      "unit",
                      "headline",
                      "core",
                      "history"
                    ],
                    "type": "object"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "fed_funds": {
                "anyOf": [
                  {
                    "additionalProperties": false,
                    "properties": {
                      "as_of": {
                        "type": "string"
                      },
                      "change": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "change_percent": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "frequency": {
                        "type": "string"
                      },
                      "history": {
                        "items": {
                          "additionalProperties": false,
                          "properties": {
                            "date": {
                              "type": "string"
                            },
                            "value": {
                              "type": "number"
                            }
                          },
                          "required": [
                            "date",
                            "value"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      },
                      "latest": {
                        "anyOf": [
                          {
                            "additionalProperties": false,
                            "properties": {
                              "date": {
                                "type": "string"
                              },
                              "value": {
                                "type": "number"
                              }
                            },
                            "required": [
                              "date",
                              "value"
                            ],
                            "type": "object"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "prior": {
                        "anyOf": [
                          {
                            "additionalProperties": false,
                            "properties": {
                              "date": {
                                "type": "string"
                              },
                              "value": {
                                "type": "number"
                              }
                            },
                            "required": [
                              "date",
                              "value"
                            ],
                            "type": "object"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "series_id": {
                        "type": "string"
                      },
                      "source": {
                        "const": "fred",
                        "type": "string"
                      },
                      "title": {
                        "type": "string"
                      },
                      "unit": {
                        "type": "string"
                      },
                      "yoy_percent": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      }
                    },
                    "required": [
                      "source",
                      "as_of",
                      "series_id",
                      "title",
                      "unit",
                      "frequency",
                      "latest",
                      "prior",
                      "change",
                      "change_percent",
                      "yoy_percent",
                      "history"
                    ],
                    "type": "object"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "gdp": {
                "anyOf": [
                  {
                    "additionalProperties": false,
                    "properties": {
                      "as_of": {
                        "type": "string"
                      },
                      "change": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "change_percent": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "frequency": {
                        "type": "string"
                      },
                      "history": {
                        "items": {
                          "additionalProperties": false,
                          "properties": {
                            "date": {
                              "type": "string"
                            },
                            "value": {
                              "type": "number"
                            }
                          },
                          "required": [
                            "date",
                            "value"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      },
                      "latest": {
                        "anyOf": [
                          {
                            "additionalProperties": false,
                            "properties": {
                              "date": {
                                "type": "string"
                              },
                              "value": {
                                "type": "number"
                              }
                            },
                            "required": [
                              "date",
                              "value"
                            ],
                            "type": "object"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "prior": {
                        "anyOf": [
                          {
                            "additionalProperties": false,
                            "properties": {
                              "date": {
                                "type": "string"
                              },
                              "value": {
                                "type": "number"
                              }
                            },
                            "required": [
                              "date",
                              "value"
                            ],
                            "type": "object"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "series_id": {
                        "type": "string"
                      },
                      "source": {
                        "const": "fred",
                        "type": "string"
                      },
                      "title": {
                        "type": "string"
                      },
                      "unit": {
                        "type": "string"
                      },
                      "yoy_percent": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      }
                    },
                    "required": [
                      "source",
                      "as_of",
                      "series_id",
                      "title",
                      "unit",
                      "frequency",
                      "latest",
                      "prior",
                      "change",
                      "change_percent",
                      "yoy_percent",
                      "history"
                    ],
                    "type": "object"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "labor": {
                "anyOf": [
                  {
                    "additionalProperties": false,
                    "properties": {
                      "as_of": {
                        "type": "string"
                      },
                      "metrics": {
                        "items": {
                          "additionalProperties": false,
                          "properties": {
                            "change": {
                              "anyOf": [
                                {
                                  "type": "number"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "latest_month": {
                              "anyOf": [
                                {
                                  "type": "string"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "latest_value": {
                              "anyOf": [
                                {
                                  "type": "number"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "metric": {
                              "type": "string"
                            },
                            "prior_value": {
                              "anyOf": [
                                {
                                  "type": "number"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            },
                            "unit": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "metric",
                            "unit",
                            "latest_value",
                            "latest_month",
                            "prior_value",
                            "change"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      },
                      "series": {
                        "type": "string"
                      },
                      "source": {
                        "const": "us_bls",
                        "type": "string"
                      }
                    },
                    "required": [
                      "source",
                      "as_of",
                      "series",
                      "metrics"
                    ],
                    "type": "object"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "pce": {
                "anyOf": [
                  {
                    "additionalProperties": false,
                    "properties": {
                      "as_of": {
                        "type": "string"
                      },
                      "core": {
                        "additionalProperties": false,
                        "properties": {
                          "latest_index": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "latest_month": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "series_id": {
                            "type": "string"
                          },
                          "yoy_percent": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          }
                        },
                        "required": [
                          "series_id",
                          "latest_index",
                          "latest_month",
                          "yoy_percent"
                        ],
                        "type": "object"
                      },
                      "headline": {
                        "additionalProperties": false,
                        "properties": {
                          "latest_index": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "latest_month": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "series_id": {
                            "type": "string"
                          },
                          "yoy_percent": {
                            "anyOf": [
                              {
                                "type": "number"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          }
                        },
                        "required": [
                          "series_id",
                          "latest_index",
                          "latest_month",
                          "yoy_percent"
                        ],
                        "type": "object"
                      },
                      "history": {
                        "items": {
                          "additionalProperties": false,
                          "properties": {
                            "date": {
                              "type": "string"
                            },
                            "value": {
                              "type": "number"
                            }
                          },
                          "required": [
                            "date",
                            "value"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      },
                      "series": {
                        "type": "string"
                      },
                      "source": {
                        "const": "fred",
                        "type": "string"
                      },
                      "unit": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "source",
                      "as_of",
                      "series",
                      "unit",
                      "headline",
                      "core",
                      "history"
                    ],
                    "type": "object"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "sections": {
                "additionalProperties": {
                  "type": "string"
                },
                "propertyNames": {
                  "type": "string"
                },
                "type": "object"
              },
              "source": {
                "const": "x402stock",
                "type": "string"
              },
              "treasury_yields": {
                "anyOf": [
                  {
                    "additionalProperties": false,
                    "properties": {
                      "as_of": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      },
                      "count": {
                        "type": "number"
                      },
                      "maturities": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      "rates": {
                        "items": {
                          "additionalProperties": false,
                          "properties": {
                            "date": {
                              "type": "string"
                            },
                            "rates": {
                              "additionalProperties": {
                                "anyOf": [
                                  {
                                    "type": "number"
                                  },
                                  {
                                    "type": "null"
                                  }
                                ]
                              },
                              "propertyNames": {
                                "type": "string"
                              },
                              "type": "object"
                            }
                          },
                          "required": [
                            "date",
                            "rates"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      },
                      "series": {
                        "type": "string"
                      },
                      "source": {
                        "const": "us_treasury",
                        "type": "string"
                      },
                      "unit": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "source",
                      "as_of",
                      "series",
                      "unit",
                      "maturities",
                      "count",
                      "rates"
                    ],
                    "type": "object"
                  },
                  {
                    "type": "null"
                  }
                ]
              }
            },
            "required": [
              "source",
              "as_of",
              "sections",
              "fed_funds",
              "cpi",
              "pce",
              "labor",
              "gdp",
              "treasury_yields"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.05",
      "amount_atomic": "50000",
      "amount_encoding": "atomic_units",
      "amount_raw": "50000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "2498e75dab10a0cf946ffd5a3f80a63db022bf3f21dba6f1079bd854b4027165",
  "service_id": "2c005af1c28041fb00183dbe62f3f353f906c645b637080b5b76863ada2a7f1d",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-02T17:54:51.57Z",
  "url": "https://x402stock.xyz/api/v1/macro",
  "usage_rights": "not_reviewed"
}
x402stock.xyzThe full FOMC meeting schedule (2025–2027) with the last and next meeting and days-until. Each entry carries the two-day meeting's start and decision date, year, and past/upcoming status. No ticker needed — the rate-decision calendar every macro-aware agent plans around. Source: U.S. Federal Reserve. From x402stock, a market & economic data API (x402, USDC).
https://x402stock.xyz/api/v1/calendar/fomc
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85
Source and evidence
{
  "description": "The full FOMC meeting schedule (2025–2027) with the last and next meeting and days-until. Each entry carries the two-day meeting's start and decision date, year, and past/upcoming status. No ticker needed — the rate-decision calendar every macro-aware agent plans around. Source: U.S. Federal Reserve. From x402stock, a market & economic data API (x402, USDC).",
  "domain": "x402stock.xyz",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {},
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "as_of": {
                "type": "string"
              },
              "attribution": {
                "type": "string"
              },
              "count": {
                "type": "number"
              },
              "last_meeting": {
                "anyOf": [
                  {
                    "additionalProperties": false,
                    "properties": {
                      "date": {
                        "type": "string"
                      },
                      "days_ago": {
                        "type": "number"
                      }
                    },
                    "required": [
                      "date",
                      "days_ago"
                    ],
                    "type": "object"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "meetings": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "date": {
                      "type": "string"
                    },
                    "start_date": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "year": {
                      "type": "number"
                    }
                  },
                  "required": [
                    "start_date",
                    "date",
                    "year",
                    "status"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "next_meeting": {
                "anyOf": [
                  {
                    "additionalProperties": false,
                    "properties": {
                      "date": {
                        "type": "string"
                      },
                      "days_until": {
                        "type": "number"
                      }
                    },
                    "required": [
                      "date",
                      "days_until"
                    ],
                    "type": "object"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "source": {
                "const": "federal_reserve",
                "type": "string"
              }
            },
            "required": [
              "source",
              "as_of",
              "last_meeting",
              "next_meeting",
              "count",
              "meetings",
              "attribution"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "849b7dd87129f6f2ad321f8007c44b7a17b4e517ce41564ffe925588b9cc2c64",
  "service_id": "388ba1e48d6e65139b304a3910dd09cd38afcd31db724b4a5d139ba667718bb8",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T03:47:37.455Z",
  "url": "https://x402stock.xyz/api/v1/calendar/fomc",
  "usage_rights": "not_reviewed"
}
x402stock.xyzThe average interest rate the US Treasury currently pays on its outstanding debt, broken out by security (Treasury Bills, Notes, Bonds, TIPS, FRNs, savings, and the marketable/total aggregates) for the latest reported month, in percent. No ticker needed. A read on the government's cost of borrowing that complements the /treasury-yields curve. Sourced from the US Treasury (FiscalData).
https://x402stock.xyz/api/v1/avg-interest-rates
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85
Source and evidence
{
  "description": "The average interest rate the US Treasury currently pays on its outstanding debt, broken out by security (Treasury Bills, Notes, Bonds, TIPS, FRNs, savings, and the marketable/total aggregates) for the latest reported month, in percent. No ticker needed. A read on the government's cost of borrowing that complements the /treasury-yields curve. Sourced from the US Treasury (FiscalData).",
  "domain": "x402stock.xyz",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {},
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "as_of": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "count": {
                "type": "number"
              },
              "rates": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "avg_interest_rate": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "security": {
                      "type": "string"
                    },
                    "security_type": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "security_type",
                    "security",
                    "avg_interest_rate"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "record_date": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "series": {
                "type": "string"
              },
              "source": {
                "const": "us_treasury",
                "type": "string"
              },
              "unit": {
                "type": "string"
              }
            },
            "required": [
              "source",
              "as_of",
              "series",
              "unit",
              "record_date",
              "count",
              "rates"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "f08e70ac5d49869cc4868ddde7304fc9447294711ebd2803c4774dcec0bcfdf5",
  "service_id": "396c95f9120c0e75d21e4b78b1ea9cb81872591b34134105090aa60975dd1bcd",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T03:47:30.675Z",
  "url": "https://x402stock.xyz/api/v1/avg-interest-rates",
  "usage_rights": "not_reviewed"
}
x402stock.xyzProposed/final rules and notices from a federal agency — the regulatory pipeline that reprices sectors. Pass `?agency=securities-and-exchange-commission` (slug) and/or `?q=` (at least one), plus `?type=all|rule|proposed|notice` and `?limit=` (max 100). Each doc has number, type, title, abstract, dates, agencies, and a link. From x402stock, a market & economic data API (x402, USDC).
https://x402stock.xyz/api/v1/regulatory
NetworkAdvertised amountBillingPayee
eip155:84530.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85
Source and evidence
{
  "description": "Proposed/final rules and notices from a federal agency — the regulatory pipeline that reprices sectors. Pass `?agency=securities-and-exchange-commission` (slug) and/or `?q=` (at least one), plus `?type=all|rule|proposed|notice` and `?limit=` (max 100). Each doc has number, type, title, abstract, dates, agencies, and a link. From x402stock, a market & economic data API (x402, USDC).",
  "domain": "x402stock.xyz",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "agency": {
                "maxLength": 120,
                "minLength": 2,
                "type": "string"
              },
              "limit": {
                "default": 20,
                "exclusiveMinimum": 0,
                "maximum": 100,
                "type": "integer"
              },
              "q": {
                "maxLength": 120,
                "minLength": 2,
                "type": "string"
              },
              "type": {
                "default": "all",
                "enum": [
                  "all",
                  "rule",
                  "proposed",
                  "notice",
                  "presidential"
                ],
                "type": "string"
              }
            },
            "required": [
              "type",
              "limit"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "additionalProperties": false,
            "properties": {
              "agency": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "as_of": {
                "type": "string"
              },
              "attribution": {
                "type": "string"
              },
              "count": {
                "type": "number"
              },
              "documents": {
                "items": {
                  "additionalProperties": false,
                  "properties": {
                    "abstract": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "agencies": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "document_number": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "effective_on": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "publication_date": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "title": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "type": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "url": {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    }
                  },
                  "required": [
                    "document_number",
                    "type",
                    "title",
                    "abstract",
                    "publication_date",
                    "effective_on",
                    "agencies",
                    "url"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "query": {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "source": {
                "const": "federal_register",
                "type": "string"
              },
              "total_matched": {
                "type": "number"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "source",
              "as_of",
              "agency",
              "query",
              "type",
              "total_matched",
              "count",
              "documents",
              "attribution"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.02",
      "amount_atomic": "20000",
      "amount_encoding": "atomic_units",
      "amount_raw": "20000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "80a0a3b0c8dad5cd89c3762b9e53f2cd82a35431d852821f270a2afe814d9088",
  "service_id": "3badcc6783f68dbad636ac736b36907d062c5be3ce9877d8747aac1a0791c496",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-17T12:29:48.177Z",
  "url": "https://x402stock.xyz/api/v1/regulatory",
  "usage_rights": "not_reviewed"
}

Outcome evidence starts with your workflow.

Private intake is ready for task IDs, charges, retries, result fingerprints and your evaluation criteria. Public performance comparisons need measured results; we do not have that benchmark yet.

Discuss an outcome integration
Collection coverage

Discovery comes from configured registries. Endpoint checks record responses, not task success. Older snapshots retain less detail. Customer usage, commercial terms and task evaluations require additional evidence.

1,423 historical or current source records quarantined during normalization; they are excluded from public comparisons.

43 of 43 archive objects verified in Backblaze. Last verification: Sep 12, 2026, 05:56 UTC.

Collection status JSON