Volume Wall Detector MCP

fetch-trades

Retrieve recent trades for a specified stock symbol to analyze trading activity and support volume-based price level detection in the Volume Wall Detector MCP server.

Instructions

Fetch recent trades for a symbol

Input Schema

NameRequiredDescriptionDefault
symbolYesStock symbol to fetch trades for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "symbol": { "description": "Stock symbol to fetch trades for", "type": "string" } }, "required": [ "symbol" ], "type": "object" }

You must be authenticated.

Other Tools from Volume Wall Detector MCP

Related Tools

ID: qppxs5hs3o