{"api":"v1","generated_at":"2026-09-16T00:47:37.489Z","licence":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/","attribution":"TOLL, with a link to the page cited"},"page":"https://tollindex.com/e/goodsong-dev-verify-drug-9b9cce","pinned_page":"https://tollindex.com/e/goodsong-dev-verify-drug-9b9cce/at/2026-09-15T21-20Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-15T21:20:12.737Z","snapshot_stamp":"2026-09-15T21-20Z","endpoint":{"slug":"goodsong-dev-verify-drug-9b9cce","canonical_url":"https://goodsong.dev/verify/drug","resource":"https://goodsong.dev/verify/drug","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Verify an FDA drug record: given a claim_type (approval, ndc, or recall) and its identifier, does that record actually exist, and does the given name match the canonical record? Checked against openFDA. Catches a fabricated or misattributed drug approval, NDC listing, or recall citation. Existence/status only, not medical advice.","service_name":"realcite-drug","declared_category":null,"declared_tags":["fda","drug","pharma","recall","regulatory"],"route_template":null,"registry_updated":"2026-09-04T01:27:28.568Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"verify drug","category":"identity","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-15T21:20:12.737Z","observation_began":"2026-09-10"},"presence":{"listed_now":true,"first_absent_at":null,"delisting_confirmed_at":null,"events":[{"registry":"cdp","at":"2026-09-10T19:08:24.178Z","event":"listed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.005 USDC","amount_units":0.005,"decimals_known":true,"pay_to":"0xf3b36a95913eb2676fcdedb2ba6b0c96ade58de1","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T21:20:12.737Z","calls_30d":1,"unique_payers_30d":1,"last_called_at":"2026-09-04T01:27:28.416Z"},"validation":{"latest":{"observed_at":"2026-09-15T05:59:30.402Z","state":"pass","failed_checks":[],"endpoint_http_status":402,"run_id":"daily-2026-09-15"},"uptime":[{"days":7,"observed":5,"passed":5,"ratio":1},{"days":30,"observed":5,"passed":5,"ratio":1},{"days":90,"observed":5,"passed":5,"ratio":1}],"history_90d":[{"observed_at":"2026-09-15T05:59:30.402Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T05:30:54.598Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T05:25:36.711Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T07:42:20.178Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T11:32:09.728Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0xf3b36a95913eb2676fcdedb2ba6b0c96ade58de1","page":"https://tollindex.com/seller/0xf3b36a95913eb2676fcdedb2ba6b0c96ade58de1","endpoints":8,"hosts":1},"reports":0,"registry_record":{"cdp":[{"tags":["fda","drug","pharma","recall","regulatory"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0xf3b36a95913eb2676fcdedb2ba6b0c96ade58de1","amount":"5000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"quality":{"lastCalledAt":"2026-09-04T01:27:28.416Z","l30DaysTotalCalls":1,"l30DaysUniquePayers":1},"resource":"https://goodsong.dev/verify/drug","extensions":{"bazaar":{"info":{"input":{"body":{"claim_type":"approval","identifier":"NDA020702","expected_name":"Lipitor"},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"cost":{"amount":"0.005","currency":"USDC"},"checks":{"exists":true,"name_match":true},"verdict":"confirmed","evidence":[{"url":"https://api.fda.gov/drug/drugsfda.json?search=application_number%3A%22NDA020702%22&limit=1","source":"openfda","retrieved_at":"2026-08-30T12:00:00Z"}],"canonical":{"claim_type":"approval","identifier":"NDA020702","brand_names":["LIPITOR"],"sponsor_name":"UPJOHN","generic_names":["ATORVASTATIN CALCIUM"]},"latency_ms":260}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"required":["claim_type","identifier"],"properties":{"claim_type":{"enum":["approval","ndc","recall"],"type":"string","description":"Which FDA record type to check."},"identifier":{"type":"string","description":"The application_number (approval), product_ndc (ndc), or recall_number (recall)."},"expected_name":{"type":"string","description":"Optional name to cross-check: brand/sponsor name for approval/ndc, recalling firm for recall."}},"description":"Provide a claim_type and the matching identifier; expected_name is optional and checked against the canonical record when given."},"type":{"type":"string","const":"http"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"cost":{"type":"object"},"checks":{"type":"object"},"verdict":{"enum":["confirmed","contradicted","unknown"],"type":"string"},"evidence":{"type":"array"},"canonical":{"type":["object","null"]},"latency_ms":{"type":"integer"}}}}}}}}},"description":"Verify an FDA drug record: given a claim_type (approval, ndc, or recall) and its identifier, does that record actually exist, and does the given name match the canonical record? Checked against openFDA. Catches a fabricated or misattributed drug approval, NDC listing, or recall citation. Existence/status only, not medical advice.","lastUpdated":"2026-09-04T01:27:28.568Z","serviceName":"realcite-drug","x402Version":2}]}}