Per-request paid API exposing weekly Stock Trends data for North American equities and ETFs: prices, trend indicators, market regime, screener, leadership rotation and history. Priced from $0.0025 to $0.50 per call in USDC on Base.
Pay from $0.0025 to $0.50 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.
ASSESSMENT
updated 1h 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
- 436ms
- avg response
- 355ms
- total checks
- 70
compliance A (11/11)
11 of 11 x402 conformance checks pass. Full checklist below.
price $0.0025 to $0.50 (p30 in Finance)
- price (min)
- $0.0025
- price (max)
- $0.50
- category percentile (min)
- p30 in Finance
- category percentile (max)
- p90 in Finance
- endpoints / prices
- 10 / 7
- 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 $264.88 30d · 32 buyers
- volume 30d
- $264.88
- buyers 30d
- 32
- settlements 30d
- 1,685
- last settlement
- 2026-07-21
- top buyer share
- 80% of 30d volume
- trend 7d vs 30d
- 0.04x the 30d daily rate
- networks
- eip155:8453
Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedProvides market intelligence and financial data including stock prices, indicators, and market regime analysis
- category
- market-intelligence
- in
- query params
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| GET | /v1/agent/screener/top | $0.50 | Base | USDC | |
| POST | /v1/decision/evaluate-symbol | $0.50 | Base | USDC | |
| GET | /v1/indicators/latest | $0.0035 | Base | USDC | |
| GET | /v1/leadership/rotation/history | $0.30 | Base | USDC | |
| GET | /v1/leadership/summary/latest | $0.25 | Base | USDC | |
| GET | /v1/market/regime/latest | $0.15 | Base | USDC | |
| GET | /v1/prices/history | $0.0075 | Base | USDC | |
| GET | /v1/prices/latest | $0.0025 | Base | USDC | |
| GET | /v1/stim/history | $0.0075 | Base | USDC | |
| GET | /v1/stim/latest | $0.0025 | Base | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /v1/agent/screener/top returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://api.stocktrends.com/v1/agent/screener/top'
// 402 response (captured by monitor) · 10 payloads · click to expand
[
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"resource": {
"url": "https://api.stocktrends.com/v1/agent/screener/top",
"tags": [
"finance",
"market-intelligence",
"equities",
"quantitative-finance",
"agentic"
],
"iconUrl": "https://developer.stocktrends.com/images/stmi-icon.png",
"mimeType": "application/json",
"description": "Ranked Stock Trends signal screener for agent workflows, using trend state, trend persistence, trend maturity, relative performance, and volume signal fields.",
"serviceName": "Stock Trends Market Intelligence"
}
},
"payTo": "0xAEeb8EaBdC05532a26123045f99D208EB1cC00ab",
"amount": "500000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.stocktrends.com/v1/agent/screener/top",
"tags": [
"finance",
"market-intelligence",
"equities",
"quantitative-finance",
"agentic"
],
"iconUrl": "https://developer.stocktrends.com/images/stmi-icon.png",
"mimeType": "application/json",
"description": "Ranked Stock Trends signal screener for agent workflows, using trend state, trend persistence, trend maturity, relative performance, and volume signal fields.",
"serviceName": "Stock Trends Market Intelligence"
},
"extensions": {
"bazaar": {
"info": {
"role": "market_intelligence_filter",
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": 10,
"min_rsi": 40
}
},
"title": "Agent Screener Top",
"family": "screener",
"output": {
"type": "json",
"format": "application/json",
"example": {
"request_id": "req_demo"
}
},
"category": "screener",
"schemaUrl": "https://api.stocktrends.com/v1/ai/tools",
"description": "Ranked Stock Trends signal screener for agent workflows, using trend state, trend persistence, trend maturity, relative performance, and volume signal fields.",
"metadataUrl": "https://api.stocktrends.com/v1/ai/context",
"tools_manifest": "https://api.stocktrends.com/v1/ai/tools",
"pricing_catalog": "https://api.stocktrends.com/v1/pricing/catalog",
"provenance_reference": {
"semantic_continuity": "Stock Trends indicators use a consistent classification doctrine across decades of observations.",
"interpretation_limit": "Historical depth supports research and probabilistic interpretation but does not guarantee future performance.",
"full_metadata_endpoints": [
"/v1/ai/context",
"/v1/meta/indicators",
"/v1/meta/stim"
],
"classification_framework": "Stock Trends trend classification methodology",
"approximate_observation_count": "16M+",
"historical_coverage_start_year": 1980
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [],
"properties": {
"limit": {
"type": "integer",
"default": 25,
"maximum": 100,
"minimum": 1
},
"min_rsi": {
"type": "integer",
"default": 40
},
"exchange": {
"enum": [
"N",
"Q",
"A",
"B",
"T",
"I"
],
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"title": {
"type": "string"
},
"family": {
"type": "string"
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"const": "json"
},
"format": {
"type": "string"
},
"example": {}
},
"description": "Ranked instruments with Stock Trends signal fields and filter summary.",
"additionalProperties": true
},
"category": {
"type": "string"
},
"schemaUrl": {
"type": "string"
},
"description": {
"type": "string"
},
"metadataUrl": {
"type": "string"
},
"tools_manifest": {
"type": "string"
},
"pricing_catalog": {
"type": "string"
}
},
"additionalProperties": true
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"resource": {
"url": "https://api.stocktrends.com/v1/indicators/latest",
"tags": [
"finance",
"market-intelligence",
"equities",
"quantitative-finance",
"agentic"
],
"iconUrl": "https://developer.stocktrends.com/images/stmi-icon.png",
"mimeType": "application/json",
"description": "Latest Stock Trends indicator snapshot for a symbol. Stock Trends indicators are part of a multi-decade classification framework with records extending back to 1980. Their value comes from consistent semantics across market history: trend state, trend persistence, relative performance, relative performance direction, and volume activity are encoded in a stable doctrine designed for longitudinal research.",
"serviceName": "Stock Trends Market Intelligence"
}
},
"payTo": "0xAEeb8EaBdC05532a26123045f99D208EB1cC00ab",
"amount": "3500",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.stocktrends.com/v1/indicators/latest",
"tags": [
"finance",
"market-intelligence",
"equities",
"quantitative-finance",
"agentic"
],
"iconUrl": "https://developer.stocktrends.com/images/stmi-icon.png",
"mimeType": "application/json",
"description": "Latest Stock Trends indicator snapshot for a symbol. Stock Trends indicators are part of a multi-decade classification framework with records extending back to 1980. Their value comes from consistent semantics across market history: trend state, trend persistence, relative performance, relative performance direction, and volume activity are encoded in a stable doctrine designed for longitudinal research.",
"serviceName": "Stock Trends Market Intelligence"
},
"extensions": {
"bazaar": {
"info": {
"role": "symbol_signal_intelligence",
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"cs_only": true,
"symbol_exchange": "IBM-N"
}
},
"title": "Indicators Latest",
"family": "indicators",
"output": {
"type": "json",
"format": "application/json",
"example": {
"request_id": "req_demo"
}
},
"category": "indicators",
"schemaUrl": "https://api.stocktrends.com/v1/ai/tools",
"description": "Latest Stock Trends indicator snapshot for a symbol. Stock Trends indicators are part of a multi-decade classification framework with records extending back to 1980. Their value comes from consistent semantics across market history: trend state, trend persistence, relative performance, relative performance direction, and volume activity are encoded in a stable doctrine designed for longitudinal research.",
"metadataUrl": "https://api.stocktrends.com/v1/ai/context",
"tools_manifest": "https://api.stocktrends.com/v1/ai/tools",
"pricing_catalog": "https://api.stocktrends.com/v1/pricing/catalog",
"provenance_reference": {
"semantic_continuity": "Stock Trends indicators use a consistent classification doctrine across decades of observations.",
"interpretation_limit": "Historical depth supports research and probabilistic interpretation but does not guarantee future performance.",
"full_metadata_endpoints": [
"/v1/ai/context",
"/v1/meta/indicators",
"/v1/meta/stim"
],
"classification_framework": "Stock Trends trend classification methodology",
"approximate_observation_count": "16M+",
"historical_coverage_start_year": 1980
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"symbol_exchange"
],
"properties": {
"symbol": {
"type": "string"
},
"cs_only": {
"type": "boolean",
"default": true
},
"exchange": {
"enum": [
"N",
"Q",
"A",
"B",
"T",
"I"
],
"type": "string"
},
"symbol_exchange": {
"type": "string",
"pattern": "^[A-Z0-9.]+-[A-Z]$"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"title": {
"type": "string"
},
"family": {
"type": "string"
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"const": "json"
},
"format": {
"type": "string"
},
"example": {}
},
"description": "Latest indicator snapshot with trend classification, trend_cnt, mt_cnt, rsi, rsi_updn, vol_tag, price-change fields, moving averages, and weekly high/low context.",
"additionalProperties": true
},
"category": {
"type": "string"
},
"schemaUrl": {
"type": "string"
},
"description": {
"type": "string"
},
"metadataUrl": {
"type": "string"
},
"tools_manifest": {
"type": "string"
},
"pricing_catalog": {
"type": "string"
}
},
"additionalProperties": true
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"resource": {
"url": "https://api.stocktrends.com/v1/leadership/rotation/history",
"tags": [
"finance",
"market-intelligence",
"equities",
"quantitative-finance",
"agentic"
],
"iconUrl": "https://developer.stocktrends.com/images/stmi-icon.png",
"mimeType": "application/json",
"description": "Historical sector leadership rotation derived from Stock Trends trend distribution, relative performance, and trend maturity measures.",
"serviceName": "Stock Trends Market Intelligence"
}
},
"payTo": "0xAEeb8EaBdC05532a26123045f99D208EB1cC00ab",
"amount": "300000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.stocktrends.com/v1/leadership/rotation/history",
"tags": [
"finance",
"market-intelligence",
"equities",
"quantitative-finance",
"agentic"
],
"iconUrl": "https://developer.stocktrends.com/images/stmi-icon.png",
"mimeType": "application/json",
"description": "Historical sector leadership rotation derived from Stock Trends trend distribution, relative performance, and trend maturity measures.",
"serviceName": "Stock Trends Market Intelligence"
},
"extensions": {
"bazaar": {
"info": {
"role": "leadership_intelligence",
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"type": "CS",
"top_k": 5,
"exchange": "N",
"group_by_week": true
}
},
"title": "Leadership Rotation History",
"family": "leadership",
"output": {
"type": "json",
"format": "application/json",
"example": {
"request_id": "req_demo"
}
},
"category": "leadership",
"schemaUrl": "https://api.stocktrends.com/v1/ai/tools",
"description": "Historical sector leadership rotation derived from Stock Trends trend distribution, relative performance, and trend maturity measures.",
"metadataUrl": "https://api.stocktrends.com/v1/ai/context",
"tools_manifest": "https://api.stocktrends.com/v1/ai/tools",
"pricing_catalog": "https://api.stocktrends.com/v1/pricing/catalog",
"provenance_reference": {
"semantic_continuity": "Stock Trends indicators use a consistent classification doctrine across decades of observations.",
"interpretation_limit": "Historical depth supports research and probabilistic interpretation but does not guarantee future performance.",
"full_metadata_endpoints": [
"/v1/ai/context",
"/v1/meta/indicators",
"/v1/meta/stim"
],
"classification_framework": "Stock Trends trend classification methodology",
"approximate_observation_count": "16M+",
"historical_coverage_start_year": 1980
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [],
"properties": {
"end": {
"type": "string",
"format": "date"
},
"type": {
"type": "string",
"default": "CS"
},
"start": {
"type": "string",
"format": "date"
},
"top_k": {
"type": "integer",
"default": 5,
"maximum": 50,
"minimum": 1
},
"exchange": {
"enum": [
"N",
"Q",
"A",
"B",
"T",
"I"
],
"type": "string"
},
"group_by_week": {
"type": "boolean",
"default": true
},
"min_constituents": {
"type": "integer",
"default": 25,
"maximum": 5000,
"minimum": 1
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"title": {
"type": "string"
},
"family": {
"type": "string"
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"const": "json"
},
"format": {
"type": "string"
},
"example": {}
},
"description": "Historical sector leadership rotation with bullish share, average RSI, trend maturity, leadership_score, and weekly rank.",
"additionalProperties": true
},
"category": {
"type": "string"
},
"schemaUrl": {
"type": "string"
},
"description": {
"type": "string"
},
"metadataUrl": {
"type": "string"
},
"tools_manifest": {
"type": "string"
},
"pricing_catalog": {
"type": "string"
}
},
"additionalProperties": true
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"resource": {
"url": "https://api.stocktrends.com/v1/leadership/summary/latest",
"tags": [
"finance",
"market-intelligence",
"equities",
"quantitative-finance",
"agentic"
],
"iconUrl": "https://developer.stocktrends.com/images/stmi-icon.png",
"mimeType": "application/json",
"description": "Latest Stock Trends leadership summary identifying overall, sector, and industry-group leaders using relative performance and trend-alignment filters.",
"serviceName": "Stock Trends Market Intelligence"
}
},
"payTo": "0xAEeb8EaBdC05532a26123045f99D208EB1cC00ab",
"amount": "250000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.stocktrends.com/v1/leadership/summary/latest",
"tags": [
"finance",
"market-intelligence",
"equities",
"quantitative-finance",
"agentic"
],
"iconUrl": "https://developer.stocktrends.com/images/stmi-icon.png",
"mimeType": "application/json",
"description": "Latest Stock Trends leadership summary identifying overall, sector, and industry-group leaders using relative performance and trend-alignment filters.",
"serviceName": "Stock Trends Market Intelligence"
},
"extensions": {
"bazaar": {
"info": {
"role": "leadership_intelligence",
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"type": "CS",
"min_rsi": 40,
"exchange": "N",
"min_mt_cnt": 4
}
},
"title": "Leadership Summary Latest",
"family": "leadership",
"output": {
"type": "json",
"format": "application/json",
"example": {
"request_id": "req_demo"
}
},
"category": "leadership",
"schemaUrl": "https://api.stocktrends.com/v1/ai/tools",
"description": "Latest Stock Trends leadership summary identifying overall, sector, and industry-group leaders using relative performance and trend-alignment filters.",
"metadataUrl": "https://api.stocktrends.com/v1/ai/context",
"tools_manifest": "https://api.stocktrends.com/v1/ai/tools",
"pricing_catalog": "https://api.stocktrends.com/v1/pricing/catalog",
"provenance_reference": {
"semantic_continuity": "Stock Trends indicators use a consistent classification doctrine across decades of observations.",
"interpretation_limit": "Historical depth supports research and probabilistic interpretation but does not guarantee future performance.",
"full_metadata_endpoints": [
"/v1/ai/context",
"/v1/meta/indicators",
"/v1/meta/stim"
],
"classification_framework": "Stock Trends trend classification methodology",
"approximate_observation_count": "16M+",
"historical_coverage_start_year": 1980
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [],
"properties": {
"type": {
"type": "string",
"default": "CS"
},
"min_rsi": {
"type": "integer",
"default": 40,
"maximum": 500,
"minimum": 0
},
"exchange": {
"enum": [
"N",
"Q",
"A",
"B",
"T",
"I"
],
"type": "string"
},
"weekdate": {
"type": "string",
"format": "date"
},
"min_mt_cnt": {
"type": "integer",
"default": 4,
"maximum": 500,
"minimum": 0
},
"limit_bucket": {
"type": "integer",
"default": 20,
"maximum": 200,
"minimum": 1
},
"limit_overall": {
"type": "integer",
"default": 50,
"maximum": 1000,
"minimum": 1
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"title": {
"type": "string"
},
"family": {
"type": "string"
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"const": "json"
},
"format": {
"type": "string"
},
"example": {}
},
"description": "Latest leadership groups with overall, sector, and industry-group leaders ranked by Stock Trends RSI and trend-category maturity filters.",
"additionalProperties": true
},
"category": {
"type": "string"
},
"schemaUrl": {
"type": "string"
},
"description": {
"type": "string"
},
"metadataUrl": {
"type": "string"
},
"tools_manifest": {
"type": "string"
},
"pricing_catalog": {
"type": "string"
}
},
"additionalProperties": true
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"resource": {
"url": "https://api.stocktrends.com/v1/market/regime/latest",
"tags": [
"finance",
"market-intelligence",
"equities",
"quantitative-finance",
"agentic"
],
"iconUrl": "https://developer.stocktrends.com/images/stmi-icon.png",
"mimeType": "application/json",
"description": "Current market regime classification derived from the distribution of Stock Trends trend codes across active signals.",
"serviceName": "Stock Trends Market Intelligence"
}
},
"payTo": "0xAEeb8EaBdC05532a26123045f99D208EB1cC00ab",
"amount": "150000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.stocktrends.com/v1/market/regime/latest",
"tags": [
"finance",
"market-intelligence",
"equities",
"quantitative-finance",
"agentic"
],
"iconUrl": "https://developer.stocktrends.com/images/stmi-icon.png",
"mimeType": "application/json",
"description": "Current market regime classification derived from the distribution of Stock Trends trend codes across active signals.",
"serviceName": "Stock Trends Market Intelligence"
},
"extensions": {
"bazaar": {
"info": {
"role": "market_regime_classifier",
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"title": "Market Regime Latest",
"family": "market",
"output": {
"type": "json",
"format": "application/json",
"example": {
"request_id": "req_demo"
}
},
"category": "market",
"schemaUrl": "https://api.stocktrends.com/v1/ai/tools",
"description": "Current market regime classification derived from the distribution of Stock Trends trend codes across active signals.",
"metadataUrl": "https://api.stocktrends.com/v1/ai/context",
"tools_manifest": "https://api.stocktrends.com/v1/ai/tools",
"pricing_catalog": "https://api.stocktrends.com/v1/pricing/catalog",
"provenance_reference": {
"semantic_continuity": "Stock Trends indicators use a consistent classification doctrine across decades of observations.",
"interpretation_limit": "Historical depth supports research and probabilistic interpretation but does not guarantee future performance.",
"full_metadata_endpoints": [
"/v1/ai/context",
"/v1/meta/indicators",
"/v1/meta/stim"
],
"classification_framework": "Stock Trends trend classification methodology",
"approximate_observation_count": "16M+",
"historical_coverage_start_year": 1980
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [],
"properties": {},
"additionalProperties": false
}
},
"additionalProperties": false
},
"title": {
"type": "string"
},
"family": {
"type": "string"
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"const": "json"
},
"format": {
"type": "string"
},
"example": {}
},
"description": "Current regime classification and aggregate signal distribution.",
"additionalProperties": true
},
"category": {
"type": "string"
},
"schemaUrl": {
"type": "string"
},
"description": {
"type": "string"
},
"metadataUrl": {
"type": "string"
},
"tools_manifest": {
"type": "string"
},
"pricing_catalog": {
"type": "string"
}
},
"additionalProperties": true
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"resource": {
"url": "https://api.stocktrends.com/v1/prices/history",
"tags": [
"finance",
"market-intelligence",
"equities",
"quantitative-finance",
"agentic"
],
"iconUrl": "https://developer.stocktrends.com/images/stmi-icon.png",
"mimeType": "application/json",
"description": "Historical weekly price series for a Stock Trends symbol.",
"serviceName": "Stock Trends Market Intelligence"
}
},
"payTo": "0xAEeb8EaBdC05532a26123045f99D208EB1cC00ab",
"amount": "7500",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.stocktrends.com/v1/prices/history",
"tags": [
"finance",
"market-intelligence",
"equities",
"quantitative-finance",
"agentic"
],
"iconUrl": "https://developer.stocktrends.com/images/stmi-icon.png",
"mimeType": "application/json",
"description": "Historical weekly price series for a Stock Trends symbol.",
"serviceName": "Stock Trends Market Intelligence"
},
"extensions": {
"bazaar": {
"info": {
"role": "price_context",
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": 52,
"cs_only": true,
"symbol_exchange": "IBM-N"
}
},
"title": "Prices History",
"family": "prices",
"output": {
"type": "json",
"format": "application/json",
"example": {
"request_id": "req_demo"
}
},
"category": "prices",
"schemaUrl": "https://api.stocktrends.com/v1/ai/tools",
"description": "Historical weekly price series for a Stock Trends symbol.",
"metadataUrl": "https://api.stocktrends.com/v1/ai/context",
"tools_manifest": "https://api.stocktrends.com/v1/ai/tools",
"pricing_catalog": "https://api.stocktrends.com/v1/pricing/catalog"
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"symbol_exchange"
],
"properties": {
"end": {
"type": "string",
"format": "date"
},
"limit": {
"type": "integer",
"default": 260,
"maximum": 2600,
"minimum": 1
},
"start": {
"type": "string",
"format": "date"
},
"symbol": {
"type": "string"
},
"cs_only": {
"type": "boolean",
"default": true
},
"exchange": {
"enum": [
"N",
"Q",
"A",
"B",
"T",
"I"
],
"type": "string"
},
"symbol_exchange": {
"type": "string",
"pattern": "^[A-Z0-9.]+-[A-Z]$"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"title": {
"type": "string"
},
"family": {
"type": "string"
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"const": "json"
},
"format": {
"type": "string"
},
"example": {}
},
"description": "Weekly price history for one symbol.",
"additionalProperties": true
},
"category": {
"type": "string"
},
"schemaUrl": {
"type": "string"
},
"description": {
"type": "string"
},
"metadataUrl": {
"type": "string"
},
"tools_manifest": {
"type": "string"
},
"pricing_catalog": {
"type": "string"
}
},
"additionalProperties": true
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"resource": {
"url": "https://api.stocktrends.com/v1/prices/latest",
"tags": [
"finance",
"market-intelligence",
"equities",
"quantitative-finance",
"agentic"
],
"iconUrl": "https://developer.stocktrends.com/images/stmi-icon.png",
"mimeType": "application/json",
"description": "Latest weekly price row for a Stock Trends symbol, including adjusted close, weekly high/low, volume (actual shares traded), trades, and price change.",
"serviceName": "Stock Trends Market Intelligence"
}
},
"payTo": "0xAEeb8EaBdC05532a26123045f99D208EB1cC00ab",
"amount": "2500",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.stocktrends.com/v1/prices/latest",
"tags": [
"finance",
"market-intelligence",
"equities",
"quantitative-finance",
"agentic"
],
"iconUrl": "https://developer.stocktrends.com/images/stmi-icon.png",
"mimeType": "application/json",
"description": "Latest weekly price row for a Stock Trends symbol, including adjusted close, weekly high/low, volume (actual shares traded), trades, and price change.",
"serviceName": "Stock Trends Market Intelligence"
},
"extensions": {
"bazaar": {
"info": {
"role": "price_context",
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"cs_only": true,
"symbol_exchange": "IBM-N"
}
},
"title": "Prices Latest",
"family": "prices",
"output": {
"type": "json",
"format": "application/json",
"example": {
"request_id": "req_demo"
}
},
"category": "prices",
"schemaUrl": "https://api.stocktrends.com/v1/ai/tools",
"description": "Latest weekly price row for a Stock Trends symbol, including adjusted close, weekly high/low, volume (actual shares traded), trades, and price change.",
"metadataUrl": "https://api.stocktrends.com/v1/ai/context",
"tools_manifest": "https://api.stocktrends.com/v1/ai/tools",
"pricing_catalog": "https://api.stocktrends.com/v1/pricing/catalog"
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"symbol_exchange"
],
"properties": {
"symbol": {
"type": "string"
},
"cs_only": {
"type": "boolean",
"default": true
},
"exchange": {
"enum": [
"N",
"Q",
"A",
"B",
"T",
"I"
],
"type": "string"
},
"symbol_exchange": {
"type": "string",
"pattern": "^[A-Z0-9.]+-[A-Z]$"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"title": {
"type": "string"
},
"family": {
"type": "string"
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"const": "json"
},
"format": {
"type": "string"
},
"example": {}
},
"description": "Latest weekly price, adjusted close, high/low, volume (actual shares traded), trades, split factor, and price change.",
"additionalProperties": true
},
"category": {
"type": "string"
},
"schemaUrl": {
"type": "string"
},
"description": {
"type": "string"
},
"metadataUrl": {
"type": "string"
},
"tools_manifest": {
"type": "string"
},
"pricing_catalog": {
"type": "string"
}
},
"additionalProperties": true
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"resource": {
"url": "https://api.stocktrends.com/v1/stim/history",
"tags": [
"finance",
"market-intelligence",
"equities",
"quantitative-finance",
"agentic"
],
"iconUrl": "https://developer.stocktrends.com/images/stmi-icon.png",
"mimeType": "application/json",
"description": "Historical ST-IM forward return distribution series for a symbol. Use /v1/meta/stim for ST-IM provenance, base-period context, and interpretation limits.",
"serviceName": "Stock Trends Market Intelligence"
}
},
"payTo": "0xAEeb8EaBdC05532a26123045f99D208EB1cC00ab",
"amount": "7500",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.stocktrends.com/v1/stim/history",
"tags": [
"finance",
"market-intelligence",
"equities",
"quantitative-finance",
"agentic"
],
"iconUrl": "https://developer.stocktrends.com/images/stmi-icon.png",
"mimeType": "application/json",
"description": "Historical ST-IM forward return distribution series for a symbol. Use /v1/meta/stim for ST-IM provenance, base-period context, and interpretation limits.",
"serviceName": "Stock Trends Market Intelligence"
},
"extensions": {
"bazaar": {
"info": {
"role": "probabilistic_forward_inference",
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": 52,
"symbol_exchange": "IBM-N"
}
},
"title": "STIM History",
"family": "stim",
"output": {
"type": "json",
"format": "application/json",
"example": {
"request_id": "req_demo"
}
},
"category": "stim",
"provider": {
"provider_id": "stim",
"provider_name": "Stock Trends Inference Model",
"provider_role": "current_baseline_inference_provider",
"provider_profile_endpoint": "/v1/meta/stim",
"future_causal_ai_compatible": true,
"not_final_intelligence_layer": true
},
"schemaUrl": "https://api.stocktrends.com/v1/ai/tools",
"description": "Historical ST-IM forward return distribution series for a symbol. Use /v1/meta/stim for ST-IM provenance, base-period context, and interpretation limits.",
"metadataUrl": "https://api.stocktrends.com/v1/ai/context",
"tools_manifest": "https://api.stocktrends.com/v1/ai/tools",
"pricing_catalog": "https://api.stocktrends.com/v1/pricing/catalog",
"inference_contract": "/v1/meta/inference"
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"symbol_exchange"
],
"properties": {
"end": {
"type": "string",
"format": "date"
},
"limit": {
"type": "integer",
"default": 260,
"maximum": 2600,
"minimum": 1
},
"start": {
"type": "string",
"format": "date"
},
"symbol": {
"type": "string"
},
"exchange": {
"enum": [
"N",
"Q",
"A",
"B",
"T",
"I"
],
"type": "string"
},
"include_gaps": {
"type": "boolean",
"default": false
},
"symbol_exchange": {
"type": "string",
"pattern": "^[A-Z0-9.]+-[A-Z]$"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"title": {
"type": "string"
},
"family": {
"type": "string"
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"const": "json"
},
"format": {
"type": "string"
},
"example": {}
},
"description": "Historical ST-IM distributions across 4, 13, and 40 week horizons.",
"additionalProperties": true
},
"category": {
"type": "string"
},
"schemaUrl": {
"type": "string"
},
"description": {
"type": "string"
},
"metadataUrl": {
"type": "string"
},
"tools_manifest": {
"type": "string"
},
"pricing_catalog": {
"type": "string"
}
},
"additionalProperties": true
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"resource": {
"url": "https://api.stocktrends.com/v1/stim/latest",
"tags": [
"finance",
"market-intelligence",
"equities",
"quantitative-finance",
"agentic"
],
"iconUrl": "https://developer.stocktrends.com/images/stmi-icon.png",
"mimeType": "application/json",
"description": "Latest Stock Trends Inference Model (ST-IM) outputs for a symbol: forward return expectations and statistical distributions across 4-week, 13-week, and 40-week horizons. Use /v1/meta/stim for ST-IM provenance, base-period context, and interpretation limits.",
"serviceName": "Stock Trends Market Intelligence"
}
},
"payTo": "0xAEeb8EaBdC05532a26123045f99D208EB1cC00ab",
"amount": "2500",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.stocktrends.com/v1/stim/latest",
"tags": [
"finance",
"market-intelligence",
"equities",
"quantitative-finance",
"agentic"
],
"iconUrl": "https://developer.stocktrends.com/images/stmi-icon.png",
"mimeType": "application/json",
"description": "Latest Stock Trends Inference Model (ST-IM) outputs for a symbol: forward return expectations and statistical distributions across 4-week, 13-week, and 40-week horizons. Use /v1/meta/stim for ST-IM provenance, base-period context, and interpretation limits.",
"serviceName": "Stock Trends Market Intelligence"
},
"extensions": {
"bazaar": {
"info": {
"role": "probabilistic_forward_inference",
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"symbol_exchange": "IBM-N"
}
},
"title": "STIM Latest",
"family": "stim",
"output": {
"type": "json",
"format": "application/json",
"example": {
"request_id": "req_demo"
}
},
"category": "stim",
"provider": {
"provider_id": "stim",
"provider_name": "Stock Trends Inference Model",
"provider_role": "current_baseline_inference_provider",
"provider_profile_endpoint": "/v1/meta/stim",
"future_causal_ai_compatible": true,
"not_final_intelligence_layer": true
},
"schemaUrl": "https://api.stocktrends.com/v1/ai/tools",
"description": "Latest Stock Trends Inference Model (ST-IM) outputs for a symbol: forward return expectations and statistical distributions across 4-week, 13-week, and 40-week horizons. Use /v1/meta/stim for ST-IM provenance, base-period context, and interpretation limits.",
"metadataUrl": "https://api.stocktrends.com/v1/ai/context",
"tools_manifest": "https://api.stocktrends.com/v1/ai/tools",
"pricing_catalog": "https://api.stocktrends.com/v1/pricing/catalog",
"inference_contract": "/v1/meta/inference"
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"symbol_exchange"
],
"properties": {
"symbol": {
"type": "string"
},
"exchange": {
"enum": [
"N",
"Q",
"A",
"B",
"T",
"I"
],
"type": "string"
},
"symbol_exchange": {
"type": "string",
"pattern": "^[A-Z0-9.]+-[A-Z]$"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"title": {
"type": "string"
},
"family": {
"type": "string"
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"const": "json"
},
"format": {
"type": "string"
},
"example": {}
},
"description": "ST-IM forward return expectations and statistical distributions across 4, 13, and 40 weeks.",
"additionalProperties": true
},
"category": {
"type": "string"
},
"schemaUrl": {
"type": "string"
},
"description": {
"type": "string"
},
"metadataUrl": {
"type": "string"
},
"tools_manifest": {
"type": "string"
},
"pricing_catalog": {
"type": "string"
}
},
"additionalProperties": true
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"resource": {
"url": "https://api.stocktrends.com/v1/decision/evaluate-symbol",
"tags": [
"finance",
"market-intelligence",
"equities",
"quantitative-finance",
"agentic"
],
"iconUrl": "https://developer.stocktrends.com/images/stmi-icon.png",
"mimeType": "application/json",
"description": "Deterministic symbol-level decision evaluation combining Stock Trends signal context with market regime context.",
"serviceName": "Stock Trends Market Intelligence"
}
},
"payTo": "0xAEeb8EaBdC05532a26123045f99D208EB1cC00ab",
"amount": "500000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://api.stocktrends.com/v1/decision/evaluate-symbol",
"tags": [
"finance",
"market-intelligence",
"equities",
"quantitative-finance",
"agentic"
],
"iconUrl": "https://developer.stocktrends.com/images/stmi-icon.png",
"mimeType": "application/json",
"description": "Deterministic symbol-level decision evaluation combining Stock Trends signal context with market regime context.",
"serviceName": "Stock Trends Market Intelligence"
},
"extensions": {
"bazaar": {
"info": {
"role": "symbol_decision_engine",
"input": {
"body": {
"symbol_exchange": "IBM-N"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"title": "Symbol Decision Evaluation",
"family": "decision",
"output": {
"type": "json",
"format": "application/json",
"example": {
"request_id": "req_demo"
}
},
"category": "decision",
"schemaUrl": "https://api.stocktrends.com/v1/ai/tools",
"description": "Deterministic symbol-level decision evaluation combining Stock Trends signal context with market regime context.",
"metadataUrl": "https://api.stocktrends.com/v1/ai/context",
"tools_manifest": "https://api.stocktrends.com/v1/ai/tools",
"pricing_catalog": "https://api.stocktrends.com/v1/pricing/catalog",
"provenance_reference": {
"semantic_continuity": "Stock Trends indicators use a consistent classification doctrine across decades of observations.",
"interpretation_limit": "Historical depth supports research and probabilistic interpretation but does not guarantee future performance.",
"full_metadata_endpoints": [
"/v1/ai/context",
"/v1/meta/indicators",
"/v1/meta/stim"
],
"classification_framework": "Stock Trends trend classification methodology",
"approximate_observation_count": "16M+",
"historical_coverage_start_year": 1980
}
},
"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": [
"symbol_exchange"
],
"properties": {
"symbol": {
"type": "string"
},
"exchange": {
"enum": [
"N",
"Q",
"A",
"B",
"T",
"I"
],
"type": "string"
},
"symbol_exchange": {
"type": "string",
"pattern": "^[A-Z0-9.]+-[A-Z]$"
}
},
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json"
],
"type": "string"
}
},
"additionalProperties": false
},
"title": {
"type": "string"
},
"family": {
"type": "string"
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"const": "json"
},
"format": {
"type": "string"
},
"example": {}
},
"description": "Deterministic symbol decision with Stock Trends signal and regime context.",
"additionalProperties": true
},
"category": {
"type": "string"
},
"schemaUrl": {
"type": "string"
},
"description": {
"type": "string"
},
"metadataUrl": {
"type": "string"
},
"tools_manifest": {
"type": "string"
},
"pricing_catalog": {
"type": "string"
}
},
"additionalProperties": true
}
}
},
"x402Version": 2
}
] UPTIME
RECENT CHECKS
OVER TIME
All charts share the 7d window selected here. Every series is also served as JSON at /api/v1/services/stock-trends-market-intelligence/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/stock-trends-market-intelligence?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/stock-trends-market-intelligence.svg" alt="Stock Trends Market Intelligence listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/stock-trends-market-intelligence?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/stock-trends-market-intelligence?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/stock-trends-market-intelligence.svg?data=uptime" alt="Stock Trends Market Intelligence uptime on x402-list" height="28"> </a>