FETCH402
← Protocol index

Resource / 13273

unknown

Unnamed resource.

ClinicalTrials.gov — get full details of a specific trial by NCT ID including eligibility, outcomes, and locations.

Eligibility
probeable
Failures
0
Last quote
Last probe
Payment requirements / accepts[] 2 options
State Network Scheme Atomic amount Asset payTo / untrusted
active eip155:8453 exact 5000 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 0x24FAcafEB49b4e3FACF0B3e69604A2F4640c9bf2
active eip155:8453 upto 5000 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 0x24FAcafEB49b4e3FACF0B3e69604A2F4640c9bf2

All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.

Probe evidence 0 recent

No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.

Machine contract

Schemas.

InputJSON
{
  "method": "GET",
  "queryParams": {
    "nct_id": "NCT03232697"
  },
  "schema": {
    "properties": {
      "nct_id": {
        "description": "ClinicalTrials.gov NCT identifier (e.g. NCT03232697)",
        "type": "string"
      }
    },
    "required": [
      "nct_id"
    ]
  },
  "type": "http"
}
OutputJSON
{
  "example": {
    "eligibility": {
      "min_age": "18 Years",
      "sex": "ALL"
    },
    "nct_id": "NCT03232697",
    "primary_outcomes": [
      {
        "measure": "Time to first MACE event",
        "time_frame": "104 weeks"
      }
    ],
    "success": true,
    "title": {
      "brief": "SUSTAIN 6 — Semaglutide and Cardiovascular Outcomes"
    }
  }
}