{"openapi": "3.1.0", "info": {"title": "Sharemaestro Crypto Market API", "version": "1.0.0", "description": "Public JSON API for Sharemaestro crypto market outputs. Educational and research use only."}, "servers": [{"url": "https://sharemaestro.com/crypto/api/"}], "paths": {"/": {"get": {"summary": "Crypto API discovery", "responses": {"200": {"description": "API terms, endpoints, and disclaimer."}}}}, "/market/": {"get": {"summary": "Crypto market overview", "responses": {"200": {"description": "Market snapshot, breadth, Relative Strength leaders and laggards, progressive pricing, advanced analytics, summary, and live price snapshots."}}}}, "/index/": {"get": {"summary": "SM Crypto Market Index", "responses": {"200": {"description": "Capped liquidity-weighted crypto market index with daily values, intraday value, constituents, contributors, drags, and summary."}}}}, "/assets/": {"get": {"summary": "List active crypto assets", "responses": {"200": {"description": "Active crypto asset symbols and page/API links."}}}}, "/search/": {"get": {"summary": "Search active crypto assets by public symbol or name", "parameters": [{"name": "q", "in": "query", "required": true, "schema": {"type": "string"}, "description": "Public crypto asset symbol or name, for example BTC or Bitcoin."}], "responses": {"200": {"description": "Ranked crypto asset search results."}}}}, "/assets/{symbol}/": {"get": {"summary": "Crypto asset daily chart data and summaries", "parameters": [{"name": "symbol", "in": "path", "required": true, "schema": {"type": "string"}, "description": "Public crypto asset symbol, for example BTC or ETH."}], "responses": {"200": {"description": "Asset metadata, live snapshot, latest daily OHLCV, Trend Line, Trend Signal, Relative Strength, Market Dynamics, expectation, progressive pricing, daily series, weekly summaries, summary, key points, and links."}}}}}, "x-sharemaestro-terms": {"daily_close": "Daily close price.", "trend_line": "Primary daily trend reference displayed on crypto charts.", "trend_signal": "Binary trend condition shown as 0 or 1.", "activity_lines": "Shorter-horizon activity references displayed on charts.", "relative_strength": "Performance relative to the crypto benchmark.", "market_dynamics": "Proprietary market behaviour reading.", "expectation": "Directional probability reading derived from current market and indicator state.", "breadth": "Participation across active crypto assets.", "progressive_pricing": "Live snapshot progression over a recent intraday window.", "advanced_analytics": "Market-wide structure, expectation, volatility, liquidity, and volume expansion outputs."}, "disclaimer": "Educational and research use only. Not financial, investment, trading, tax, or legal advice."}