{"x402Version":2,"payTo":"0x5037546753d64F77A6fA95B6f85659B6a4A7F6FD","resources":[{"id":13454,"slug":"13454","resource":"https://api.edifiedlab.com/v1/market/clinical-trials","description":"ClinicalTrials.gov registry lookup by company, drug, or intervention; returns study status, phase, sponsor, enrollment, and completion data. Registry data only, not medical advice or proof of efficacy.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x5037546753d64F77A6fA95B6f85659B6a4A7F6FD","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"11000","maxTimeoutSeconds":600}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"max_results":10,"query":"Nivolumab"},"type":"http"},"output":{"example":{"action":"search","disclaimer":"Clinical-trial registry lookup only; not medical advice or proof of treatment efficacy.","payload":"clinical_trials","query":"Nivolumab","results":"Clinical trials for 'Nivolumab' (showing 1): ..."},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"additionalProperties":false,"properties":{"max_results":{"maximum":25,"minimum":1,"type":"integer"},"query":{"maxLength":200,"minLength":1,"type":"string"}},"required":["query"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"action":{"const":"search","type":"string"},"disclaimer":{"type":"string"},"payload":{"const":"clinical_trials","type":"string"},"query":{"type":"string"},"results":{"type":"string"}},"required":["payload","action","query","results","disclaimer"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.edifiedlab.com","lastUpdated":"2026-09-17T14:39:53.681Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-17T14:39:53.392Z"},"liveness":{},"verified":false,"featured":false},{"id":13455,"slug":"13455","resource":"https://api.edifiedlab.com/v1/market/sec-edgar","description":"Look up SEC EDGAR filings for a US equity ticker: recent filings by form type, insider (Form 4) transactions, CIK resolution, or an excerpt of a specific filing's MD&A/risk-factors/liquidity section. Default action returns recent filings.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x5037546753d64F77A6fA95B6f85659B6a4A7F6FD","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"11000","maxTimeoutSeconds":600}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"action":"filings","form_type":"10-K","max_results":5,"ticker":"AAPL"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"action":"filings","cik":"0000320193","filings":[{"accession_number":"0000320193-25-000100","filing_date":"2025-11-01","form":"10-K","url":"https://www.sec.gov/Archives/edgar/data/320193/.../aapl-20250927.htm"}],"payload":"sec_edgar","source":"sec_edgar","ticker":"AAPL"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"action":{"default":"filings","enum":["filings","insider","cik","read"],"type":"string"},"end_date":{"description":"YYYY-MM-DD (filings only)","type":"string"},"form_type":{"description":"SEC form id, e.g. 10-K, 8-K (filings only)","type":"string"},"max_chars":{"maximum":50000,"minimum":200,"type":"integer"},"max_results":{"description":"filings default cap is 20; insider allows 1-50","maximum":20,"minimum":1,"type":"integer"},"section_hint":{"description":"read only","enum":["mda","risk_factors","liquidity","all"],"type":"string"},"start_date":{"description":"YYYY-MM-DD (filings only)","type":"string"},"ticker":{"description":"equity ticker symbol, e.g. AAPL","type":"string"},"url":{"description":"EDGAR filing URL (read only)","type":"string"}},"required":[],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"action":{"type":"string"},"cik":{"type":"string"},"filings":{"type":"array"},"payload":{"const":"sec_edgar","type":"string"},"source":{"const":"sec_edgar","type":"string"},"ticker":{"type":"string"}},"required":["payload","action","source"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.edifiedlab.com","lastUpdated":"2026-09-17T14:39:35.42Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-17T14:39:35.118Z"},"liveness":{},"verified":false,"featured":false},{"id":13456,"slug":"13456","resource":"https://api.edifiedlab.com/v1/tools/structured-data","description":"Diff JSON, apply JSON Patch, or validate XML/XSD and CSV/tabular data; this is general-purpose structured-data tooling, not OpenAPI-specific diffing.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x5037546753d64F77A6fA95B6f85659B6a4A7F6FD","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"211000","maxTimeoutSeconds":600}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"base":{"name":"widget","price":9.99},"op":"json_diff","revised":{"name":"widget","price":12.99}},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"action":"process","op":"json_diff","payload":"structured_data","result":[{"op":"replace","path":"/name","value":"new"}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"base":{},"csv":{"type":"string"},"document":{},"op":{"enum":["json_diff","json_patch","xml_validate","csv_validate"],"type":"string"},"patch":{"type":"array"},"revised":{},"schema":{"type":"object"},"xml":{"type":"string"},"xsd":{"type":"string"}},"required":["op"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"action":{"const":"process"},"op":{"type":"string"},"payload":{"const":"structured_data"},"result":{}},"required":["payload","action","op","result"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.edifiedlab.com","lastUpdated":"2026-09-17T14:39:21.615Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-17T14:39:21.307Z"},"liveness":{},"verified":false,"featured":false},{"id":13457,"slug":"13457","resource":"https://api.edifiedlab.com/v1/market/black-scholes","description":"Black-Scholes option price and Greeks (delta, gamma, vega, theta) from JSON keys spot, strike, tau (years; 3-month = 0.25), sigma (annualized volatility), and is_call (boolean). Pure closed-form calculation, no market data looked up or stored. vega is ∂price/∂sigma per 1.0 volatility (not per 1%).","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x5037546753d64F77A6fA95B6f85659B6a4A7F6FD","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"11000","maxTimeoutSeconds":600}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"is_call":true,"sigma":0.2,"spot":100,"strike":100,"tau":0.25},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"action":"calculate","delta":0.5199388058,"gamma":0.0398443914,"payload":"black_scholes","price":3.9877611677,"theta_per_day":-0.0218325432,"vega":19.9221957047},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"is_call":{"description":"true for a call, false for a put","type":"boolean"},"rate":{"default":0,"description":"annualized risk-free rate (optional; default 0)","type":"number"},"sigma":{"description":"annualized volatility","minimum":0,"type":"number"},"spot":{"exclusiveMinimum":0,"type":"number"},"strike":{"exclusiveMinimum":0,"type":"number"},"tau":{"description":"time to expiry in years (3-month = 0.25)","minimum":0,"type":"number"}},"required":["spot","strike","tau","sigma","is_call"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"action":{"const":"calculate","type":"string"},"delta":{"type":"number"},"gamma":{"type":"number"},"payload":{"const":"black_scholes","type":"string"},"price":{"type":"number"},"theta_per_day":{"type":"number"},"vega":{"description":"∂price/∂sigma per 1.0 vol","type":"number"}},"required":["payload","action","price","delta","gamma","vega","theta_per_day"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.edifiedlab.com","lastUpdated":"2026-09-16T12:58:39.46Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-16T12:58:39.149Z"},"liveness":{},"verified":false,"featured":false}]}