mirrored listing x402 eip155:8453

ClinicalTrials

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.

Do you run api.edifiedlab.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
11000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-17
updated

Provider

api.edifiedlab.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x5037546753d64F77A6fA95B6f85659B6a4A7F6FD",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "11000",
    "maxTimeoutSeconds": 600
  }
]

Output schema

{
  "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"
    }
  }
}

Use it

curl

curl "https://api.edifiedlab.com/v1/market/clinical-trials"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.edifiedlab.com/v1/market/clinical-trials");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://api.edifiedlab.com/v1/market/clinical-trials")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/13454.json, and this resource appears in /discovery/resources and /discovery/search.