Resource / 12964
unknownUnnamed resource.
Screen a provider (name and/or NPI) against all federal and state exclusion lists in one call — OIG LEIE, GSA SAM, OFAC SDN, FDA debarment, state Medicaid exclusions, and licensing-board sanctions from 13 states. Returns an attested clear/flagged verdict with per-list counts. NPI-only screens (no name) cover 4 of 6 lists — OFAC SDN and FDA debarment need a name; see lists_checked/lists_not_applicable. For hiring, credentialing, and vendor-onboarding agents.
| State | Network | Scheme | Atomic amount | Asset | payTo / untrusted |
|---|---|---|---|---|---|
| active | eip155:8453 | exact | 150000 | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | 0x177eA123A35253ba8869A7e21E717978e482351D |
All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.
No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.
Machine contract
Schemas.
{
"method": "GET",
"queryParams": {
"name": "example",
"npi": "example"
},
"type": "http"
}
{
"example": {
"lists_checked": [
"oig_leie",
"gsa_sam",
"state_medicaid",
"state_boards"
],
"lists_not_applicable": [
"ofac_sdn",
"fda_debarment"
],
"per_list": {
"fda_debarment": null,
"gsa_sam": 0,
"ofac_sdn": null,
"oig_leie": 0,
"state_boards": 0,
"state_medicaid": 0
},
"verdict": {
"clear": true,
"flagged_lists": [],
"hits": 0
}
},
"type": "json"
}