FETCH402
← Protocol index

Resource / 112

healthy

Stock Trends Market Intelligence.

Latest weekly price row for a Stock Trends symbol, including adjusted close, weekly high/low, volume (actual shares traded), trades, and price change.

Eligibility
probeable
Failures
0
Last quote
2026-08-12 21:30:03 UTC
Last probe
2026-08-12 21:30:03 UTC
Payment requirements / accepts[] 1 options
State Network Scheme Atomic amount Asset payTo / untrusted
active eip155:8453 exact 2500 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 0xAEeb8EaBdC05532a26123045f99D208EB1cC00ab

All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.

Probe evidence 1 recent
healthy 2026-08-12 21:30:03 UTC GET · HTTP 402 · 652ms · accepts 1 · base 1 ok
Request
GET https://api.stocktrends.com/v1/prices/latest
Robots
error
Note
robots_error:{:robots_http_status, 404};http_402;accepts=1;base=1
Accepts fingerprint
a09ae1e619936cc4c2ad478de9e2ce6631bf4d6fc86a3d95c0f4c6acabd06a8b

Accepts snapshot

[
  {
    "amount": "2500",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "assetTransferMethod": null,
    "extra": {
      "name": "USD Coin",
      "resource": {
        "description": "Latest weekly price row for a Stock Trends symbol, including adjusted close, weekly high/low, volume (actual shares traded), trades, and price change.",
        "iconUrl": "https://developer.stocktrends.com/images/stmi-icon.png",
        "mimeType": "application/json",
        "serviceName": "Stock Trends Market Intelligence",
        "tags": [
          "finance",
          "market-intelligence",
          "equities",
          "quantitative-finance",
          "agentic"
        ],
        "url": "https://api.stocktrends.com/v1/prices/latest"
      },
      "version": "2"
    },
    "maxTimeoutSeconds": 300,
    "network": "eip155:8453",
    "payTo": "0xAEeb8EaBdC05532a26123045f99D208EB1cC00ab",
    "paymentFlow": null,
    "raw": {
      "amount": "2500",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "extra": {
        "name": "USD Coin",
        "resource": {
          "description": "Latest weekly price row for a Stock Trends symbol, including adjusted close, weekly high/low, volume (actual shares traded), trades, and price change.",
          "iconUrl": "https://developer.stocktrends.com/images/stmi-icon.png",
          "mimeType": "application/json",
          "serviceName": "Stock Trends Market Intelligence",
          "tags": [
            "finance",
            "market-intelligence",
            "equities",
            "quantitative-finance",
            "agentic"
          ],
          "url": "https://api.stocktrends.com/v1/prices/latest"
        },
        "version": "2"
      },
      "maxTimeoutSeconds": 300,
      "max_timeout_seconds": 300,
      "network": "eip155:8453",
      "payTo": "0xAEeb8EaBdC05532a26123045f99D208EB1cC00ab",
      "pay_to": "0xAEeb8EaBdC05532a26123045f99D208EB1cC00ab",
      "scheme": "exact"
    },
    "scheme": "exact"
  }
]

PaymentRequired raw

{
  "accepts": [
    {
      "amount": "2500",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "extra": {
        "name": "USD Coin",
        "resource": {
          "description": "Latest weekly price row for a Stock Trends symbol, including adjusted close, weekly high/low, volume (actual shares traded), trades, and price change.",
          "iconUrl": "https://developer.stocktrends.com/images/stmi-icon.png",
          "mimeType": "application/json",
          "serviceName": "Stock Trends Market Intelligence",
          "tags": [
            "finance",
            "market-intelligence",
            "equities",
            "quantitative-finance",
            "agentic"
          ],
          "url": "https://api.stocktrends.com/v1/prices/latest"
        },
        "version": "2"
      },
      "maxTimeoutSeconds": 300,
      "network": "eip155:8453",
      "payTo": "0xAEeb8EaBdC05532a26123045f99D208EB1cC00ab",
      "scheme": "exact"
    }
  ],
  "extensions": {
    "bazaar": {
      "info": {
        "category": "prices",
        "description": "Latest weekly price row for a Stock Trends symbol, including adjusted close, weekly high/low, volume (actual shares traded), trades, and price change.",
        "family": "prices",
        "input": {
          "method": "GET",
          "queryParams": {
            "cs_only": true,
            "symbol_exchange": "IBM-N"
          },
          "type": "http"
        },
        "metadataUrl": "https://api.stocktrends.com/v1/ai/context",
        "output": {
          "example": {
            "request_id": "req_demo"
          },
          "format": "application/json",
          "type": "json"
        },
        "pricing_catalog": "https://api.stocktrends.com/v1/pricing/catalog",
        "role": "price_context",
        "schemaUrl": "https://api.stocktrends.com/v1/ai/tools",
        "title": "Prices Latest",
        "tools_manifest": "https://api.stocktrends.com/v1/ai/tools"
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "additionalProperties": true,
        "properties": {
          "category": {
            "type": "string"
          },
          "description": {
            "type": "string"
          },
          "family": {
            "type": "string"
          },
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "additionalProperties": false,
                "properties": {
                  "cs_only": {
                    "default": true,
                    "type": "boolean"
                  },
                  "exchange": {
                    "enum": [
                      "N",
                      "Q",
                      "A",
                      "B",
                      "T",
                      "I"
                    ],
                    "type": "string"
                  },
                  "symbol": {
                    "type": "string"
                  },
                  "symbol_exchange": {
                    "pattern": "^[A-Z0-9.]+-[A-Z]$",
                    "type": "string"
                  }
                },
                "required": [
                  "symbol_exchange"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "metadataUrl": {
            "type": "string"
          },
          "output": {
            "additionalProperties": true,
            "description": "Latest weekly price, adjusted close, high/low, volume (actual shares traded), trades, split factor, and price change.",
            "properties": {
              "example": {},
              "format": {
                "type": "string"
              },
              "type": {
                "const": "json",
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          },
          "pricing_catalog": {
            "type": "string"
          },
          "schemaUrl": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "tools_manifest": {
            "type": "string"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "resource": {
    "description": "Latest weekly price row for a Stock Trends symbol, including adjusted close, weekly high/low, volume (actual shares traded), trades, and price change.",
    "iconUrl": "https://developer.stocktrends.com/images/stmi-icon.png",
    "mimeType": "application/json",
    "serviceName": "Stock Trends Market Intelligence",
    "tags": [
      "finance",
      "market-intelligence",
      "equities",
      "quantitative-finance",
      "agentic"
    ],
    "url": "https://api.stocktrends.com/v1/prices/latest"
  },
  "x402Version": 2
}

Response headers

{
  "cache-control": "no-store, private",
  "connection": "keep-alive",
  "content-length": "5996",
  "content-type": "application/json",
  "date": "Wed, 12 Aug 2026 21:30:03 GMT",
  "payment-required": "eyJ4NDAyVmVyc2lvbiI6MiwicmVzb3VyY2UiOnsidXJsIjoiaHR0cHM6Ly9hcGkuc3RvY2t0cmVuZHMuY29tL3YxL3ByaWNlcy9sYXRlc3QiLCJkZXNjcmlwdGlvbiI6IkxhdGVzdCB3ZWVrbHkgcHJpY2Ugcm93IGZvciBhIFN0b2NrIFRyZW5kcyBzeW1ib2wsIGluY2x1ZGluZyBhZGp1c3RlZCBjbG9zZSwgd2Vla2x5IGhpZ2gvbG93LCB2b2x1bWUgKGFjdHVhbCBzaGFyZXMgdHJhZGVkKSwgdHJhZGVzLCBhbmQgcHJpY2UgY2hhbmdlLiIsIm1pbWVUeXBlIjoiYXBwbGljYXRpb24vanNvbiIsInNlcnZpY2VOYW1lIjoiU3RvY2sgVHJlbmRzIE1hcmtldCBJbnRlbGxpZ2VuY2UiLCJ0YWdzIjpbImZpbmFuY2UiLCJtYXJrZXQtaW50ZWxsaWdlbmNlIiwiZXF1aXRpZXMiLCJxdWFudGl0YXRpdmUtZmluYW5jZSIsImFnZW50aWMiXSwiaWNvblVybCI6Imh0dHBzOi8vZGV2ZWxvcGVyLnN0b2NrdHJlbmRzLmNvbS9pbWFnZXMvc3RtaS1pY29uLnBuZyJ9LCJhY2NlcHRzIjpbeyJzY2hlbWUiOiJleGFjdCIsIm5ldHdvcmsiOiJlaXAxNTU6ODQ1MyIsImFtb3VudCI6IjI1MDAiLCJhc3NldCI6IjB4ODMzNTg5ZkNENmVEYjZFMDhmNGM3QzMyRDRmNzFiNTRiZEEwMjkxMyIsInBheVRvIjoiMHhBRWViOEVhQmRDMDU1MzJhMjYxMjMwNDVmOTlEMjA4RUIxY0MwMGFiIiwibWF4VGltZW91dFNlY29uZHMiOjMwMCwiZXh0cmEiOnsibmFtZSI6IlVTRCBDb2luIiwidmVyc2lvbiI6IjIiLCJyZXNvdXJjZSI6eyJ1cmwiOiJodHRwczovL2FwaS5zdG9ja3RyZW5kcy5jb20vdjEvcHJpY2VzL2xhdGVzdCIsImRlc2NyaXB0aW9uIjoiTGF0ZXN0IHdlZWtseSBwcmljZSByb3cgZm9yIGEgU3RvY2sgVHJlbmRzIHN5bWJvbCwgaW5jbHVkaW5nIGFkanVzdGVkIGNsb3NlLCB3ZWVrbHkgaGlnaC9sb3csIHZvbHVtZSAoYWN0dWFsIHNoYXJlcyB0cmFkZWQpLCB0cmFkZXMsIGFuZCBwcmljZSBjaGFuZ2UuIiwibWltZVR5cGUiOiJhcHBsaWNhdGlvbi9qc29uIiwic2VydmljZU5hbWUiOiJTdG9jayBUcmVuZHMgTWFya2V0IEludGVsbGlnZW5jZSIsInRhZ3MiOlsiZmluYW5jZSIsIm1hcmtldC1pbnRlbGxpZ2VuY2UiLCJlcXVpdGllcyIsInF1YW50aXRhdGl2ZS1maW5hbmNlIiwiYWdlbnRpYyJdLCJpY29uVXJsIjoiaHR0cHM6Ly9kZXZlbG9wZXIuc3RvY2t0cmVuZHMuY29tL2ltYWdlcy9zdG1pLWljb24ucG5nIn19fV0sImV4dGVuc2lvbnMiOnsiYmF6YWFyIjp7ImluZm8iOnsidGl0bGUiOiJQcmljZXMgTGF0ZXN0IiwiZGVzY3JpcHRpb24iOiJMYXRlc3Qgd2Vla2x5IHByaWNlIHJvdyBmb3IgYSBTdG9jayBUcmVuZHMgc3ltYm9sLCBpbmNsdWRpbmcgYWRqdXN0ZWQgY2xvc2UsIHdlZWtseSBoaWdoL2xvdywgdm9sdW1lIChhY3R1YWwgc2hhcmVzIHRyYWRlZCksIHRyYWRlcywgYW5kIHByaWNlIGNoYW5nZS4iLCJjYXRlZ29yeSI6InByaWNlcyIsImZhbWlseSI6InByaWNlcyIsInRvb2xzX21hbmlmZXN0IjoiaHR0cHM6Ly9hcGkuc3RvY2t0cmVuZHMuY29tL3YxL2FpL3Rvb2xzIiwibWV0YWRhdGFVcmwiOiJodHRwczovL2FwaS5zdG9ja3RyZW5kcy5jb20vdjEvYWkvY29udGV4dCIsInNjaGVtYVVybCI6Imh0dHBzOi8vYXBpLnN0b2NrdHJlbmRzLmNvbS92MS9haS90b29scyIsInByaWNpbmdfY2F0YWxvZyI6Imh0dHBzOi8vYXBpLnN0b2NrdHJlbmRzLmNvbS92MS9wcmljaW5nL2NhdGFsb2ciLCJpbnB1dCI6eyJ0eXBlIjoiaHR0cCIsIm1ldGhvZCI6IkdFVCIsInF1ZXJ5UGFyYW1zIjp7InN5bWJvbF9leGNoYW5nZSI6IklCTS1OIiwiY3Nfb25seSI6dHJ1ZX19LCJvdXRwdXQiOnsidHlwZSI6Impzb24iLCJmb3JtYXQiOiJhcHBsaWNhdGlvbi9qc29uIiwiZXhhbXBsZSI6eyJyZXF1ZXN0X2lkIjoicmVxX2RlbW8ifX0sInJvbGUiOiJwcmljZV9jb250ZXh0In0sInNjaGVtYSI6eyIkc2NoZW1hIjoiaHR0cHM6Ly9qc29uLXNjaGVtYS5vcmcvZHJhZnQvMjAyMC0xMi9zY2hlbWEiLCJ0eXBlIjoib2JqZWN0IiwicHJvcGVydGllcyI6eyJpbnB1dCI6eyJ0eXBlIjoib2JqZWN0IiwicHJvcGVydGllcyI6eyJ0eXBlIjp7InR5cGUiOiJzdHJpbmciLCJjb25zdCI6Imh0dHAifSwibWV0aG9kIjp7InR5cGUiOiJzdHJpbmciLCJlbnVtIjpbIkdFVCJdfSwicXVlcnlQYXJhbXMiOnsidHlwZSI6Im9iamVjdCIsInByb3BlcnRpZXMiOnsic3ltYm9sX2V4Y2hhbmdlIjp7InR5cGUiOiJzdHJpbmciLCJwYXR0ZXJuIjoiXltBLVowLTkuXSstW0EtWl0kIn0sInN5bWJvbCI6eyJ0eXBlIjoic3RyaW5nIn0sImV4Y2hhbmdlIjp7InR5cGUiOiJzdHJpbmciLCJlbnVtIjpbIk4iLCJRIiwiQSIsIkIiLCJUIiwiSSJdfSwiY3Nfb25seSI6eyJ0eXBlIjoiYm9vbGVhbiIsImRlZmF1bHQiOnRydWV9fSwicmVxdWlyZWQiOlsic3ltYm9sX2V4Y2hhbmdlIl0sImFkZGl0aW9uYWxQcm9wZXJ0aWVzIjpmYWxzZX19LCJyZXF1aXJlZCI6WyJ0eXBlIiwibWV0aG9kIl0sImFkZGl0aW9uYWxQcm9wZXJ0aWVzIjpmYWxzZX0sIm91dHB1dCI6eyJ0eXBlIjoib2JqZWN0IiwiZGVzY3JpcHRpb24iOiJMYXRlc3Qgd2Vla2x5IHByaWNlLCBhZGp1c3RlZCBjbG9zZSwgaGlnaC9sb3csIHZvbHVtZSAoYWN0dWFsIHNoYXJlcyB0cmFkZWQpLCB0cmFkZXMsIHNwbGl0IGZhY3RvciwgYW5kIHByaWNlIGNoYW5nZS4iLCJwcm9wZXJ0aWVzIjp7InR5cGUiOnsidHlwZSI6InN0cmluZyIsImNvbnN0IjoianNvbiJ9LCJmb3JtYXQiOnsidHlwZSI6InN0cmluZyJ9LCJleGFtcGxlIjp7fX0sInJlcXVpcmVkIjpbInR5cGUiXSwiYWRkaXRpb25hbFByb3BlcnRpZXMiOnRydWV9LCJ0aXRsZSI6eyJ0eXBlIjoic3RyaW5nIn0sImRlc2NyaXB0aW9uIjp7InR5cGUiOiJzdHJpbmcifSwiY2F0ZWdvcnkiOnsidHlwZSI6InN0cmluZyJ9LCJmYW1pbHkiOnsidHlwZSI6InN0cmluZyJ9LCJ0b29sc19tYW5pZmVzdCI6eyJ0eXBlIjoic3RyaW5nIn0sIm1ldGFkYXRhVXJsIjp7InR5cGUiOiJzdHJpbmcifSwic2NoZW1hVXJsIjp7InR5cGUiOiJzdHJpbmcifSwicHJpY2luZ19jYXRhbG9nIjp7InR5cGUiOiJzdHJpbmcifX0sInJlcXVpcmVkIjpbImlucHV0Il0sImFkZGl0aW9uYWxQcm9wZXJ0aWVzIjp0cnVlfX19fQ==",
  "server": "uvicorn",
  "x-request-id": "e8485b95-603b-4a3e-aff7-0e483b283b14",
  "x-stocktrends-accepted-payment-methods": "subscription,x402,mpp",
  "x-stocktrends-payment-required": "true",
  "x-stocktrends-pricing-rule": "prices_latest_paid"
}

Response body

{
  "accepted_payment_methods": [
    "subscription",
    "x402",
    "mpp"
  ],
  "detail": "Payment is required to access this endpoint.",
  "error": "payment_required",
  "payment_required": {
    "accepts": [
      {
        "amount": "2500",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "resource": {
            "description": "Latest weekly price row for a Stock Trends symbol, including adjusted close, weekly high/low, volume (actual shares traded), trades, and price change.",
            "iconUrl": "https://developer.stocktrends.com/images/stmi-icon.png",
            "mimeType": "application/json",
            "serviceName": "Stock Trends Market Intelligence",
            "tags": [
              "finance",
              "market-intelligence",
              "equities",
              "quantitative-finance",
              "agentic"
            ],
            "url": "https://api.stocktrends.com/v1/prices/latest"
          },
          "version": "2"
        },
        "maxTimeoutSeconds": 300,
        "network": "eip155:8453",
        "payTo": "0xAEeb8EaBdC05532a26123045f99D208EB1cC00ab",
        "scheme": "exact"
      }
    ],
    "extensions": {
      "bazaar": {
        "info": {
          "category": "prices",
          "description": "Latest weekly price row for a Stock Trends symbol, including adjusted close, weekly high/low, volume (actual shares traded), trades, and price change.",
          "family": "prices",
          "input": {
            "method": "GET",
            "queryParams": {
              "cs_only": true,
              "symbol_exchange": "IBM-N"
            },
            "type": "http"
          },
          "metadataUrl": "https://api.stocktrends.com/v1/ai/context",
          "output": {
            "example": {
              "request_id": "req_demo"
            },
            "format": "application/json",
            "type": "json"
          },
          "pricing_catalog": "https://api.stocktrends.com/v1/pricing/catalog",
          "role": "price_context",
          "schemaUrl": "https://api.stocktrends.com/v1/ai/tools",
          "title": "Prices Latest",
          "tools_manifest": "https://api.stocktrends.com/v1/ai/tools"
        },
        "schema": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "additionalProperties": true,
          "properties": {
            "category": {
              "type": "string"
            },
            "description": {
              "type": "string"
            },
            "family": {
              "type": "string"
            },
            "input": {
              "additionalProperties": false,
              "properties": {
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "additionalProperties": false,
                  "properties": {
                    "cs_only": {
                      "default": true,
                      "type": "boolean"
                    },
                    "exchange": {
                      "enum": [
                        "N",
                        "Q",
                        "A",
                        "B",
                        "T",
                        "I"
                      ],
                      "type": "string"
                    },
                    "symbol": {
                      "type": "string"
                    },
                    "symbol_exchange": {
                      "pattern": "^[A-Z0-9.]+-[A-Z]$",
                      "type": "string"
                    }
                  },
                  "required": [
                    "symbol_exchange"
                  ],
                  "type": "object"
                },
                "type": {
                  "const": "http",
                  "type": "string"
                }
              },
              "required": [
                "type",
                "method"
              ],
              "type": "object"
            },
            "metadataUrl": {
              "type": "string"
            },
            "output": {
              "additionalProperties": true,
              "description": "Latest weekly price, adjusted close, high/low, volume (actual shares traded), trades, split factor, and price change.",
              "properties": {
                "example": {},
                "format": {
                  "type": "string"
                },
                "type": {
                  "const": "json",
                  "type": "string"
                }
              },
              "required": [
                "type"
              ],
              "type": "object"
            },
            "pricing_catalog": {
              "type": "string"
            },
            "schemaUrl": {
              "type": "string"
            },
            "title": {
              "type": "string"
            },
            "tools_manifest": {
              "type": "string"
            }
          },
          "required": [
            "input"
          ],
          "type": "object"
        }
      }
    },
    "resource": {
      "description": "Latest weekly price row for a Stock Trends symbol, including adjusted close, weekly high/low, volume (actual shares traded), trades, and price change.",
      "iconUrl": "https://developer.stocktrends.com/images/stmi-icon.png",
      "mimeType": "application/json",
      "serviceName": "Stock Trends Market Intelligence",
      "tags": [
        "finance",
        "market-intelligence",
        "equities",
        "quantitative-finance",
        "agentic"
      ],
      "url": "https://api.stocktrends.com/v1/prices/latest"
    },
    "x402Version": 2
  },
  "pricing": {
    "amount_usd": "0.002500",
    "network": "eip155:8453",
    "scheme": "exact",
    "token": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "unit": "request"
  },
  "protocol": "x402",
  "resource": "https://api.stocktrends.com/v1/prices/latest",
  "stocktrends_preview": {
    "analytical_role": "price_context",
    "endpoint": {
      "access_type": "paid",
      "category": "prices",
      "method": "GET",
      "path": "/v1/prices/latest",
      "purpose": "Retrieve latest weekly price context for one instrument.",
      "requires_payment": true,
      "workflow_role": "Price context enrichment."
    },
    "example_object": {
      "pr_change": 0.0,
      "price": 0.0,
      "request_id": "req_demo",
      "symbol_exchange": "SAMPLE-N",
      "volume": 0,
      "weekdate": "YYYY-MM-DD"
    },
    "input_location": "query",
    "input_rule": "Provide symbol_exchange, or provide both symbol and exchange.",
    "investment_agent_value": "Provides price and volume context to pair with Stock Trends indicator and ST-IM signal analysis.",
    "next_recommended_calls": [
      "/v1/indicators/latest",
      "/v1/stim/latest"
    ],
    "notes": [
      "Stock Trends is not a raw price system; use prices as context for signal interpretation."
    ],
    "optional_inputs": {
      "cs_only": {
        "description": "Filter to Common Stocks only where the endpoint supports instrument type filtering.",
        "example": true,
        "input_location": "query",
        "parameter_source": "query",
        "required": false,
        "safe_default": true,
        "type": "boolean"
      },
      "exchange": {
        "description": "Stock Trends exchange suffix. Common examples: N=NYSE, Q=NASDAQ, A=AMEX, T=TSX.",
        "enum": [
          "N",
          "Q",
          "A",
          "B",
          "T",
          "I"
        ],
        "example": "N",
        "input_location": "query",
        "parameter_source": "query",
        "required": false,
        "type": "string"
      },
      "symbol": {
        "description": "Ticker symbol. Use with exchange when symbol_exchange is not supplied.",
        "example": "IBM",
        "input_location": "query",
        "parameter_source": "query",
        "required": false,
        "type": "string"
      }
    },
    "output_summary": "Latest weekly price, adjusted close, high/low, volume (actual shares traded), trades, split factor, and price change.",
    "parameter_source": "query",
    "pricing": {
      "cost_source": "/v1/pricing/catalog",
      "effective_price_usd": "0.002500",
      "pricing_rule_id": "prices_latest_paid",
      "stc_cost": "0.002500",
      "unit": "request"
    },
    "related_endpoints": [
      "/v1/indicators/latest",
      "/v1/prices/history"
    ],
    "required_inputs": {
      "symbol_exchange": {
        "description": "Stock Trends symbol plus exchange suffix.",
        "example": "IBM-N",
        "input_location": "query",
        "parameter_source": "query",
        "pattern": "^[A-Z0-9.]+-[A-Z]$",
        "required": true,
        "safe_default_for_demo": "IBM-N",
        "type": "string"
      }
    },
    "response_shape": [
      "request_id",
      "symbol_exchange",
      "weekdate",
      "exchange",
      "symbol",
      "type",
      "currency_code",
      "price",
      "adj_close",
      "pr_week_hi",
      "pr_week_lo",
      "volume",
      "trades",
      "split_fact",
      "pr_change"
    ],
    "safe_example_request": {
      "method": "GET",
      "path": "/v1/prices/latest",
      "query": {
        "cs_only": true,
        "symbol_exchange": "IBM-N"
      }
    },
    "supported_rails": [
      "subscription",
      "x402",
      "mpp"
    ]
  }
}

Request headers

{
  "accept": "*/*",
  "user-agent": "Fetch402Bot/0.1 (+https://fetch402.com/crawler; contact: crawler@fetch402.com)"
}

Machine contract

Schemas.

InputJSON
{
  "method": "GET",
  "queryParams": {
    "cs_only": true,
    "symbol_exchange": "IBM-N"
  },
  "type": "http"
}
OutputJSON
{
  "example": {
    "request_id": "req_demo"
  },
  "format": "application/json",
  "type": "json"
}