x402 API serving about 196 endpoints of benchmark and reference data across finance, governance, compliance, healthcare and real estate. Priced $0.02 to $0.50 USDC on Base and Solana. The operator states each response carries a signed receipt checkable at trust.stratalize.com.
Pay from $0.02 to $0.50 per request in USDC on Base / Solana, settled onchain via the x402 protocol, no signup, no API key needed.
ASSESSMENT
updated 5h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- 100%
- uptime 7d
- 100%
- uptime 30d
- 100%
- uptime 90d
- 100%
- response p95
- 180ms
- avg response
- 131ms
- total checks
- 47
compliance A (11/11)
11 of 11 x402 conformance checks pass. Full checklist below.
price $0.02 to $0.50 (p59 in Finance)
- price (min)
- $0.02
- price (max)
- $0.50
- category percentile (min)
- p59 in Finance
- category percentile (max)
- p90 in Finance
- endpoints / prices
- 10 / 2
- model
- tiered
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
traction $228.74 30d · 93 buyers
- volume 30d
- $228.74
- buyers 30d
- 93
- settlements 30d
- 1,616
- last settlement
- 2026-07-19
- top buyer share
- 41% of 30d volume
- trend 7d vs 30d
- 0.03x the 30d daily rate
- networks
- eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d
Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedProvides financial benchmarks and market intelligence through various specialized endpoints
- category
- financial-benchmarks
- in
- body
- auth
- none
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| POST | /api/x402/adoption-stage | $0.02 | Base/Solana | USDC | |
| POST | /api/x402/commodity-benchmark | $0.02 | Base/Solana | USDC | |
| POST | /api/x402/elliott-waves | $0.50 | Base/Solana | USDC | |
| POST | /api/x402/global-equity-benchmark | $0.02 | Base/Solana | USDC | |
| POST | /api/x402/inflation-benchmark | $0.02 | Base/Solana | USDC | |
| POST | /api/x402/nist-ai-rmf-requirements | $0.50 | Base/Solana | USDC | |
| POST | /api/x402/options-iv-benchmark | $0.02 | Base/Solana | USDC | |
| POST | /api/x402/personal-savings-benchmark | $0.02 | Base/Solana | USDC | |
| POST | /api/x402/residential-market-benchmark | $0.02 | Base/Solana | USDC | |
| POST | /api/x402/yield-curve-benchmark | $0.02 | Base/Solana | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to POST /api/x402/adoption-stage returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i -X POST 'https://www.stratalize.com/api/x402/adoption-stage'
// 402 response (captured by monitor) · 10 payloads · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x5d51ECC50813E0937a5c43be298E9146796ad60d",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
},
"payTo": "6kswsVRgpf32jWRLAeRxaiqJ9Y7bn9jHMzv5aqF1dQDX",
"amount": "20000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://www.stratalize.com/api/x402/commodity-benchmark",
"tags": [
"attested",
"finance",
"commodity"
],
"iconUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"mimeType": "application/json",
"description": "Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Use when a macro agent or portfolio manager needs current commodity price levels and inflation pressure signal. Returns WTI crude, natural gas, gold, copper, wheat, soybeans with weekly and monthly changes. Example: live WTI and grain levels with inflation-pressure label. Source: EIA + FRED daily",
"serviceName": "Stratalize"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"category": "energy"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"properties": {
"category": {
"enum": [
"energy",
"metals",
"agriculture",
"all"
],
"type": "string",
"description": "Request parameter: category"
}
}
}
},
"output": {
"type": "json",
"schema": {
"type": "object",
"properties": {
"tool": {
"type": "string"
},
"freshness": {
"type": "string"
},
"receipt_id": {
"type": "string",
"description": "Cryptographic receipt identifier"
},
"data_source": {
"type": "string"
},
"verified_at": {
"type": "string",
"format": "uri",
"description": "Receipt verification URL at trust.stratalize.com/verify"
}
}
},
"example": {
"tool": "get_commodity_benchmark",
"freshness": "live",
"receipt_id": "rcpt_example",
"data_source": "Stratalize governed intelligence",
"verified_at": "https://trust.stratalize.com/verify?synthesis_id=example"
}
}
},
"name": "Commodity Benchmark",
"tags": [
"attested",
"finance",
"commodity"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"properties": {
"category": {
"enum": [
"energy",
"metals",
"agriculture",
"all"
],
"type": "string",
"description": "Request parameter: category"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"tool": {
"type": "string"
},
"freshness": {
"type": "string"
},
"receipt_id": {
"type": "string",
"description": "Cryptographic receipt identifier"
},
"data_source": {
"type": "string"
},
"verified_at": {
"type": "string",
"format": "uri",
"description": "Receipt verification URL at trust.stratalize.com/verify"
}
}
}
}
}
}
},
"iconUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"logoUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"category": "finance",
"description": "Use when a macro agent or portfolio manager needs current commodity price levels and inflation pressure signal. Returns WTI crude, natural gas, gold, copper, wheat, soybeans with weekly and monthly changes. Example: live WTI and grain levels with inflation-pressure label. Source: EIA + FRED daily. Cryptographically attested with a post-quantum signed settlement receipt. Verify at trust.stratalize.com/verify.",
"inputSchema": {
"type": "object",
"properties": {
"category": {
"enum": [
"energy",
"metals",
"agriculture",
"all"
],
"type": "string",
"description": "Request parameter: category"
}
}
},
"serviceName": "Stratalize",
"serviceTags": [
"governance",
"finance",
"healthcare",
"intelligence"
],
"discoverable": true,
"outputSchema": {
"type": "object",
"properties": {
"tool": {
"type": "string"
},
"freshness": {
"type": "string"
},
"receipt_id": {
"type": "string",
"description": "Cryptographic receipt identifier"
},
"data_source": {
"type": "string"
},
"verified_at": {
"type": "string",
"format": "uri",
"description": "Receipt verification URL at trust.stratalize.com/verify"
}
}
},
"providerName": "Stratalize",
"serviceIconUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"providerLogoUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"providerWebsite": "https://www.stratalize.com"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x5d51ECC50813E0937a5c43be298E9146796ad60d",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
},
"payTo": "6kswsVRgpf32jWRLAeRxaiqJ9Y7bn9jHMzv5aqF1dQDX",
"amount": "20000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://www.stratalize.com/api/x402/inflation-benchmark",
"tags": [
"attested",
"finance",
"inflation"
],
"iconUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"mimeType": "application/json",
"description": "Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Use when a macro agent or CFO needs current inflation trajectory and Fed target gap. Returns CPI, core CPI, PCE, core PCE, TIPS breakevens, shelter and medical components. Example: CPI 3.3%, core PCE 2.8%, Fed target gap 80bps — sticky inflation. Source: FRED daily",
"serviceName": "Stratalize"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"category": "core_cpi"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"properties": {
"measure": {
"enum": [
"cpi",
"pce",
"breakeven",
"components",
"all"
],
"type": "string",
"description": "Request parameter: measure"
}
}
}
},
"output": {
"type": "json",
"schema": {
"type": "object",
"properties": {
"source": {
"type": "string"
},
"category": {
"type": "string"
},
"receipt_id": {
"type": "string",
"description": "Cryptographic receipt identifier"
},
"verified_at": {
"type": "string",
"format": "uri",
"description": "Receipt verification URL at trust.stratalize.com/verify"
},
"yoy_change_pct": {
"type": "number"
}
}
},
"example": {
"source": "BLS CPI",
"category": "core_cpi",
"receipt_id": "rcpt_example",
"verified_at": "https://trust.stratalize.com/verify?synthesis_id=example",
"yoy_change_pct": 3.2
}
}
},
"name": "Inflation Benchmark",
"tags": [
"attested",
"finance",
"inflation"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"properties": {
"measure": {
"enum": [
"cpi",
"pce",
"breakeven",
"components",
"all"
],
"type": "string",
"description": "Request parameter: measure"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"source": {
"type": "string"
},
"category": {
"type": "string"
},
"receipt_id": {
"type": "string",
"description": "Cryptographic receipt identifier"
},
"verified_at": {
"type": "string",
"format": "uri",
"description": "Receipt verification URL at trust.stratalize.com/verify"
},
"yoy_change_pct": {
"type": "number"
}
}
}
}
}
}
},
"iconUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"logoUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"category": "finance",
"description": "Use when a macro agent or CFO needs current inflation trajectory and Fed target gap. Returns CPI, core CPI, PCE, core PCE, TIPS breakevens, shelter and medical components. Example: CPI 3.3%, core PCE 2.8%, Fed target gap 80bps — sticky inflation. Source: FRED daily. Cryptographically attested with a post-quantum signed settlement receipt. Verify at trust.stratalize.com/verify.",
"inputSchema": {
"type": "object",
"properties": {
"measure": {
"enum": [
"cpi",
"pce",
"breakeven",
"components",
"all"
],
"type": "string",
"description": "Request parameter: measure"
}
}
},
"serviceName": "Stratalize",
"serviceTags": [
"governance",
"finance",
"healthcare",
"intelligence"
],
"discoverable": true,
"outputSchema": {
"type": "object",
"properties": {
"source": {
"type": "string"
},
"category": {
"type": "string"
},
"receipt_id": {
"type": "string",
"description": "Cryptographic receipt identifier"
},
"verified_at": {
"type": "string",
"format": "uri",
"description": "Receipt verification URL at trust.stratalize.com/verify"
},
"yoy_change_pct": {
"type": "number"
}
}
},
"providerName": "Stratalize",
"serviceIconUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"providerLogoUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"providerWebsite": "https://www.stratalize.com"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x5d51ECC50813E0937a5c43be298E9146796ad60d",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
},
"payTo": "6kswsVRgpf32jWRLAeRxaiqJ9Y7bn9jHMzv5aqF1dQDX",
"amount": "20000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://www.stratalize.com/api/x402/personal-savings-benchmark",
"tags": [
"attested",
"finance",
"personal",
"savings"
],
"iconUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"mimeType": "application/json",
"description": "Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). BEA personal saving rate from FRED with long-run average comparison and above-average flag. Use when assessing household balance sheet health, consumption durability, and macro recession risk. Source: FRED / BEA. $0.02 atomic",
"serviceName": "Stratalize"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"period": "2024"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"required": [
"period"
],
"properties": {
"period": {
"type": "string",
"description": "Observation period (e.g. 2024, 2024-Q4)"
}
}
}
},
"output": {
"type": "json",
"schema": {
"type": "object",
"properties": {
"tool": {
"type": "string"
},
"freshness": {
"type": "string"
},
"receipt_id": {
"type": "string",
"description": "Cryptographic receipt identifier"
},
"data_source": {
"type": "string"
},
"verified_at": {
"type": "string",
"format": "uri",
"description": "Receipt verification URL at trust.stratalize.com/verify"
}
}
},
"example": {
"tool": "get_personal_savings_benchmark",
"freshness": "live",
"receipt_id": "rcpt_example",
"data_source": "Stratalize governed intelligence",
"verified_at": "https://trust.stratalize.com/verify?synthesis_id=example"
}
}
},
"name": "Personal Savings Benchmark",
"tags": [
"attested",
"finance",
"personal",
"savings"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"period"
],
"properties": {
"period": {
"type": "string",
"description": "Observation period (e.g. 2024, 2024-Q4)"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"tool": {
"type": "string"
},
"freshness": {
"type": "string"
},
"receipt_id": {
"type": "string",
"description": "Cryptographic receipt identifier"
},
"data_source": {
"type": "string"
},
"verified_at": {
"type": "string",
"format": "uri",
"description": "Receipt verification URL at trust.stratalize.com/verify"
}
}
}
}
}
}
},
"iconUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"logoUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"category": "finance",
"description": "BEA personal saving rate from FRED with long-run average comparison and above-average flag. Use when assessing household balance sheet health, consumption durability, and macro recession risk. Source: FRED / BEA. $0.02 atomic. Cryptographically attested with a post-quantum signed settlement receipt. Verify at trust.stratalize.com/verify.",
"inputSchema": {
"type": "object",
"required": [
"period"
],
"properties": {
"period": {
"type": "string",
"description": "Observation period (e.g. 2024, 2024-Q4)"
}
}
},
"serviceName": "Stratalize",
"serviceTags": [
"governance",
"finance",
"healthcare",
"intelligence"
],
"discoverable": true,
"outputSchema": {
"type": "object",
"properties": {
"tool": {
"type": "string"
},
"freshness": {
"type": "string"
},
"receipt_id": {
"type": "string",
"description": "Cryptographic receipt identifier"
},
"data_source": {
"type": "string"
},
"verified_at": {
"type": "string",
"format": "uri",
"description": "Receipt verification URL at trust.stratalize.com/verify"
}
}
},
"providerName": "Stratalize",
"serviceIconUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"providerLogoUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"providerWebsite": "https://www.stratalize.com"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x5d51ECC50813E0937a5c43be298E9146796ad60d",
"amount": "500000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F"
},
"payTo": "6kswsVRgpf32jWRLAeRxaiqJ9Y7bn9jHMzv5aqF1dQDX",
"amount": "500000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://www.stratalize.com/api/x402/nist-ai-rmf-requirements",
"tags": [
"attested",
"governance",
"nist",
"rmf",
"requirements"
],
"iconUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"mimeType": "application/json",
"description": "Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). NIST AI RMF requirement mapping by core function (Govern, Map, Measure, Manage), including practical control expectations and documentation needs. Source: NIST AI Risk Management Framework publications. Use when building AI governance programs, audit readiness plans, or model lifecycle control standards",
"serviceName": "Stratalize"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"function_filter": "GOVERN"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"properties": {
"function_filter": {
"enum": [
"GOVERN",
"MAP",
"MEASURE",
"MANAGE"
],
"type": "string",
"description": "Request parameter: function filter"
}
}
}
},
"output": {
"type": "json",
"schema": {
"type": "object",
"properties": {
"tool": {
"type": "string"
},
"freshness": {
"type": "string"
},
"receipt_id": {
"type": "string",
"description": "Cryptographic receipt identifier"
},
"data_source": {
"type": "string"
},
"verified_at": {
"type": "string",
"format": "uri",
"description": "Receipt verification URL at trust.stratalize.com/verify"
}
}
},
"example": {
"tool": "get_nist_ai_rmf_requirements",
"freshness": "live",
"receipt_id": "rcpt_example",
"data_source": "Stratalize governed intelligence",
"verified_at": "https://trust.stratalize.com/verify?synthesis_id=example"
}
}
},
"name": "Nist Ai Rmf Requirements",
"tags": [
"attested",
"governance",
"nist",
"rmf",
"requirements"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"properties": {
"function_filter": {
"enum": [
"GOVERN",
"MAP",
"MEASURE",
"MANAGE"
],
"type": "string",
"description": "Request parameter: function filter"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"tool": {
"type": "string"
},
"freshness": {
"type": "string"
},
"receipt_id": {
"type": "string",
"description": "Cryptographic receipt identifier"
},
"data_source": {
"type": "string"
},
"verified_at": {
"type": "string",
"format": "uri",
"description": "Receipt verification URL at trust.stratalize.com/verify"
}
}
}
}
}
}
},
"iconUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"logoUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"category": "intelligence",
"description": "NIST AI RMF requirement mapping by core function (Govern, Map, Measure, Manage), including practical control expectations and documentation needs. Source: NIST AI Risk Management Framework publications. Use when building AI governance programs, audit readiness plans, or model lifecycle control standards. Cryptographically attested with a post-quantum signed settlement receipt. Verify at trust.stratalize.com/verify.",
"inputSchema": {
"type": "object",
"properties": {
"function_filter": {
"enum": [
"GOVERN",
"MAP",
"MEASURE",
"MANAGE"
],
"type": "string",
"description": "Request parameter: function filter"
}
}
},
"serviceName": "Stratalize",
"serviceTags": [
"governance",
"finance",
"healthcare",
"intelligence"
],
"discoverable": true,
"outputSchema": {
"type": "object",
"properties": {
"tool": {
"type": "string"
},
"freshness": {
"type": "string"
},
"receipt_id": {
"type": "string",
"description": "Cryptographic receipt identifier"
},
"data_source": {
"type": "string"
},
"verified_at": {
"type": "string",
"format": "uri",
"description": "Receipt verification URL at trust.stratalize.com/verify"
}
}
},
"providerName": "Stratalize",
"serviceIconUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"providerLogoUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"providerWebsite": "https://www.stratalize.com"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x5d51ECC50813E0937a5c43be298E9146796ad60d",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
},
"payTo": "6kswsVRgpf32jWRLAeRxaiqJ9Y7bn9jHMzv5aqF1dQDX",
"amount": "20000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://www.stratalize.com/api/x402/adoption-stage",
"tags": [
"attested",
"governance",
"ai-rmf",
"adoption"
],
"iconUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"mimeType": "application/json",
"description": "Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). FS AI RMF adoption-stage benchmark for regulated institutions — finance, healthcare, legal, real estate, compliance. Required param: industry (e.g. financial_services). Pay per call via x402",
"serviceName": "Stratalize"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"industry": "financial_services"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"required": [
"industry"
],
"properties": {
"industry": {
"type": "string",
"description": "Industry context for FS AI RMF maturity assessment (e.g. financial_services)"
}
}
}
},
"output": {
"type": "json",
"schema": {
"type": "object",
"properties": {
"tool": {
"type": "string"
},
"freshness": {
"type": "string"
},
"receipt_id": {
"type": "string",
"description": "Cryptographic receipt identifier"
},
"data_source": {
"type": "string"
},
"verified_at": {
"type": "string",
"format": "uri",
"description": "Receipt verification URL at trust.stratalize.com/verify"
}
}
},
"example": {
"tool": "get_adoption_stage",
"freshness": "live",
"receipt_id": "rcpt_example",
"data_source": "Stratalize governed intelligence",
"verified_at": "https://trust.stratalize.com/verify?synthesis_id=example"
}
}
},
"name": "Adoption Stage",
"tags": [
"attested",
"governance",
"ai-rmf",
"adoption"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"industry"
],
"properties": {
"industry": {
"type": "string",
"description": "Industry context for FS AI RMF maturity assessment (e.g. financial_services)"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"tool": {
"type": "string"
},
"freshness": {
"type": "string"
},
"receipt_id": {
"type": "string",
"description": "Cryptographic receipt identifier"
},
"data_source": {
"type": "string"
},
"verified_at": {
"type": "string",
"format": "uri",
"description": "Receipt verification URL at trust.stratalize.com/verify"
}
}
}
}
}
}
},
"iconUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"logoUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"category": "finance",
"description": "Stratalize — governed intelligence for the agentic economy. FS AI RMF adoption-stage benchmark for regulated institutions — finance, healthcare, legal, real estate, compliance. Required param: industry (e.g. financial_services). Pay per call via x402. Cryptographically attested with a post-quantum signed settlement receipt. Verify at trust.stratalize.com/verify.",
"inputSchema": {
"type": "object",
"required": [
"industry"
],
"properties": {
"industry": {
"type": "string",
"description": "Industry context for FS AI RMF maturity assessment (e.g. financial_services)"
}
}
},
"serviceName": "Stratalize",
"serviceTags": [
"governance",
"finance",
"healthcare",
"intelligence"
],
"discoverable": true,
"outputSchema": {
"type": "object",
"properties": {
"tool": {
"type": "string"
},
"freshness": {
"type": "string"
},
"receipt_id": {
"type": "string",
"description": "Cryptographic receipt identifier"
},
"data_source": {
"type": "string"
},
"verified_at": {
"type": "string",
"format": "uri",
"description": "Receipt verification URL at trust.stratalize.com/verify"
}
}
},
"providerName": "Stratalize",
"serviceIconUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"providerLogoUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"providerWebsite": "https://www.stratalize.com"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x5d51ECC50813E0937a5c43be298E9146796ad60d",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F"
},
"payTo": "6kswsVRgpf32jWRLAeRxaiqJ9Y7bn9jHMzv5aqF1dQDX",
"amount": "20000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://www.stratalize.com/api/x402/global-equity-benchmark",
"tags": [
"attested",
"finance",
"global",
"equity"
],
"iconUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"mimeType": "application/json",
"description": "Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Use when a portfolio manager or macro agent needs cross-market equity context. Returns S&P 500, Nasdaq, Russell 2000, Stoxx 600, DAX, FTSE, Nikkei, Hang Seng, MSCI EM with YTD returns and risk signal. Source: FRED",
"serviceName": "Stratalize"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"region": "us"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"properties": {
"region": {
"enum": [
"us",
"europe",
"asia",
"emerging",
"all"
],
"type": "string",
"description": "Request parameter: region"
}
}
}
},
"output": {
"type": "json",
"schema": {
"type": "object",
"properties": {
"tool": {
"type": "string"
},
"freshness": {
"type": "string"
},
"receipt_id": {
"type": "string",
"description": "Cryptographic receipt identifier"
},
"data_source": {
"type": "string"
},
"verified_at": {
"type": "string",
"format": "uri",
"description": "Receipt verification URL at trust.stratalize.com/verify"
}
}
},
"example": {
"tool": "get_global_equity_benchmark",
"freshness": "live",
"receipt_id": "rcpt_example",
"data_source": "Stratalize governed intelligence",
"verified_at": "https://trust.stratalize.com/verify?synthesis_id=example"
}
}
},
"name": "Global Equity Benchmark",
"tags": [
"attested",
"finance",
"global",
"equity"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"properties": {
"region": {
"enum": [
"us",
"europe",
"asia",
"emerging",
"all"
],
"type": "string",
"description": "Request parameter: region"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"tool": {
"type": "string"
},
"freshness": {
"type": "string"
},
"receipt_id": {
"type": "string",
"description": "Cryptographic receipt identifier"
},
"data_source": {
"type": "string"
},
"verified_at": {
"type": "string",
"format": "uri",
"description": "Receipt verification URL at trust.stratalize.com/verify"
}
}
}
}
}
}
},
"iconUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"logoUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"category": "finance",
"description": "Use when a portfolio manager or macro agent needs cross-market equity context. Returns S&P 500, Nasdaq, Russell 2000, Stoxx 600, DAX, FTSE, Nikkei, Hang Seng, MSCI EM with YTD returns and risk signal. Source: FRED. Cryptographically attested with a post-quantum signed settlement receipt. Verify at trust.stratalize.com/verify.",
"inputSchema": {
"type": "object",
"properties": {
"region": {
"enum": [
"us",
"europe",
"asia",
"emerging",
"all"
],
"type": "string",
"description": "Request parameter: region"
}
}
},
"serviceName": "Stratalize",
"serviceTags": [
"governance",
"finance",
"healthcare",
"intelligence"
],
"discoverable": true,
"outputSchema": {
"type": "object",
"properties": {
"tool": {
"type": "string"
},
"freshness": {
"type": "string"
},
"receipt_id": {
"type": "string",
"description": "Cryptographic receipt identifier"
},
"data_source": {
"type": "string"
},
"verified_at": {
"type": "string",
"format": "uri",
"description": "Receipt verification URL at trust.stratalize.com/verify"
}
}
},
"providerName": "Stratalize",
"serviceIconUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"providerLogoUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"providerWebsite": "https://www.stratalize.com"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x5d51ECC50813E0937a5c43be298E9146796ad60d",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP"
},
"payTo": "6kswsVRgpf32jWRLAeRxaiqJ9Y7bn9jHMzv5aqF1dQDX",
"amount": "20000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://www.stratalize.com/api/x402/yield-curve-benchmark",
"tags": [
"attested",
"finance",
"rates",
"treasury"
],
"iconUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"mimeType": "application/json",
"description": "Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Treasury yield curve benchmark for traders and fixed income PMs — returns 1M-30Y yields, 2s10s and 2s30s spreads, inversion signal, and SOFR. Example: live 2s10s spread with curve-shape label. Source: FRED daily",
"serviceName": "Stratalize"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"horizon": "10y"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"properties": {
"tenor": {
"enum": [
"2y",
"10y",
"30y",
"all"
],
"type": "string",
"description": "Request parameter: tenor"
}
}
}
},
"output": {
"type": "json",
"schema": {
"type": "object",
"properties": {
"source": {
"type": "string"
},
"horizon": {
"type": "string"
},
"receipt_id": {
"type": "string",
"description": "Cryptographic receipt identifier"
},
"verified_at": {
"type": "string",
"format": "uri",
"description": "Receipt verification URL at trust.stratalize.com/verify"
},
"spread_2s10s": {
"type": "number"
}
}
},
"example": {
"source": "FRED Treasury yields",
"horizon": "10y",
"receipt_id": "rcpt_example",
"verified_at": "https://trust.stratalize.com/verify?synthesis_id=example",
"spread_2s10s": 0.42
}
}
},
"name": "Yield Curve Benchmark",
"tags": [
"attested",
"finance",
"rates",
"treasury"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"properties": {
"tenor": {
"enum": [
"2y",
"10y",
"30y",
"all"
],
"type": "string",
"description": "Request parameter: tenor"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"source": {
"type": "string"
},
"horizon": {
"type": "string"
},
"receipt_id": {
"type": "string",
"description": "Cryptographic receipt identifier"
},
"verified_at": {
"type": "string",
"format": "uri",
"description": "Receipt verification URL at trust.stratalize.com/verify"
},
"spread_2s10s": {
"type": "number"
}
}
}
}
}
}
},
"iconUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"logoUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"category": "finance",
"description": "Stratalize — governed intelligence for the agentic economy. Treasury yield curve benchmark for traders and fixed income PMs — returns 1M-30Y yields, 2s10s and 2s30s spreads, inversion signal, and SOFR. Example: live 2s10s spread with curve-shape label. Source: FRED daily. Cryptographically attested with a post-quantum signed settlement receipt. Verify at trust.stratalize.com/verify.",
"inputSchema": {
"type": "object",
"properties": {
"tenor": {
"enum": [
"2y",
"10y",
"30y",
"all"
],
"type": "string",
"description": "Request parameter: tenor"
}
}
},
"serviceName": "Stratalize",
"serviceTags": [
"governance",
"finance",
"healthcare",
"intelligence"
],
"discoverable": true,
"outputSchema": {
"type": "object",
"properties": {
"source": {
"type": "string"
},
"horizon": {
"type": "string"
},
"receipt_id": {
"type": "string",
"description": "Cryptographic receipt identifier"
},
"verified_at": {
"type": "string",
"format": "uri",
"description": "Receipt verification URL at trust.stratalize.com/verify"
},
"spread_2s10s": {
"type": "number"
}
}
},
"providerName": "Stratalize",
"serviceIconUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"providerLogoUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"providerWebsite": "https://www.stratalize.com"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x5d51ECC50813E0937a5c43be298E9146796ad60d",
"amount": "500000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
},
"payTo": "6kswsVRgpf32jWRLAeRxaiqJ9Y7bn9jHMzv5aqF1dQDX",
"amount": "500000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://www.stratalize.com/api/x402/elliott-waves",
"tags": [
"attested",
"finance",
"elliott",
"waves"
],
"iconUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"mimeType": "application/json",
"description": "Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Use when a technical trader needs wave counts, targets, and invalidation levels for major assets. Returns wave position, degree, target high/low, invalidation, and confidence for BTC, SPY, TLT, Gold. Example: wave label, target band, invalidation, and confidence score per asset",
"serviceName": "Stratalize"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"asset": "SPY"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"properties": {
"asset": {
"type": "string",
"description": "Asset symbol or \"all\" (default all)"
}
}
}
},
"output": {
"type": "json",
"schema": {
"type": "object",
"properties": {
"tool": {
"type": "string"
},
"freshness": {
"type": "string"
},
"receipt_id": {
"type": "string",
"description": "Cryptographic receipt identifier"
},
"data_source": {
"type": "string"
},
"verified_at": {
"type": "string",
"format": "uri",
"description": "Receipt verification URL at trust.stratalize.com/verify"
}
}
},
"example": {
"tool": "get_elliott_waves",
"freshness": "live",
"receipt_id": "rcpt_example",
"data_source": "Stratalize governed intelligence",
"verified_at": "https://trust.stratalize.com/verify?synthesis_id=example"
}
}
},
"name": "Elliott Waves",
"tags": [
"attested",
"finance",
"elliott",
"waves"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"properties": {
"asset": {
"type": "string",
"description": "Asset symbol or \"all\" (default all)"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"tool": {
"type": "string"
},
"freshness": {
"type": "string"
},
"receipt_id": {
"type": "string",
"description": "Cryptographic receipt identifier"
},
"data_source": {
"type": "string"
},
"verified_at": {
"type": "string",
"format": "uri",
"description": "Receipt verification URL at trust.stratalize.com/verify"
}
}
}
}
}
}
},
"iconUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"logoUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"category": "finance",
"description": "Use when a technical trader needs wave counts, targets, and invalidation levels for major assets. Returns wave position, degree, target high/low, invalidation, and confidence for BTC, SPY, TLT, Gold. Example: wave label, target band, invalidation, and confidence score per asset. Cryptographically attested with a post-quantum signed settlement receipt. Verify at trust.stratalize.com/verify.",
"inputSchema": {
"type": "object",
"properties": {
"asset": {
"type": "string",
"description": "Asset symbol or \"all\" (default all)"
}
}
},
"serviceName": "Stratalize",
"serviceTags": [
"governance",
"finance",
"healthcare",
"intelligence"
],
"discoverable": true,
"outputSchema": {
"type": "object",
"properties": {
"tool": {
"type": "string"
},
"freshness": {
"type": "string"
},
"receipt_id": {
"type": "string",
"description": "Cryptographic receipt identifier"
},
"data_source": {
"type": "string"
},
"verified_at": {
"type": "string",
"format": "uri",
"description": "Receipt verification URL at trust.stratalize.com/verify"
}
}
},
"providerName": "Stratalize",
"serviceIconUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"providerLogoUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"providerWebsite": "https://www.stratalize.com"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x5d51ECC50813E0937a5c43be298E9146796ad60d",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F"
},
"payTo": "6kswsVRgpf32jWRLAeRxaiqJ9Y7bn9jHMzv5aqF1dQDX",
"amount": "20000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://www.stratalize.com/api/x402/residential-market-benchmark",
"tags": [
"attested",
"finance",
"residential",
"market"
],
"iconUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"mimeType": "application/json",
"description": "Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Use when a residential investor or developer needs housing market benchmarks. Returns home price indices, price-to-rent ratios, affordability, months of supply, and homeownership rate by market tier. Source: FHFA HPI + FRED",
"serviceName": "Stratalize"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"market_tier": "national"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"properties": {
"market_tier": {
"enum": [
"national",
"gateway_metro",
"secondary_metro",
"tertiary"
],
"type": "string",
"description": "Request parameter: market tier"
},
"property_type": {
"enum": [
"single_family",
"condo",
"townhome"
],
"type": "string",
"description": "Request parameter: property type"
}
}
}
},
"output": {
"type": "json",
"schema": {
"type": "object",
"properties": {
"tool": {
"type": "string"
},
"freshness": {
"type": "string"
},
"receipt_id": {
"type": "string",
"description": "Cryptographic receipt identifier"
},
"data_source": {
"type": "string"
},
"verified_at": {
"type": "string",
"format": "uri",
"description": "Receipt verification URL at trust.stratalize.com/verify"
}
}
},
"example": {
"tool": "get_residential_market_benchmark",
"freshness": "live",
"receipt_id": "rcpt_example",
"data_source": "Stratalize governed intelligence",
"verified_at": "https://trust.stratalize.com/verify?synthesis_id=example"
}
}
},
"name": "Residential Market Benchmark",
"tags": [
"attested",
"finance",
"residential",
"market"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"properties": {
"market_tier": {
"enum": [
"national",
"gateway_metro",
"secondary_metro",
"tertiary"
],
"type": "string",
"description": "Request parameter: market tier"
},
"property_type": {
"enum": [
"single_family",
"condo",
"townhome"
],
"type": "string",
"description": "Request parameter: property type"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"tool": {
"type": "string"
},
"freshness": {
"type": "string"
},
"receipt_id": {
"type": "string",
"description": "Cryptographic receipt identifier"
},
"data_source": {
"type": "string"
},
"verified_at": {
"type": "string",
"format": "uri",
"description": "Receipt verification URL at trust.stratalize.com/verify"
}
}
}
}
}
}
},
"iconUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"logoUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"category": "finance",
"description": "Use when a residential investor or developer needs housing market benchmarks. Returns home price indices, price-to-rent ratios, affordability, months of supply, and homeownership rate by market tier. Source: FHFA HPI + FRED. Cryptographically attested with a post-quantum signed settlement receipt. Verify at trust.stratalize.com/verify.",
"inputSchema": {
"type": "object",
"properties": {
"market_tier": {
"enum": [
"national",
"gateway_metro",
"secondary_metro",
"tertiary"
],
"type": "string",
"description": "Request parameter: market tier"
},
"property_type": {
"enum": [
"single_family",
"condo",
"townhome"
],
"type": "string",
"description": "Request parameter: property type"
}
}
},
"serviceName": "Stratalize",
"serviceTags": [
"governance",
"finance",
"healthcare",
"intelligence"
],
"discoverable": true,
"outputSchema": {
"type": "object",
"properties": {
"tool": {
"type": "string"
},
"freshness": {
"type": "string"
},
"receipt_id": {
"type": "string",
"description": "Cryptographic receipt identifier"
},
"data_source": {
"type": "string"
},
"verified_at": {
"type": "string",
"format": "uri",
"description": "Receipt verification URL at trust.stratalize.com/verify"
}
}
},
"providerName": "Stratalize",
"serviceIconUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"providerLogoUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"providerWebsite": "https://www.stratalize.com"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x5d51ECC50813E0937a5c43be298E9146796ad60d",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
},
"payTo": "6kswsVRgpf32jWRLAeRxaiqJ9Y7bn9jHMzv5aqF1dQDX",
"amount": "20000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://www.stratalize.com/api/x402/options-iv-benchmark",
"tags": [
"attested",
"finance",
"options"
],
"iconUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"mimeType": "application/json",
"description": "Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Use when a crypto options trader needs implied volatility benchmarks. Returns BTC and ETH 7D/30D IV, put/call ratio, fear/greed signal, term structure shape, and VIX comparison. Example: BTC 30D IV at 62%, fear signal. Source: Deribit + FRED",
"serviceName": "Stratalize"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"asset": "BTC"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"properties": {
"asset": {
"enum": [
"BTC",
"ETH",
"all"
],
"type": "string",
"description": "Request parameter: asset"
}
}
}
},
"output": {
"type": "json",
"schema": {
"type": "object",
"properties": {
"tool": {
"type": "string"
},
"freshness": {
"type": "string"
},
"receipt_id": {
"type": "string",
"description": "Cryptographic receipt identifier"
},
"data_source": {
"type": "string"
},
"verified_at": {
"type": "string",
"format": "uri",
"description": "Receipt verification URL at trust.stratalize.com/verify"
}
}
},
"example": {
"tool": "get_options_iv_benchmark",
"freshness": "live",
"receipt_id": "rcpt_example",
"data_source": "Stratalize governed intelligence",
"verified_at": "https://trust.stratalize.com/verify?synthesis_id=example"
}
}
},
"name": "Options Iv Benchmark",
"tags": [
"attested",
"finance",
"options"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"properties": {
"asset": {
"enum": [
"BTC",
"ETH",
"all"
],
"type": "string",
"description": "Request parameter: asset"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"tool": {
"type": "string"
},
"freshness": {
"type": "string"
},
"receipt_id": {
"type": "string",
"description": "Cryptographic receipt identifier"
},
"data_source": {
"type": "string"
},
"verified_at": {
"type": "string",
"format": "uri",
"description": "Receipt verification URL at trust.stratalize.com/verify"
}
}
}
}
}
}
},
"iconUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"logoUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"category": "crypto",
"description": "Use when a crypto options trader needs implied volatility benchmarks. Returns BTC and ETH 7D/30D IV, put/call ratio, fear/greed signal, term structure shape, and VIX comparison. Example: BTC 30D IV at 62%, fear signal. Source: Deribit + FRED. Cryptographically attested with a post-quantum signed settlement receipt. Verify at trust.stratalize.com/verify.",
"inputSchema": {
"type": "object",
"properties": {
"asset": {
"enum": [
"BTC",
"ETH",
"all"
],
"type": "string",
"description": "Request parameter: asset"
}
}
},
"serviceName": "Stratalize",
"serviceTags": [
"governance",
"finance",
"healthcare",
"intelligence"
],
"discoverable": true,
"outputSchema": {
"type": "object",
"properties": {
"tool": {
"type": "string"
},
"freshness": {
"type": "string"
},
"receipt_id": {
"type": "string",
"description": "Cryptographic receipt identifier"
},
"data_source": {
"type": "string"
},
"verified_at": {
"type": "string",
"format": "uri",
"description": "Receipt verification URL at trust.stratalize.com/verify"
}
}
},
"providerName": "Stratalize",
"serviceIconUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"providerLogoUrl": "https://www.stratalize.com/stratalize-logo-400.png",
"providerWebsite": "https://www.stratalize.com"
}
},
"x402Version": 2
}
] UPTIME
RECENT CHECKS
OVER TIME
All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/stratalize/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted).
Median across 10 endpoints. Use the selector to isolate one.
COMPLIANCE
11/11 checks pass · grade A- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
EMBED THIS BADGE
<a href="https://x402-list.com/services/stratalize?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/stratalize.svg" alt="Stratalize listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/stratalize?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/stratalize?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/stratalize.svg?data=uptime" alt="Stratalize uptime on x402-list" height="28"> </a>