{"openapi": "3.1.0", "info": {"title": "Midax402", "version": "1.0.0", "description": "Midax402 — x402 ecosystem intelligence: protocols, facilitators, agent commerce, and market analysis on Base.. Non-personalized analysis of x402 ecosystem data, not financial advice. Operates on Base Mainnet with real USDC settlements."}, "servers": [{"url": "https://midax402.onrender.com", "description": "Public origin for Midax402"}], "x-discovery": {"tags": ["x402", "agent_commerce", "cdp_facilitator", "base", "agentic_economy", "x402_ecosystem", "español", "latam"]}, "components": {"securitySchemes": {"x402Payment": {"type": "apiKey", "in": "header", "name": "PAYMENT-SIGNATURE", "description": "x402 payment proof header. Clients may also send X-PAYMENT depending on their SDK."}}, "schemas": {"TierQuery": {"type": "object", "properties": {"query": {"type": "string", "description": "Business-model or operations question to analyze."}}, "required": ["query"]}, "InfoResponse": {"type": "object", "properties": {"endpoint": {"type": "string"}, "positioning": {"type": "string"}, "description": {"type": "string"}, "disclaimer": {"type": "string"}}}, "HealthResponse": {"type": "object", "properties": {"endpoint": {"type": "string"}, "status": {"type": "string"}, "public_base_url": {"type": "string"}}}}}, "paths": {"/midas-ops/basic": {"post": {"summary": "Basic tier analysis", "description": "Fast non-personalized business model analysis.", "operationId": "midasOpsBasic", "security": [{"x402Payment": []}], "x-payment-info": {"protocols": ["x402"], "price": {"mode": "fixed", "currency": "USD", "amount": "0.03"}, "network": "eip155:8453", "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913", "payTo": "0xA4775ef07d967d56D6d6F19AeE3a0DE7E26Ed954"}, "requestBody": {"required": true, "content": {"application/json": {"schema": {"$ref": "#/components/schemas/TierQuery"}}}}, "responses": {"200": {"description": "Structured operations-intelligence response."}, "402": {"description": "Payment required via x402.", "content": {"application/json": {"example": {"x402Version": 2, "error": "Payment Required", "accepts": [{"scheme": "exact", "network": "eip155:8453", "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913", "amount": "30000", "payTo": "0xA4775ef07d967d56D6d6F19AeE3a0DE7E26Ed954", "maxTimeoutSeconds": 120, "extra": {}}], "resource": {"url": "https://midax402.onrender.com/midas-ops/basic", "description": "Fast non-personalized business model analysis.", "mimeType": "application/json"}, "extensions": {"bazaar": {"info": {"input": {"type": "http", "method": "POST", "bodyType": "json", "body": {"type": "object", "properties": {"query": {"type": "string"}}, "required": ["query"]}}, "output": {"type": "object"}}}}}}}}}}}, "/midas-ops/premium": {"post": {"summary": "Premium tier analysis", "description": "Evidence+ analysis with a local risk brief and action plan.", "operationId": "midasOpsPremium", "security": [{"x402Payment": []}], "x-payment-info": {"protocols": ["x402"], "price": {"mode": "fixed", "currency": "USD", "amount": "0.07"}, "network": "eip155:8453", "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913", "payTo": "0xA4775ef07d967d56D6d6F19AeE3a0DE7E26Ed954"}, "requestBody": {"required": true, "content": {"application/json": {"schema": {"$ref": "#/components/schemas/TierQuery"}}}}, "responses": {"200": {"description": "Structured operations-intelligence response."}, "402": {"description": "Payment required via x402.", "content": {"application/json": {"example": {"x402Version": 2, "error": "Payment Required", "accepts": [{"scheme": "exact", "network": "eip155:8453", "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913", "amount": "70000", "payTo": "0xA4775ef07d967d56D6d6F19AeE3a0DE7E26Ed954", "maxTimeoutSeconds": 120, "extra": {}}], "resource": {"url": "https://midax402.onrender.com/midas-ops/premium", "description": "Evidence+ analysis with a local risk brief and action plan.", "mimeType": "application/json"}, "extensions": {"bazaar": {"info": {"input": {"type": "http", "method": "POST", "bodyType": "json", "body": {"type": "object", "properties": {"query": {"type": "string"}}, "required": ["query"]}}, "output": {"type": "object"}}}}}}}}}}}}}