api.edifiedlab.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
F
Conformance score: 34/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Endpoints
| Endpoint | Price | Currency |
|---|---|---|
https://api.edifiedlab.com/v1/market/black-scholes
|
0.011 | USDC |
https://api.edifiedlab.com/v1/market/clinical-trials
|
0.011 | USDC |
https://api.edifiedlab.com/v1/market/fx-convert
|
0.011 | USDC |
https://api.edifiedlab.com/v1/market/indices
|
0.011 | USDC |
https://api.edifiedlab.com/v1/market/pnl-stats
|
0.011 | USDC |
https://api.edifiedlab.com/v1/market/sec-edgar
|
0.011 | USDC |
https://api.edifiedlab.com/v1/tools/extract-text
|
0.011 | USDC |
https://api.edifiedlab.com/v1/tools/openapi/compare
|
0.011 | USDC |
https://api.edifiedlab.com/v1/tools/structured-data
|
0.211 | USDC |
https://api.edifiedlab.com/v1/tools/validate
|
0.211 | USDC |
0x5037546753d64f77a6fa95b6f85659b6a4a7f6fd on Base
· basescan ↗
| Agent card | https://api.edifiedlab.com |
| Provider | https://api.edifiedlab.com |
| Docs | https://api.edifiedlab.com |
Health · last 0 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/api.edifiedlab.com) [](https://agenstry.com/agents/api.edifiedlab.com) [](https://agenstry.com/agents/api.edifiedlab.com) [](https://agenstry.com/agents/api.edifiedlab.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"_source": "agentic.market",
"service": {
"id": "api-edifiedlab-com",
"name": "api.edifiedlab.com",
"description": "",
"domain": "api.edifiedlab.com",
"provider": "api.edifiedlab.com",
"providerUrl": "",
"category": "",
"networks": [
"Base"
],
"enriched": false,
"endpoints": [
{
"url": "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 \u2202price/\u2202sigma per 1.0 volatility (not per 1%).",
"pricing": {
"amount": "0.011",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "is_call",
"type": "boolean",
"description": "",
"example": true,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "sigma",
"type": "number",
"description": "",
"example": 0.2,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "spot",
"type": "number",
"description": "",
"example": 100,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "strike",
"type": "number",
"description": "",
"example": 100,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "tau",
"type": "number",
"description": "",
"example": 0.25,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "",
"tags": [],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "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.",
"pricing": {
"amount": "0.011",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "max_results",
"type": "number",
"description": "",
"example": 10,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "query",
"name": "query",
"type": "string",
"description": "",
"example": "Nivolumab",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "",
"tags": [],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://api.edifiedlab.com/v1/market/fx-convert",
"description": "Convert an amount between currencies using public daily/historical FX rates backed by ECB reference data.",
"pricing": {
"amount": "0.011",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "action",
"type": "string",
"description": "",
"example": "convert",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "amount",
"type": "number",
"description": "",
"example": 100,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "from",
"type": "string",
"description": "",
"example": "USD",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "to",
"type": "string",
"description": "",
"example": "EUR",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "FX Currency Converter",
"tags": [
"finance",
"foreign-exchange",
"currency",
"rates",
"x402"
],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://api.edifiedlab.com/v1/market/indices",
"description": "S&P 500, Nasdaq-100, and Russell 2000 constituents and GICS sectors.",
"pricing": {
"amount": "0.011",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "GET",
"providerName": "",
"parameters": [
{
"group": "query",
"name": "index",
"type": "string",
"description": "",
"example": "sp500",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Index Constituents",
"tags": [
"indices",
"constituents",
"sectors",
"finance",
"x402"
],
"quality": {
"l30DaysTotalCalls": "2",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://api.edifiedlab.com/v1/market/pnl-stats",
"description": "Compute trade P&L statistics from caller-supplied realized P&L values: win rate, profit factor, max drawdown, and rolling-window statistics. No market data or account access -- purely a function of the numbers supplied.",
"pricing": {
"amount": "0.011",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "pnls",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "rolling_window",
"type": "number",
"description": "",
"example": 20,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "P&L Stats Calculator",
"tags": [
"finance",
"statistics",
"pnl",
"risk",
"x402"
],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "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.",
"pricing": {
"amount": "0.011",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "action",
"type": "string",
"description": "",
"example": "filings",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "form_type",
"type": "string",
"description": "",
"example": "10-K",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "max_results",
"type": "number",
"description": "",
"example": 5,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "ticker",
"type": "string",
"description": "",
"example": "AAPL",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "",
"tags": [],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://api.edifiedlab.com/v1/tools/extract-text",
"description": "Extract clean readable text from caller-supplied HTML (no URL fetch).",
"pricing": {
"amount": "0.011",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "html",
"type": "string",
"description": "",
"example": "<html><body><p>Quarterly revenue grew 12% year-over-year.</p></body></html>",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Clean Text Extraction",
"tags": [
"html",
"text",
"readability",
"developer-tools",
"x402"
],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://api.edifiedlab.com/v1/tools/openapi/compare",
"description": "Diff two OpenAPI specs: breaking changes, added paths, and contract drift.",
"pricing": {
"amount": "0.011",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "base_spec",
"type": "string",
"description": "",
"example": "{\"openapi\":\"3.0.0\",\"info\":{\"title\":\"Widget\",\"version\":\"1.0\"},\"paths\":{}}",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "revised_spec",
"type": "string",
"description": "",
"example": "{\"openapi\":\"3.0.0\",\"info\":{\"title\":\"Widget\",\"version\":\"1.1\"},\"paths\":{}}",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "OpenAPI Diff",
"tags": [
"openapi",
"api",
"breaking-changes",
"developer-tools",
"x402"
],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "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.",
"pricing": {
"amount": "0.211",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "base",
"type": "object",
"description": "",
"example": null,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "op",
"type": "string",
"description": "",
"example": "json_diff",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "revised",
"type": "object",
"description": "",
"example": null,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "",
"tags": [],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://api.edifiedlab.com/v1/tools/validate",
"description": "Validate IBAN, ISBN, and similar identifiers by format and checksum (not real-world verification).",
"pricing": {
"amount": "0.211",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "scheme",
"type": "string",
"description": "",
"example": "isbn13",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "type",
"type": "string",
"description": "",
"example": "identifier",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "value",
"type": "string",
"description": "",
"example": "9780306406157",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Data Validation",
"tags": [
"validation",
"json-schema",
"iban",
"phone",
"x402"
],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
}
],
"integrationType": "",
"isNew": false,
"priceSummary": {
"minAmount": "0.011",
"maxAmount": "0.211",
"avgCostPerTransaction": "0.051",
"avgCostBasis": "exact",
"currency": "USDC"
},
"serviceName": "",
"tags": [
"finance",
"foreign-exchange",
"currency",
"rates",
"x402",
"indices",
"constituents",
"sectors",
"statistics",
"pnl",
"risk",
"html",
"text",
"readability",
"developer-tools",
"openapi",
"api",
"breaking-changes",
"validation",
"json-schema",
"iban",
"phone"
],
"iconUrl": ""
}
}