Find the better way to pay.
Compare service prices and payment options against your workload.
Scoped audits · customer usage requiredRequest a cost auditINTELLIGENCE
Costs, changes and evidence for better service decisions.
Compare service prices and payment options against your workload.
Scoped audits · customer usage requiredRequest a cost auditTrack payment offers, service schemas and provider changes over time.
Custom watchlists and historyDiscuss monitoringBring charges, retries and task evaluations into one private evidence record.
Integration pilot · your task criteriaConnect your workflowTHE EVIDENCE BASE
Latest snapshot: Sep 12, 2026, 05:41 UTC. Daily collection; gaps remain unknown.
2,140 observations · Differences between dated observations.
| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.04 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85 |
{
"description": "Current state of every US-listed ticker in a single call: price, day change and percent change, volume, and VWAP per symbol. The base layer for building a screener or scanning the whole market without iterating ticker by ticker. Optional `?tickers=AAPL,MSFT` to narrow and `?include_otc=true` to add OTC names. 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": {
"include_otc": {
"type": "boolean"
},
"tickers": {
"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": {
"type": "string"
},
"count": {
"type": "number"
},
"source": {
"const": "x402stock",
"type": "string"
},
"tickers": {
"items": {
"additionalProperties": false,
"properties": {
"change": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"change_percent": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"ticker": {
"type": "string"
},
"updated": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"volume": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"vwap": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"ticker",
"price",
"change",
"change_percent",
"volume",
"vwap",
"updated"
],
"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": 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": "3bd019e5075ade6dbc4a1750ea72e0c40134a9987422c8425c81756e5b118cba",
"service_id": "3e5e0169adde3984594d456b0640ab8228f7ea665479396d4ad2d8ba112f3fc4",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-17T12:31:04.448Z",
"url": "https://x402stock.xyz/api/v1/full-market-snapshot",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85 |
{
"description": "The daily US Treasury par yield curve (Constant Maturity Treasury rates) for every maturity from 1 month to 30 years, in percent. Defaults to the latest published day; pass `?limit=` for more recent days (max 250) and `?year=YYYY`. No ticker needed. Use for the risk-free rate, rate-sensitivity context, and yield-curve inversion in macro-aware analysis. From x402stock",
"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": 1,
"exclusiveMinimum": 0,
"maximum": 250,
"type": "integer"
},
"year": {
"maximum": 2100,
"minimum": 1990,
"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": {
"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": {
"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": "69005103f313e31695a96bd102c2059c129740c46485e9f92a30a74c30e37fe0",
"service_id": "4a1bd0e1ecc5c01bb7dbcc1e112617c1f3cf8a0bd6fb36247915200872b84528",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-09T13:13:09.642Z",
"url": "https://x402stock.xyz/api/v1/treasury-yields",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85 |
{
"description": "US PCE (Personal Consumption Expenditures) price inflation — the Fed's preferred inflation gauge — with the latest headline and core (ex food and energy) index levels, each with year-over-year percent change, plus recent monthly history. No ticker needed. Complements the CPI endpoint with the measure the Fed actually targets. 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"
},
"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": {
"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": "c9d6fb39bed77d84a39e8ac0a739cc16d70a0c8c19df517152f2ce711e5b81f9",
"service_id": "4c39150b5b4d657033d9cae4fc16b0d08711d52a3a0e02b0ded0db8a3bd8c31a",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-17T12:28:13.65Z",
"url": "https://x402stock.xyz/api/v1/pce",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85 |
{
"description": "Current and resolved US drug shortages from openFDA, newest update first. Optional `?company=Pfizer` narrows to one manufacturer (omit for market-wide); `?limit=` (max 100). Each carries the generic name, company, status, therapeutic category, dosage form, presentation, posting/update dates, and reason. A supply-side catalyst for generic makers. 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": {
"company": {
"maxLength": 120,
"minLength": 2,
"type": "string"
},
"limit": {
"default": 20,
"exclusiveMinimum": 0,
"maximum": 100,
"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"
},
"attribution": {
"type": "string"
},
"company": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"count": {
"type": "number"
},
"shortages": {
"items": {
"additionalProperties": false,
"properties": {
"company_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"dosage_form": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"generic_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"posted_date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"presentation": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"reason": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"status": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"therapeutic_category": {
"items": {
"type": "string"
},
"type": "array"
},
"update_type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"updated_date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"generic_name",
"company_name",
"status",
"therapeutic_category",
"dosage_form",
"presentation",
"posted_date",
"updated_date",
"update_type",
"reason"
],
"type": "object"
},
"type": "array"
},
"source": {
"const": "fda",
"type": "string"
},
"total_matched": {
"type": "number"
}
},
"required": [
"source",
"as_of",
"company",
"total_matched",
"count",
"shortages",
"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": "296b23ba0d85c2b649d1edddd378848281dcd996ce2a78e4d3b844ecf2d603e4",
"service_id": "4dc20ab63f2eb50a00135a44f2f47a6545a8e3497cb9a88ba08c36505b46b0b2",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-17T12:28:37.598Z",
"url": "https://x402stock.xyz/api/v1/fda/shortages",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85 |
{
"description": "Live state of every perpetual-futures market in one call: per coin the mark and oracle price, hourly funding rate with annualized APR, premium, open interest, max leverage, previous-day price, and 24h USD and base volume. Native crypto-derivatives data — funding and open interest are perp-only, absent from any spot feed. Free on-chain DEX data (venue: Hyperliquid), no key. 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": "perp",
"type": "string"
},
"perps": {
"items": {
"additionalProperties": false,
"properties": {
"coin": {
"type": "string"
},
"day_volume_base": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"day_volume_usd": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"funding_apr_percent": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"funding_rate_hourly": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"mark_price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"max_leverage": {
"type": "number"
},
"mid_price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"open_interest": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"oracle_price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"premium": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"prev_day_price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"coin",
"max_leverage",
"mark_price",
"oracle_price",
"mid_price",
"prev_day_price",
"funding_rate_hourly",
"funding_apr_percent",
"premium",
"open_interest",
"day_volume_usd",
"day_volume_base"
],
"type": "object"
},
"type": "array"
},
"source": {
"const": "x402stock",
"type": "string"
},
"venue": {
"type": "string"
}
},
"required": [
"source",
"as_of",
"venue",
"market",
"count",
"perps"
],
"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": "7fe4222bb889ebf53325c134b0ebd06a8333bbaf8e7330ec93b86435ce1000a1",
"service_id": "4ed53ccaee0aca4b112233cdfb46b2be3ec85af360b27a66ba7ea79cd5a4cb39",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-17T12:28:18.348Z",
"url": "https://x402stock.xyz/api/v1/perps",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85 |
{
"description": "Use to discover the point-in-time archive: immutable daily snapshots of ephemeral market state (Hyperliquid perps/spot, JLP pool, pre-IPO marks, market regime, squeeze scores), captured once per UTC day and never overwritten or backfilled. Lists every feed and entity with date coverage; read days via /archive/{feed} and series via /archive/{feed}/range. 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"
},
"feeds": {
"items": {
"additionalProperties": false,
"properties": {
"description": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"entities": {
"items": {
"additionalProperties": false,
"properties": {
"coverage": {
"anyOf": [
{
"additionalProperties": false,
"properties": {
"days": {
"type": "number"
},
"first_date": {
"type": "string"
},
"last_date": {
"type": "string"
}
},
"required": [
"first_date",
"last_date",
"days"
],
"type": "object"
},
{
"type": "null"
}
]
},
"entity": {
"type": "string"
}
},
"required": [
"entity",
"coverage"
],
"type": "object"
},
"type": "array"
},
"feed": {
"type": "string"
}
},
"required": [
"feed",
"description",
"entities"
],
"type": "object"
},
"type": "array"
},
"note": {
"type": "string"
},
"source": {
"const": "x402stock",
"type": "string"
}
},
"required": [
"source",
"as_of",
"note",
"count",
"feeds"
],
"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": "f26beec62eb00c91d09b87f963d633f01722fe3aba34b626123ed948701f2327",
"service_id": "52d01adfe07827e3fc65c5c67b0974ee537d35355ff4f6640f193f9c5cf2292b",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-17T12:28:28.716Z",
"url": "https://x402stock.xyz/api/v1/archive",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85 |
{
"description": "The current US stock-market Fear & Greed index (0–100, CNN-style) with its sentiment rating and all five weighted components — volatility, momentum, put/call, safe-haven demand, junk-bond demand — each with value, weight, and reading. Includes the last 30 days of scores and a backtest of S&P 500 forward returns by sentiment zone. A one-call read of market mood. 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"
},
"backtest": {
"items": {
"additionalProperties": false,
"properties": {
"entries": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"label": {
"type": "string"
},
"periods": {
"items": {
"additionalProperties": false,
"properties": {
"avg_return_percent": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"best_percent": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"period": {
"type": "string"
},
"samples": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"win_rate_percent": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"worst_percent": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"period",
"avg_return_percent",
"win_rate_percent",
"best_percent",
"worst_percent",
"samples"
],
"type": "object"
},
"type": "array"
},
"zone": {
"type": "string"
}
},
"required": [
"zone",
"label",
"entries",
"periods"
],
"type": "object"
},
"type": "array"
},
"components": {
"items": {
"additionalProperties": false,
"properties": {
"description": {
"type": "string"
},
"detail": {
"type": "string"
},
"name": {
"type": "string"
},
"value": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"weight": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"name",
"value",
"weight",
"description",
"detail"
],
"type": "object"
},
"type": "array"
},
"index": {
"const": "us_stock",
"type": "string"
},
"rating": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"recent": {
"items": {
"additionalProperties": false,
"properties": {
"date": {
"type": "string"
},
"score": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"date",
"score"
],
"type": "object"
},
"type": "array"
},
"score": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"source": {
"const": "x402stock",
"type": "string"
}
},
"required": [
"source",
"as_of",
"index",
"score",
"rating",
"components",
"recent",
"backtest"
],
"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": "646bb270bbb946552c84df5759d6b2210adb471ea98c2dd5f985f97e85b39814",
"service_id": "53382a0f6c16317f3145a14c3239fdf79b76d8b3e88c7cfcc9314159b4b320a2",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-17T12:28:06.182Z",
"url": "https://x402stock.xyz/api/v1/fear-greed",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85 |
{
"description": "The day's biggest percentage gainers across US equities, with current and previous-day OHLCV per ticker. 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": {
"exclusiveMinimum": 0,
"maximum": 100,
"type": "integer"
}
},
"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"
},
"direction": {
"enum": [
"gainers",
"losers"
],
"type": "string"
},
"source": {
"const": "x402stock",
"type": "string"
},
"tickers": {
"items": {
"additionalProperties": false,
"properties": {
"change": {
"type": "number"
},
"change_percent": {
"type": "number"
},
"day": {
"additionalProperties": false,
"properties": {
"close": {
"type": "number"
},
"high": {
"type": "number"
},
"low": {
"type": "number"
},
"open": {
"type": "number"
},
"volume": {
"type": "number"
},
"vwap": {
"type": "number"
}
},
"required": [
"open",
"high",
"low",
"close",
"volume",
"vwap"
],
"type": "object"
},
"previous_day": {
"additionalProperties": false,
"properties": {
"close": {
"type": "number"
},
"high": {
"type": "number"
},
"low": {
"type": "number"
},
"open": {
"type": "number"
},
"volume": {
"type": "number"
},
"vwap": {
"type": "number"
}
},
"required": [
"open",
"high",
"low",
"close",
"volume",
"vwap"
],
"type": "object"
},
"ticker": {
"type": "string"
},
"updated": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"ticker",
"change",
"change_percent",
"updated"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"source",
"as_of",
"direction",
"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": 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": "5f8c94f342f929d237adcf2602b7f02f177e21629887ceddc654af6d2517396e",
"service_id": "616b82a266c0b088ab571cc2495ce08ad6ccb045be1879feb47685cdeb6c0283",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-17T12:28:49.672Z",
"url": "https://x402stock.xyz/api/v1/gainers",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85 |
{
"description": "What stocks and crypto Reddit is talking about most over the last 24h, by mention volume across the busiest Reddit money subreddits (r/wallstreetbets, r/stocks, r/CryptoCurrency, r/Bitcoin, etc.). Each ticker carries mentions, upvotes, and 24h change in rank and mentions; covered subreddits are listed per response. ?filter=stocks|crypto|all (default all), ?page=. 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": {
"filter": {
"default": "all",
"enum": [
"all",
"stocks",
"crypto"
],
"type": "string"
},
"page": {
"default": 1,
"exclusiveMinimum": 0,
"maximum": 100,
"type": "integer"
}
},
"required": [
"filter",
"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"
},
"communities": {
"items": {
"type": "string"
},
"type": "array"
},
"count": {
"type": "number"
},
"filter": {
"enum": [
"all",
"stocks",
"crypto"
],
"type": "string"
},
"page": {
"type": "number"
},
"pages": {
"type": "number"
},
"platform": {
"const": "reddit",
"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",
"filter",
"window",
"communities",
"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": "fdea33cdfacace2b2a51ce57f1adf356eb6e4d1f1d5e8493546e450dfb79db3b",
"service_id": "623be7c8b8cc17e161d1fe4052520ae3a0e3bdb3a05cc4322f026a14f61894b5",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-08T23:27:56.696Z",
"url": "https://x402stock.xyz/api/v1/trending/reddit",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85 |
{
"description": "A company's US patents from the USPTO Open Data Portal, newest filings first. Pass `?company=Tesla` (required, matches APPLICANT name — subsidiaries/variants need separate queries) plus `?limit=` (max 100). Each carries patent & application numbers, title, filing & grant dates, status, applicant, inventors, and a link. From x402stock, a market & economic data API (x402, USDC).",
"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": 20,
"exclusiveMinimum": 0,
"maximum": 100,
"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"
},
"count": {
"type": "number"
},
"patents": {
"items": {
"additionalProperties": false,
"properties": {
"applicant": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"application_number": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"filing_date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"grant_date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"inventors": {
"items": {
"type": "string"
},
"type": "array"
},
"patent_number": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"status": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"title": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"url": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"patent_number",
"application_number",
"title",
"filing_date",
"grant_date",
"status",
"applicant",
"inventors",
"url"
],
"type": "object"
},
"type": "array"
},
"source": {
"const": "uspto",
"type": "string"
},
"total_matched": {
"type": "number"
}
},
"required": [
"source",
"as_of",
"company",
"total_matched",
"count",
"patents",
"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": "d7c1f07264277fab45ba367c86c2812bf41bebad332847b7031f187c6676c91e",
"service_id": "62c4801f8bff7c71e692479a2c769d8b9b91f0677cb5b67471cf3e1e87ddcb55",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-17T12:29:43.496Z",
"url": "https://x402stock.xyz/api/v1/patents",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85 |
{
"description": "The full daily history of the US stock Fear & Greed index from 2016 to today, each point a date and 0–100 score. Pass `?days=N` to return only the most recent N days (default: full series). Use for charting sentiment regimes and backtesting against price. Companion to /api/v1/fear-greed (current reading). 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": {
"days": {
"exclusiveMinimum": 0,
"maximum": 10000,
"type": "integer"
}
},
"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"
},
"history": {
"items": {
"additionalProperties": false,
"properties": {
"date": {
"type": "string"
},
"score": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"date",
"score"
],
"type": "object"
},
"type": "array"
},
"index": {
"const": "us_stock",
"type": "string"
},
"source": {
"const": "x402stock",
"type": "string"
}
},
"required": [
"source",
"as_of",
"index",
"count",
"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.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": "2cd91dc8fc4e0303daa93a4702b25f3b983ec8a678830e3809c3274b45c8aa5d",
"service_id": "62faf32984b0daaa52c88db8344910a08fe5aa2cec08b1fb1612730de199966c",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-17T12:28:40.158Z",
"url": "https://x402stock.xyz/api/v1/fear-greed/history",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85 |
{
"description": "The weekly CFTC Commitments of Traders positioning across major futures markets in one call: for each market the open interest, non-commercial (large speculator) net position and weekly change, and commercial (hedger) net position. Covers equity indices, gold/silver, crude/natural gas, major FX, the 10-year note, and bitcoin. No ticker needed. Sourced from the US CFTC. 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": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"attribution": {
"type": "string"
},
"markets": {
"items": {
"additionalProperties": false,
"properties": {
"commercial_net": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"contract_code": {
"type": "string"
},
"group": {
"enum": [
"equity_index",
"metals",
"energy",
"fx",
"rates",
"crypto"
],
"type": "string"
},
"market": {
"type": "string"
},
"name": {
"type": "string"
},
"noncommercial_net": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"noncommercial_net_change": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"open_interest": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"open_interest_change": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"report_date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"market",
"contract_code",
"name",
"group",
"report_date",
"open_interest",
"open_interest_change",
"noncommercial_net",
"noncommercial_net_change",
"commercial_net"
],
"type": "object"
},
"type": "array"
},
"report": {
"type": "string"
},
"source": {
"const": "cftc",
"type": "string"
}
},
"required": [
"source",
"as_of",
"report",
"markets",
"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": "566591507cdd2300134fcee7fb999a036d4938d61ab4d4e443d64a56284a91ee",
"service_id": "637d7fec3dd01155a5cb865c5f73394208cf6678fad9045d4d4eca533805988b",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-17T12:28:33.441Z",
"url": "https://x402stock.xyz/api/v1/cot",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85 |
{
"description": "Jupiter's JLP liquidity pool, decoded from the Perpetuals program's on-chain accounts (not the Jupiter API): AUM (USD), JLP supply and virtual price (AUM ÷ supply), pool-wide long/short trader exposure, and each asset (SOL, ETH, WBTC, USDC, USDT) with holdings, owned/locked, utilization %, and long/short USD. Keyless public-chain data, no Jupiter API. 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"
},
"asset_count": {
"type": "number"
},
"assets": {
"items": {
"additionalProperties": false,
"properties": {
"amount": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"description": "Physical on-chain holdings (custody token-account balance, UI amount)."
},
"custody": {
"description": "The Perpetuals custody account for this asset.",
"type": "string"
},
"decimals": {
"type": "number"
},
"global_short_usd": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"description": "Open short USD exposure for this asset."
},
"guaranteed_usd": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"description": "Long positions' guaranteed USD exposure for this asset."
},
"locked": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"description": "Amount reserved to back open trader positions."
},
"mint": {
"type": "string"
},
"owned": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"description": "Pool-accounting owned amount (can differ from physical `amount`)."
},
"symbol": {
"type": "string"
},
"token_account": {
"description": "SPL account holding the physical balance.",
"type": "string"
},
"utilization_percent": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"description": "locked ÷ owned × 100 — the JLP yield driver."
}
},
"required": [
"symbol",
"mint",
"decimals",
"custody",
"token_account",
"amount",
"owned",
"locked",
"utilization_percent",
"guaranteed_usd",
"global_short_usd"
],
"type": "object"
},
"type": "array"
},
"aum_usd": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"description": "Pool assets under management in USD (cached on-chain)."
},
"chain": {
"const": "solana",
"type": "string"
},
"jlp_mint": {
"type": "string"
},
"jlp_supply": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"jlp_virtual_price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"description": "aum_usd ÷ jlp_supply — the JLP token's backing value."
},
"pool": {
"description": "The JLP Pool account address.",
"type": "string"
},
"program": {
"description": "Jupiter Perpetuals program ID.",
"type": "string"
},
"protocol": {
"type": "string"
},
"source": {
"const": "x402stock",
"type": "string"
},
"total_guaranteed_usd": {
"description": "Pool-wide long (guaranteed) USD exposure.",
"type": "number"
},
"total_short_usd": {
"description": "Pool-wide open short USD exposure.",
"type": "number"
},
"venue": {
"const": "jupiter",
"type": "string"
}
},
"required": [
"source",
"as_of",
"venue",
"chain",
"protocol",
"program",
"pool",
"jlp_mint",
"aum_usd",
"jlp_supply",
"jlp_virtual_price",
"total_guaranteed_usd",
"total_short_usd",
"asset_count",
"assets"
],
"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": "b3d44e1875e17a378bdde7f400adab9bdfbc04bd26308b92498707141bd8da57",
"service_id": "6b7ff83b2bd4f6cab14937c366c2b0aea5f3000034433b9321a1c94970399395",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-17T12:29:07.842Z",
"url": "https://x402stock.xyz/api/v1/solana/jlp",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85 |
{
"description": "US labor-market headline indicators from the Bureau of Labor Statistics: the unemployment rate, labor force participation rate, total nonfarm payrolls, and average hourly earnings, each with its latest value and change from the prior month. No ticker needed. Sourced from US BLS. From x402stock, a pay-per-call market & economic data API for AI agents. No API key or account; pay in USDC via x402.",
"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"
},
"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": {
"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": "af779f57b65770f225cb84e68fb971142f0940c20cc8f5b50123de9e06b6b2f5",
"service_id": "6d669e4b27563241823f69093df4904a4a4da57d49b8e74c41e35ea04fac3e7a",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-17T12:28:11.57Z",
"url": "https://x402stock.xyz/api/v1/labor-market",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85 |
{
"description": "The Crypto Fear & Greed index (0–100) with its rating, alongside the US stock Fear & Greed score for comparison, current BTC and ETH prices with 24h change, and ~90 days of crypto sentiment history. Pass `?days=N` to size the history. The crypto-sentiment companion to /api/v1/fear-greed (stocks). 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": {
"days": {
"default": 90,
"exclusiveMinimum": 0,
"maximum": 3650,
"type": "integer"
}
},
"required": [
"days"
],
"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"
},
"crypto": {
"additionalProperties": false,
"properties": {
"rating": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"score": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"score",
"rating"
],
"type": "object"
},
"history": {
"items": {
"additionalProperties": false,
"properties": {
"date": {
"type": "string"
},
"score": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"date",
"score"
],
"type": "object"
},
"type": "array"
},
"prices": {
"additionalProperties": {
"additionalProperties": false,
"properties": {
"change": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"change_percent": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"price",
"change",
"change_percent"
],
"type": "object"
},
"propertyNames": {
"type": "string"
},
"type": "object"
},
"source": {
"const": "x402stock",
"type": "string"
},
"stock": {
"additionalProperties": false,
"properties": {
"score": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"score"
],
"type": "object"
}
},
"required": [
"source",
"as_of",
"crypto",
"stock",
"prices",
"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": "3bc9657aba3137180713ff18dce27fffee24dddbf359a47b15679203acc1ab1b",
"service_id": "6ea70da6c99eab2f5d77a2d7f9a97b0f88c0441cc377b50d5a251dc7c6c14366",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-30T03:48:50.757Z",
"url": "https://x402stock.xyz/api/v1/fear-greed/crypto",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.03 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85 |
{
"description": "Use to find the day's biggest movers in one call. Returns the top 10 gainers and top 10 losers by percent move with price, the current US market session status (open, closed, pre, or post), and the latest market news headlines. No ticker needed. Built for agents scanning what is moving today. From x402stock, a pay-per-call market & economic data API. Pay per request in USDC via x402, no API key.",
"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": {
"exclusiveMinimum": 0,
"maximum": 50,
"type": "integer"
}
},
"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"
},
"gainers": {
"items": {
"additionalProperties": false,
"properties": {
"change_percent": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"ticker": {
"type": "string"
}
},
"required": [
"ticker",
"change_percent",
"price"
],
"type": "object"
},
"type": "array"
},
"losers": {
"items": {
"additionalProperties": false,
"properties": {
"change_percent": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"ticker": {
"type": "string"
}
},
"required": [
"ticker",
"change_percent",
"price"
],
"type": "object"
},
"type": "array"
},
"market_status": {
"anyOf": [
{
"additionalProperties": false,
"properties": {
"after_hours": {
"type": "boolean"
},
"early_hours": {
"type": "boolean"
},
"market": {
"type": "string"
}
},
"required": [
"market",
"early_hours",
"after_hours"
],
"type": "object"
},
{
"type": "null"
}
]
},
"news": {
"items": {
"additionalProperties": false,
"properties": {
"published_at": {
"type": "string"
},
"publisher": {
"type": "string"
},
"tickers": {
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"title",
"url",
"publisher",
"published_at",
"tickers"
],
"type": "object"
},
"type": "array"
},
"source": {
"const": "x402stock",
"type": "string"
}
},
"required": [
"source",
"as_of",
"market_status",
"gainers",
"losers",
"news"
],
"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": "433a6b872a9566dca6abaacb367e8491f4766cfac7e8fb6d8db30aad141c5723",
"service_id": "732b5283ed76a7eba72d71d232fb0a7a56fd455a51be8efae4f801a455016605",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-17T12:30:29.861Z",
"url": "https://x402stock.xyz/api/v1/market-pulse",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85 |
{
"description": "List every permissionless builder-deployed perp DEX on Hyperliquid (HIP-3). Each lists synthetic, oracle-priced 24/7 perp markets — US equities, commodities (gold, oil, copper), FX, and global index perps — that Hyperliquid's core perps and US-only stock feeds don't carry. Returns each DEX's id, name, deployer, and market count. Then read a DEX's markets at /api/v1/hip3/{dex}. 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"
},
"dexs": {
"items": {
"additionalProperties": false,
"properties": {
"deployer": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"dex": {
"type": "string"
},
"fee_recipient": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"market_count": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"name": {
"type": "string"
}
},
"required": [
"dex",
"name",
"deployer",
"fee_recipient",
"market_count"
],
"type": "object"
},
"type": "array"
},
"market_type": {
"const": "synthetic_perp",
"type": "string"
},
"note": {
"type": "string"
},
"source": {
"const": "x402stock",
"type": "string"
},
"standard": {
"const": "HIP-3",
"type": "string"
},
"venue": {
"type": "string"
}
},
"required": [
"source",
"as_of",
"venue",
"standard",
"market_type",
"note",
"count",
"dexs"
],
"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": "9fc66fc7e3113f370dc85200e736cd5b5cb5a87a692259e1ee327a23a96b253f",
"service_id": "7af566d65689e79abb6e8d7483cd2a897843ce65914bc78800149081d40029c4",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-30T03:50:01.092Z",
"url": "https://x402stock.xyz/api/v1/hip3/dexs",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85 |
{
"description": "Global news attention and tone for any company, ticker, or topic, from the GDELT Project's worldwide news monitoring. Pass `?q=Nvidia` (required), `?timespan=1d|3d|1w|2w|1m|3m` (default 1w). Returns average and latest tone with a positive/neutral/negative label and trend, an article-volume timeline, and recent headlines. A media-sentiment read distinct from the Reddit/4chan feeds. 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": {
"q": {
"maxLength": 120,
"minLength": 2,
"type": "string"
},
"timespan": {
"default": "1w",
"enum": [
"1d",
"3d",
"1w",
"2w",
"1m",
"3m"
],
"type": "string"
}
},
"required": [
"timespan"
],
"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"
},
"query": {
"type": "string"
},
"recent_articles": {
"items": {
"additionalProperties": false,
"properties": {
"domain": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"language": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"seen": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"source_country": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"title": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"url": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"title",
"url",
"domain",
"source_country",
"language",
"seen"
],
"type": "object"
},
"type": "array"
},
"sentiment": {
"additionalProperties": false,
"properties": {
"average_tone": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"label": {
"type": "string"
},
"latest_tone": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"scale": {
"type": "string"
},
"trend": {
"type": "string"
}
},
"required": [
"latest_tone",
"average_tone",
"label",
"trend",
"scale"
],
"type": "object"
},
"source": {
"const": "x402stock",
"type": "string"
},
"timespan": {
"type": "string"
},
"tone_timeline": {
"items": {
"additionalProperties": false,
"properties": {
"date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"tone": {
"type": "number"
}
},
"required": [
"date",
"tone"
],
"type": "object"
},
"type": "array"
},
"venue": {
"const": "gdelt",
"type": "string"
},
"volume": {
"additionalProperties": false,
"properties": {
"points": {
"type": "number"
},
"total_articles": {
"type": "number"
}
},
"required": [
"total_articles",
"points"
],
"type": "object"
},
"volume_timeline": {
"items": {
"additionalProperties": false,
"properties": {
"articles": {
"type": "number"
},
"date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"total_monitored": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"date",
"articles",
"total_monitored"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"source",
"venue",
"as_of",
"query",
"timespan",
"sentiment",
"volume",
"tone_timeline",
"volume_timeline",
"recent_articles",
"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": "67cfb0a41384719817d27f31d33f64f010f1f79aaf12bd004194a02e8ed39ef8",
"service_id": "82533b55ded535449c4a3fe640c5db70634f87a27c7d08ae2c1c5e2515ce9a37",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-20T20:10:52.59Z",
"url": "https://x402stock.xyz/api/v1/news-sentiment",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85 |
{
"description": "The total US public debt outstanding to the penny — the headline national-debt figure — split into debt held by the public and intragovernmental holdings, with the latest value, prior business day, day-over-day change, and recent history. No ticker needed. Updates each business day. Sourced from the US Treasury (FiscalData). Pass `?limit=` for more history (default 30, max 250). 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": {
"limit": {
"default": 30,
"exclusiveMinimum": 0,
"maximum": 250,
"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": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"change": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"change_percent": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"history": {
"items": {
"additionalProperties": false,
"properties": {
"date": {
"type": "string"
},
"debt_held_by_public": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"intragovernmental_holdings": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"total_public_debt_outstanding": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"date",
"total_public_debt_outstanding",
"debt_held_by_public",
"intragovernmental_holdings"
],
"type": "object"
},
"type": "array"
},
"latest": {
"anyOf": [
{
"additionalProperties": false,
"properties": {
"date": {
"type": "string"
},
"debt_held_by_public": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"intragovernmental_holdings": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"total_public_debt_outstanding": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"date",
"total_public_debt_outstanding",
"debt_held_by_public",
"intragovernmental_holdings"
],
"type": "object"
},
{
"type": "null"
}
]
},
"prior": {
"anyOf": [
{
"additionalProperties": false,
"properties": {
"date": {
"type": "string"
},
"debt_held_by_public": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"intragovernmental_holdings": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"total_public_debt_outstanding": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"date",
"total_public_debt_outstanding",
"debt_held_by_public",
"intragovernmental_holdings"
],
"type": "object"
},
{
"type": "null"
}
]
},
"series": {
"type": "string"
},
"source": {
"const": "us_treasury",
"type": "string"
},
"unit": {
"type": "string"
}
},
"required": [
"source",
"as_of",
"series",
"unit",
"latest",
"prior",
"change",
"change_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": "8344294fc4e4ba87c41b477b38260d9b811756c90a27a0973be9883dcfd8ccbd",
"service_id": "8282e791a78ede5bafafb17170304144f8c7b5925c7f2938a80b794d798cc299",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-08T23:30:37.356Z",
"url": "https://x402stock.xyz/api/v1/national-debt",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85 |
{
"description": "Reference list of security type codes used in ticker reference data (e.g. CS = Common Stock, ETF, PFD, WARRANT) with descriptions. 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"
},
"source": {
"const": "x402stock",
"type": "string"
},
"types": {
"items": {
"additionalProperties": false,
"properties": {
"asset_class": {
"type": "string"
},
"code": {
"type": "string"
},
"description": {
"type": "string"
},
"locale": {
"type": "string"
}
},
"required": [
"code",
"description",
"asset_class",
"locale"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"source",
"as_of",
"count",
"types"
],
"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": "355265e6e8621adaaf85670c81eda3b3157892dddcf8f4a6e941bf4522790ba7",
"service_id": "88c99fda61329f8f5b6a2ca3c7a597ad8f6ebfced882c7102f76b8eabe870179",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-08T23:28:25.799Z",
"url": "https://x402stock.xyz/api/v1/ticker-types",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85 |
{
"description": "US net liquidity (Fed balance sheet minus Treasury General Account minus reverse repo) as a 0–100 percentile with its label and 4-week trend, broken into its FRED components (WALCL, TGA, RRP, M2) plus ~52 weeks of history. A macro-liquidity gauge for risk appetite. Complements the /api/v1/fed-funds and other FRED macro endpoints. 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": {
"weeks": {
"default": 52,
"exclusiveMinimum": 0,
"maximum": 520,
"type": "integer"
}
},
"required": [
"weeks"
],
"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"
},
"components": {
"items": {
"additionalProperties": false,
"properties": {
"date": {
"type": "string"
},
"fred_series": {
"type": "string"
},
"mom_percent": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"name": {
"type": "string"
},
"value_usd_trillions": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"name",
"value_usd_trillions",
"date",
"fred_series",
"mom_percent"
],
"type": "object"
},
"type": "array"
},
"history": {
"items": {
"additionalProperties": false,
"properties": {
"date": {
"type": "string"
},
"net_usd_trillions": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"date",
"net_usd_trillions"
],
"type": "object"
},
"type": "array"
},
"net_liquidity_usd_trillions": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"rating": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"score": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"source": {
"const": "x402stock",
"type": "string"
},
"trend_4w_usd_trillions": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"trend_label": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"source",
"as_of",
"score",
"rating",
"net_liquidity_usd_trillions",
"trend_4w_usd_trillions",
"trend_label",
"components",
"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": "0913410bbc57bdda3d2f9f6308dbfb0825563de31052835e52e274206bb82e1e",
"service_id": "89c238f02e1835e04d003ebb80328de84f0c4d70ccd7e6faa7f3041cfec6ee0b",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-30T03:49:04.846Z",
"url": "https://x402stock.xyz/api/v1/fear-greed/liquidity",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85 |
{
"description": "The day's biggest percentage losers across US equities, with current and previous-day OHLCV per ticker. 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": {
"exclusiveMinimum": 0,
"maximum": 100,
"type": "integer"
}
},
"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"
},
"direction": {
"enum": [
"gainers",
"losers"
],
"type": "string"
},
"source": {
"const": "x402stock",
"type": "string"
},
"tickers": {
"items": {
"additionalProperties": false,
"properties": {
"change": {
"type": "number"
},
"change_percent": {
"type": "number"
},
"day": {
"additionalProperties": false,
"properties": {
"close": {
"type": "number"
},
"high": {
"type": "number"
},
"low": {
"type": "number"
},
"open": {
"type": "number"
},
"volume": {
"type": "number"
},
"vwap": {
"type": "number"
}
},
"required": [
"open",
"high",
"low",
"close",
"volume",
"vwap"
],
"type": "object"
},
"previous_day": {
"additionalProperties": false,
"properties": {
"close": {
"type": "number"
},
"high": {
"type": "number"
},
"low": {
"type": "number"
},
"open": {
"type": "number"
},
"volume": {
"type": "number"
},
"vwap": {
"type": "number"
}
},
"required": [
"open",
"high",
"low",
"close",
"volume",
"vwap"
],
"type": "object"
},
"ticker": {
"type": "string"
},
"updated": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"ticker",
"change",
"change_percent",
"updated"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"source",
"as_of",
"direction",
"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": 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": "5f8c94f342f929d237adcf2602b7f02f177e21629887ceddc654af6d2517396e",
"service_id": "8b9ca496697584d800cfb26fe2ab597de39c982c9a627e5a4e2f95dc14d763be",
"source": "cdp-bazaar",
"source_updated_at": "2026-08-17T12:29:05.54Z",
"url": "https://x402stock.xyz/api/v1/losers",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85 |
{
"description": "Every energy benchmark in one call: WTI and Brent crude oil spot, Henry Hub natural gas spot, and US regular retail gasoline — each with its latest price, prior reading, and change. The catalog's commodities feed (no equity/forex/crypto endpoint carries these). For one benchmark with history use /api/v1/energy/{product}. Source: U.S. Energy Information Administration (EIA). 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": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"attribution": {
"type": "string"
},
"products": {
"items": {
"additionalProperties": false,
"properties": {
"change": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"change_percent": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"eia_units": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"frequency": {
"type": "string"
},
"latest": {
"anyOf": [
{
"additionalProperties": false,
"properties": {
"date": {
"type": "string"
},
"value": {
"type": "number"
}
},
"required": [
"date",
"value"
],
"type": "object"
},
{
"type": "null"
}
]
},
"name": {
"type": "string"
},
"prior": {
"anyOf": [
{
"additionalProperties": false,
"properties": {
"date": {
"type": "string"
},
"value": {
"type": "number"
}
},
"required": [
"date",
"value"
],
"type": "object"
},
{
"type": "null"
}
]
},
"product": {
"type": "string"
},
"series_id": {
"type": "string"
},
"unit": {
"type": "string"
}
},
"required": [
"product",
"series_id",
"name",
"unit",
"eia_units",
"frequency",
"latest",
"prior",
"change",
"change_percent"
],
"type": "object"
},
"type": "array"
},
"series": {
"type": "string"
},
"source": {
"const": "eia",
"type": "string"
}
},
"required": [
"source",
"as_of",
"series",
"products",
"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": "2a4b66ba6501717ba766f44f693dce177d924c12ab71c15b0154dc21143c0ccb",
"service_id": "8cfdd1e0af5cd39f686f498fb0faf3a50ecc9c17bb65fd69e8ae47f4865e4877",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-02T17:54:53.932Z",
"url": "https://x402stock.xyz/api/v1/energy",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85 |
{
"description": "Upcoming and historical US IPOs: issuer name, ticker, announced and listing dates, offer price range and final price, shares offered, total deal size, exchange, and status. Filter by `?ipo_status=pending|new|history|rumor`, `?ticker=`, and `?limit=`. Use to track the new-issue calendar and recently priced deals. 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": {
"ipo_status": {
"enum": [
"pending",
"new",
"history",
"rumor",
"postponed",
"withdrawn"
],
"type": "string"
},
"limit": {
"default": 20,
"exclusiveMinimum": 0,
"maximum": 250,
"type": "integer"
},
"ticker": {
"maxLength": 10,
"minLength": 1,
"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"
},
"count": {
"type": "number"
},
"ipos": {
"items": {
"additionalProperties": false,
"properties": {
"announced_date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"currency": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"final_issue_price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"highest_offer_price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"isin": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"issuer_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"last_updated": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"listing_date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"lowest_offer_price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"max_shares_offered": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"primary_exchange": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"security_description": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"security_type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"shares_outstanding": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"status": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"ticker": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"total_offer_size": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"ticker",
"issuer_name",
"status",
"announced_date",
"listing_date",
"primary_exchange",
"security_type",
"security_description",
"currency",
"isin",
"final_issue_price",
"lowest_offer_price",
"highest_offer_price",
"max_shares_offered",
"total_offer_size",
"shares_outstanding",
"last_updated"
],
"type": "object"
},
"type": "array"
},
"source": {
"const": "x402stock",
"type": "string"
}
},
"required": [
"source",
"as_of",
"count",
"ipos"
],
"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": "865097ecafbc31864805a6a49b1ef9c9f68604f20a12debceccf3a096f70f41b",
"service_id": "9502c0c9742dfcba6588d9709d493321b2bfd6f7990ad6841dd76ace3157af63",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-02T01:54:49.005Z",
"url": "https://x402stock.xyz/api/v1/ipos",
"usage_rights": "not_reviewed"
}| Network | Advertised amount | Billing | Payee |
|---|---|---|---|
| eip155:8453 | 0.02 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | Not specifiedexact | 0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85 |
{
"description": "US consumer price inflation from the Bureau of Labor Statistics: the latest headline CPI-U and core (ex food and energy) index levels with year-over-year percent change, plus recent monthly history. No ticker needed. Use for macro-aware analysis without leaving for a separate data source. Sourced from US BLS. From x402stock, a market & economic data API (x402, USDC).",
"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"
},
"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": {
"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": "cc4a436b94fb505eb6d34da77ffa3532f5db02e713a72fa5c44dde34c1d9493d",
"service_id": "a0044901ddfac8198de98dc89805ba7484e3fb6e4771eea52523f393bc80980e",
"source": "cdp-bazaar",
"source_updated_at": "2026-09-09T13:13:09.899Z",
"url": "https://x402stock.xyz/api/v1/inflation",
"usage_rights": "not_reviewed"
}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 integrationDiscovery 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