{"id":"4213bb1a-4cb2-4773-adbe-2c3166db21e0","url":"https://api-staging.eckari.com/v1/companies/us/:cik/filings?form=10-K&limit=2&offset=0","method":"GET","fingerprint":"b25a295cb60edf7470380090eded7ac7ca2109135f109fd9fa3f00f695fb116d","name":"Eckari","description":null,"category":"other","docs_url":null,"advertised_price_usd":"0.005000","asset":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","scheme":"exact","networks":["eip155:84532"],"pay_to":"0x7c0Ba1d16322Ee426D6508a74b571Dd73A5a35DA","input_schema":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"pathParams":{"type":"object","required":["id"],"properties":{"id":{"type":"string","pattern":"^(?:(?:[Cc][Ii][Kk])?[0-9]{1,10}|[A-Za-z][A-Za-z0-9.-]{0,9})$","maxLength":13,"minLength":1,"description":"SEC CIK or exchange ticker symbol. All digits is read as a CIK (leading zeros and an EDGAR CIK prefix are both accepted: 320193, 0000320193, CIK0000320193); anything else is read as a ticker (1-10 characters starting with a letter) and matched exactly, case-insensitively, against the SEC listed-security index — AAPL, aapl and BRK-B all work. Company names are not accepted: resolve one with company.us.resolve. A ticker with no SEC index entry returns NOT_FOUND, which is not a billable result."}},"additionalProperties":false},"queryParams":{"type":"object","properties":{"form":{"type":"string","pattern":"^[A-Za-z0-9 ,/.-]+$","maxLength":200,"description":"Comma-separated EDGAR form types to keep, e.g. \"10-K,10-Q,8-K\". Matching is exact and case-insensitive; omit to return every form."},"limit":{"type":"integer","default":5,"maximum":100,"minimum":1,"description":"Maximum number of filings to return from the filtered set. Defaults to 5 so a first call stays small; raise it explicitly when you need more."},"since":{"type":"string","format":"date","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}$","description":"Keep only filings with a filing_date on or after this ISO date (YYYY-MM-DD)."},"offset":{"type":"integer","default":0,"minimum":0,"description":"Zero-based offset into the filtered set, for paging. Pass page.next_offset from the previous response."}},"additionalProperties":false}},"additionalProperties":false},"output_schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}},"schema_completeness":0,"status":"live","first_seen_at":"2026-08-23 13:25:09.581993+00","last_seen_at":"2026-08-23 13:25:08.331+00","last_success_at":"2026-09-14 11:47:41.431+00","dead_since":null,"probe_backoff_tier":0,"next_probe_at":"2026-09-14 11:52:41.431+00","search_tsv":"'eckari':1","catalog_number":"5428","x402_version":2,"resource_url":"https://api-staging.eckari.com/v1/companies/us/:cik/filings","resource_description":"Return the recent EDGAR filing history of a US company identified by stock ticker (AAPL) or CIK, optionally filtered by form type and filing date and paged. It is the company's own EDGAR index, so it also holds filings third parties made about it (SCHEDULE 13G, Forms 3/4/5, UPLOAD). Each entry carries the accession number, form, dates, 8-K items, XBRL flags, size and sec.gov links. Use when: List every 8-K on this ticker's EDGAR index this year, with links to the documents.","bazaar_extension":{"info":{"input":{"type":"http","method":"GET","pathParams":{"id":"AAPL"},"queryParams":{"form":"10-K","limit":2,"offset":0}},"output":{"type":"json","example":{"data":{"cik":"0000320193","name":"Apple Inc.","page":{"limit":2,"total":11,"offset":0,"has_more":true,"returned":2,"next_offset":2},"items":[{"act":"34","form":"10-K","is_xbrl":true,"index_url":"https://www.sec.gov/Archives/edgar/data/320193/000032019325000079/0000320193-25-000079-index.htm","item_codes":[],"size_bytes":9392337,"file_number":"001-36743","filing_date":"2025-10-31","report_date":"2025-09-27","document_url":"https://www.sec.gov/Archives/edgar/data/320193/000032019325000079/aapl-20250927.htm","is_inline_xbrl":true,"accession_number":"0000320193-25-000079","primary_document":"aapl-20250927.htm","primary_doc_description":"10-K"},{"act":"34","form":"10-K","is_xbrl":true,"index_url":"https://www.sec.gov/Archives/edgar/data/320193/000032019324000123/0000320193-24-000123-index.htm","item_codes":[],"size_bytes":9759333,"file_number":"001-36743","filing_date":"2024-11-01","report_date":"2024-09-28","document_url":"https://www.sec.gov/Archives/edgar/data/320193/000032019324000123/aapl-20240928.htm","is_inline_xbrl":true,"accession_number":"0000320193-24-000123","primary_document":"aapl-20240928.htm","primary_doc_description":"10-K"}],"query":{"id":"AAPL","form":"10-K","since":null,"matched_by":"ticker"},"has_more_history":true},"meta":{"source":"sec_edgar","version":"3.0.0","freshness":"near_live","capability":"company.us.filings"}}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"pathParams":{"type":"object","required":["id"],"properties":{"id":{"type":"string","pattern":"^(?:(?:[Cc][Ii][Kk])?[0-9]{1,10}|[A-Za-z][A-Za-z0-9.-]{0,9})$","maxLength":13,"minLength":1,"description":"SEC CIK or exchange ticker symbol. All digits is read as a CIK (leading zeros and an EDGAR CIK prefix are both accepted: 320193, 0000320193, CIK0000320193); anything else is read as a ticker (1-10 characters starting with a letter) and matched exactly, case-insensitively, against the SEC listed-security index — AAPL, aapl and BRK-B all work. Company names are not accepted: resolve one with company.us.resolve. A ticker with no SEC index entry returns NOT_FOUND, which is not a billable result."}},"additionalProperties":false},"queryParams":{"type":"object","properties":{"form":{"type":"string","pattern":"^[A-Za-z0-9 ,/.-]+$","maxLength":200,"description":"Comma-separated EDGAR form types to keep, e.g. \"10-K,10-Q,8-K\". Matching is exact and case-insensitive; omit to return every form."},"limit":{"type":"integer","default":5,"maximum":100,"minimum":1,"description":"Maximum number of filings to return from the filtered set. Defaults to 5 so a first call stays small; raise it explicitly when you need more."},"since":{"type":"string","format":"date","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}$","description":"Keep only filings with a filing_date on or after this ISO date (YYYY-MM-DD)."},"offset":{"type":"integer","default":0,"minimum":0,"description":"Zero-based offset into the filtered set, for paging. Pass page.next_offset from the previous response."}},"additionalProperties":false}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"routeTemplate":"/v1/companies/us/:id/filings"},"accepted_requirements":[{"raw":{"asset":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","extra":{"name":"USDC","version":"2"},"payTo":"0x7c0Ba1d16322Ee426D6508a74b571Dd73A5a35DA","amount":"5000","scheme":"exact","network":"eip155:84532","maxTimeoutSeconds":60},"asset":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","payTo":"0x7c0Ba1d16322Ee426D6508a74b571Dd73A5a35DA","scheme":"exact","network":"eip155:84532","amountAtomic":"5000"}],"bazaar_compatible":true,"bazaar_validated_at":"2026-09-14 11:47:41.431+00","bazaar_validation_error":null,"window":"24h","probes_n":22,"handshake_uptime":1,"settle_success_rate":0,"valid_result_rate":null,"latency_p50":1282,"latency_p90":3724,"price_drift_pct":0,"score":0.7531,"computed_at":"2026-09-14 11:48:05.685+00","source_metadata":[{"raw":{"url":"https://api-staging.eckari.com/v1/companies/us/:cik/filings?form=10-K&limit=2&offset=0","name":"Eckari","method":"GET","source":"bazaar:api.cdp.coinbase.com","fingerprint":"b25a295cb60edf7470380090eded7ac7ca2109135f109fd9fa3f00f695fb116d","advertisedPriceUsd":0.005},"source_id":1,"external_id":null}],"live_endpoint_metadata":{"x402_version":2,"resource_url":"https://api-staging.eckari.com/v1/companies/us/:cik/filings","resource_description":"Return the recent EDGAR filing history of a US company identified by stock ticker (AAPL) or CIK, optionally filtered by form type and filing date and paged. It is the company's own EDGAR index, so it also holds filings third parties made about it (SCHEDULE 13G, Forms 3/4/5, UPLOAD). Each entry carries the accession number, form, dates, 8-K items, XBRL flags, size and sec.gov links. Use when: List every 8-K on this ticker's EDGAR index this year, with links to the documents.","bazaar_extension":{"info":{"input":{"type":"http","method":"GET","pathParams":{"id":"AAPL"},"queryParams":{"form":"10-K","limit":2,"offset":0}},"output":{"type":"json","example":{"data":{"cik":"0000320193","name":"Apple Inc.","page":{"limit":2,"total":11,"offset":0,"has_more":true,"returned":2,"next_offset":2},"items":[{"act":"34","form":"10-K","is_xbrl":true,"index_url":"https://www.sec.gov/Archives/edgar/data/320193/000032019325000079/0000320193-25-000079-index.htm","item_codes":[],"size_bytes":9392337,"file_number":"001-36743","filing_date":"2025-10-31","report_date":"2025-09-27","document_url":"https://www.sec.gov/Archives/edgar/data/320193/000032019325000079/aapl-20250927.htm","is_inline_xbrl":true,"accession_number":"0000320193-25-000079","primary_document":"aapl-20250927.htm","primary_doc_description":"10-K"},{"act":"34","form":"10-K","is_xbrl":true,"index_url":"https://www.sec.gov/Archives/edgar/data/320193/000032019324000123/0000320193-24-000123-index.htm","item_codes":[],"size_bytes":9759333,"file_number":"001-36743","filing_date":"2024-11-01","report_date":"2024-09-28","document_url":"https://www.sec.gov/Archives/edgar/data/320193/000032019324000123/aapl-20240928.htm","is_inline_xbrl":true,"accession_number":"0000320193-24-000123","primary_document":"aapl-20240928.htm","primary_doc_description":"10-K"}],"query":{"id":"AAPL","form":"10-K","since":null,"matched_by":"ticker"},"has_more_history":true},"meta":{"source":"sec_edgar","version":"3.0.0","freshness":"near_live","capability":"company.us.filings"}}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"pathParams":{"type":"object","required":["id"],"properties":{"id":{"type":"string","pattern":"^(?:(?:[Cc][Ii][Kk])?[0-9]{1,10}|[A-Za-z][A-Za-z0-9.-]{0,9})$","maxLength":13,"minLength":1,"description":"SEC CIK or exchange ticker symbol. All digits is read as a CIK (leading zeros and an EDGAR CIK prefix are both accepted: 320193, 0000320193, CIK0000320193); anything else is read as a ticker (1-10 characters starting with a letter) and matched exactly, case-insensitively, against the SEC listed-security index — AAPL, aapl and BRK-B all work. Company names are not accepted: resolve one with company.us.resolve. A ticker with no SEC index entry returns NOT_FOUND, which is not a billable result."}},"additionalProperties":false},"queryParams":{"type":"object","properties":{"form":{"type":"string","pattern":"^[A-Za-z0-9 ,/.-]+$","maxLength":200,"description":"Comma-separated EDGAR form types to keep, e.g. \"10-K,10-Q,8-K\". Matching is exact and case-insensitive; omit to return every form."},"limit":{"type":"integer","default":5,"maximum":100,"minimum":1,"description":"Maximum number of filings to return from the filtered set. Defaults to 5 so a first call stays small; raise it explicitly when you need more."},"since":{"type":"string","format":"date","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}$","description":"Keep only filings with a filing_date on or after this ISO date (YYYY-MM-DD)."},"offset":{"type":"integer","default":0,"minimum":0,"description":"Zero-based offset into the filtered set, for paging. Pass page.next_offset from the previous response."}},"additionalProperties":false}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"routeTemplate":"/v1/companies/us/:id/filings"},"accepted_requirements":[{"raw":{"asset":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","extra":{"name":"USDC","version":"2"},"payTo":"0x7c0Ba1d16322Ee426D6508a74b571Dd73A5a35DA","amount":"5000","scheme":"exact","network":"eip155:84532","maxTimeoutSeconds":60},"asset":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","payTo":"0x7c0Ba1d16322Ee426D6508a74b571Dd73A5a35DA","scheme":"exact","network":"eip155:84532","amountAtomic":"5000"}],"bazaar_compatible":true,"bazaar_validated_at":"2026-09-14 11:47:41.431+00","bazaar_validation_error":null},"sonar_metrics":{"score":0.7531,"uptime":1,"paid_success_rate":0,"valid_result_rate":null,"latency_p50":1282,"latency_p90":3724,"price_drift_pct":0},"cdp_indexed":false,"confidence":"high"}