{"api":"v1","generated_at":"2026-09-16T08:22:14.138Z","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/api-staging-eckari-com-v1-companies-uk-company-number-status-2af2c9","pinned_page":"https://tollindex.com/e/api-staging-eckari-com-v1-companies-uk-company-number-status-2af2c9/at/2026-09-16T04-48Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-16T04:48:25.992Z","snapshot_stamp":"2026-09-16T04-48Z","endpoint":{"slug":"api-staging-eckari-com-v1-companies-uk-company-number-status-2af2c9","canonical_url":"https://api-staging.eckari.com/v1/companies/uk/:company_number/status","resource":"https://api-staging.eckari.com/v1/companies/uk/:company_number/status","http_method":"GET","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Return the current legal status of a UK company from the Companies House register — active, dissolved, liquidation, administration, receivership, voluntary-arrangement and others — with status detail, cessation date, a derived is_active (true for the live-on-the-register statuses active, open and registered) and a derived is_striking_off for an active company with a proposal to strike off. One call, one authoritative register answer. Use when: Is this UK company still active?","service_name":"Eckari","declared_category":null,"declared_tags":["uk","companies-house","company","kyb","status"],"route_template":"/v1/companies/uk/:company_number/status","registry_updated":"2026-08-27T22:09:48.735Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"uk status","category":"market-data","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-16T04:48:25.991Z","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:84532","asset":"0x036cbd53842c5426634e7929541ec2318f3dcf7e","asset_name":"USDC","symbol":"USDC","decimals":6,"amount_display":"0.003 USDC","amount_units":0.003,"decimals_known":true,"pay_to":"0x7c0Ba1d16322Ee426D6508a74b571Dd73A5a35DA","scheme":"exact"}],"counters":{"observed_at":"2026-09-16T04:48:25.992Z","calls_30d":1,"unique_payers_30d":1,"last_called_at":"2026-08-27T22:09:48.248Z"},"validation":{"latest":{"observed_at":"2026-09-16T04:19:25.479Z","state":"pass","failed_checks":[],"endpoint_http_status":402,"run_id":"daily-2026-09-16"},"uptime":[{"days":7,"observed":6,"passed":6,"ratio":1},{"days":30,"observed":6,"passed":6,"ratio":1},{"days":90,"observed":6,"passed":6,"ratio":1}],"history_90d":[{"observed_at":"2026-09-16T04:19:25.479Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-16","state_changed":false},{"observed_at":"2026-09-15T04:16:58.471Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T04:14:43.804Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T04:14:10.478Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T06:29:34.346Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T09:58:33.331Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x7c0Ba1d16322Ee426D6508a74b571Dd73A5a35DA","page":"https://tollindex.com/seller/0x7c0Ba1d16322Ee426D6508a74b571Dd73A5a35DA","endpoints":29,"hosts":1},"reports":0,"registry_record":{"cdp":[{"tags":["uk","companies-house","company","kyb","status"],"type":"http","accepts":[{"asset":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","extra":{"name":"USDC","version":"2"},"payTo":"0x7c0Ba1d16322Ee426D6508a74b571Dd73A5a35DA","amount":"3000","scheme":"exact","network":"eip155:84532","maxTimeoutSeconds":60}],"quality":{"lastCalledAt":"2026-08-27T22:09:48.248Z","l30DaysTotalCalls":1,"l30DaysUniquePayers":1},"resource":"https://api-staging.eckari.com/v1/companies/uk/:company_number/status","extensions":{"bazaar":{"info":{"input":{"type":"http","method":"GET","pathParams":{"company_number":"00445790"},"queryParams":{}},"output":{"type":"json","example":{"data":{"status":"active","is_active":true,"company_name":"TESCO PLC","status_detail":null,"company_number":"00445790","is_striking_off":false,"date_of_cessation":null},"meta":{"source":"companies_house","version":"3.0.0","freshness":"live","capability":"company.uk.status"}}}},"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":["company_number"],"properties":{"company_number":{"type":"string","pattern":"^\\s*[A-Za-z0-9]{1,8}\\s*$","maxLength":10,"minLength":1,"description":"Companies House company number, also called the company registration number (CRN), e.g. 00445790, SC123456, NI000001, BR008975. The identifier itself is 1-8 letters/digits; surrounding whitespace is ignored (which is why maxLength is 10), but the value must not contain internal spaces. Short numeric values are zero-padded to 8 characters. A whitespace-only or over-long value is rejected as INVALID_INPUT before any payment or upstream call."}},"additionalProperties":false},"queryParams":{"type":"object","properties":{}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"routeTemplate":"/v1/companies/uk/:company_number/status"},"payment-identifier":{"info":{"required":false},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["required"],"properties":{"id":{"type":"string","pattern":"^[a-zA-Z0-9_-]+$","maxLength":128,"minLength":16},"required":{"type":"boolean"}}}}},"description":"Return the current legal status of a UK company from the Companies House register — active, dissolved, liquidation, administration, receivership, voluntary-arrangement and others — with status detail, cessation date, a derived is_active (true for the live-on-the-register statuses active, open and registered) and a derived is_striking_off for an active company with a proposal to strike off. One call, one authoritative register answer. Use when: Is this UK company still active?","lastUpdated":"2026-08-27T22:09:48.735Z","serviceName":"Eckari","x402Version":2}]}}