{"api":"v1","generated_at":"2026-09-15T18:50:05.237Z","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-filing-05d24f","pinned_page":"https://tollindex.com/e/goodsong-dev-verify-filing-05d24f/at/2026-09-15T16-57Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-15T16:57:44.360Z","snapshot_stamp":"2026-09-15T16-57Z","endpoint":{"slug":"goodsong-dev-verify-filing-05d24f","canonical_url":"https://goodsong.dev/verify/filing","resource":"https://goodsong.dev/verify/filing","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Verify an SEC filing: given a filer's CIK and a claimed accession number, does that filing actually exist, and does its form type/filing date match what's claimed? Checked against SEC EDGAR's submissions API. Catches a fabricated or misattributed filing citation, including a real-looking accession number paired with an invented form type or date.","service_name":"realcite-filing","declared_category":null,"declared_tags":["sec","edgar","filing","10-k","8-k"],"route_template":null,"registry_updated":"2026-09-04T01:27:26.687Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"verify filing","category":"identity","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-15T16:57:44.360Z","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-15T16:57:44.360Z","calls_30d":1,"unique_payers_30d":1,"last_called_at":"2026-09-04T01:27:26.553Z"},"validation":{"latest":{"observed_at":"2026-09-15T03:51:54.174Z","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-15T03:51:54.174Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T03:51:25.254Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T03:51:10.427Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T06:06:01.837Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T09:29:58.394Z","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":["sec","edgar","filing","10-k","8-k"],"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:26.553Z","l30DaysTotalCalls":1,"l30DaysUniquePayers":1},"resource":"https://goodsong.dev/verify/filing","extensions":{"bazaar":{"info":{"input":{"body":{"cik":"320193","accession_number":"0000320193-23-000106"},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"cost":{"amount":"0.005","currency":"USDC"},"checks":{"exists":true,"date_match":true,"form_match":true},"verdict":"confirmed","evidence":[{"url":"https://data.sec.gov/submissions/CIK0000320193.json","source":"sec_edgar","retrieved_at":"2026-08-30T12:00:00Z"}],"canonical":{"cik":"0000320193","form":"10-K","company":"Apple Inc.","filing_date":"2023-11-03","report_date":"2023-09-30","accession_number":"0000320193-23-000106"},"latency_ms":240}}},"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":["cik","accession_number"],"properties":{"cik":{"type":"string","description":"The filer's SEC Central Index Key (CIK), e.g. '320193' or '0000320193'."},"form_type":{"type":"string","description":"Optional expected form type, e.g. '10-K', '8-K', '4'."},"filed_date":{"type":"string","description":"Optional expected filing date (YYYY-MM-DD) to cross-check."},"accession_number":{"type":"string","description":"The filing's SEC accession number, e.g. '0000320193-23-000106'."}},"description":"Provide the filer's CIK and the filing's accession number; form_type and filed_date are 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 SEC filing: given a filer's CIK and a claimed accession number, does that filing actually exist, and does its form type/filing date match what's claimed? Checked against SEC EDGAR's submissions API. Catches a fabricated or misattributed filing citation, including a real-looking accession number paired with an invented form type or date.","lastUpdated":"2026-09-04T01:27:26.687Z","serviceName":"realcite-filing","x402Version":2}]}}