{"api":"v1","generated_at":"2026-09-15T23:49:50.218Z","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/atomic-verify-claim-poc-topadvancement-atomic-workers-dev-api-resolve-redirect-c-e88147","pinned_page":"https://tollindex.com/e/atomic-verify-claim-poc-topadvancement-atomic-workers-dev-api-resolve-redirect-c-e88147/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":"atomic-verify-claim-poc-topadvancement-atomic-workers-dev-api-resolve-redirect-c-e88147","canonical_url":"https://atomic-verify-claim-poc.topadvancement-atomic.workers.dev/api/resolve-redirect-chain","resource":"https://atomic-verify-claim-poc.topadvancement-atomic.workers.dev/api/resolve-redirect-chain","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Resolve an HTTP or HTTPS URL through redirects and return the complete redirect chain, HTTP status for each hop, final URL, and redirect safety findings. Use when an agent needs to determine where a URL actually leads before visiting, citing, downloading, or trusting it.","service_name":null,"declared_category":null,"declared_tags":["url","redirect","redirect-chain","final-url","link-safety"],"route_template":null,"registry_updated":"2026-09-14T19:53:11.675Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"resolve redirect chain","category":"market-data","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.01 USDC","amount_units":0.01,"decimals_known":true,"pay_to":"0x16F619C78f5f85d00663a7275Cca3D4A01f82B11","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T21:20:12.737Z","calls_30d":6,"unique_payers_30d":4,"last_called_at":"2026-09-14T19:53:11.171Z"},"validation":{"latest":{"observed_at":"2026-09-15T06:53:08.054Z","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-15T06:53:08.054Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T06:20:35.670Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T06:11:06.067Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T08:28:37.648Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T14:37:39.107Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x16F619C78f5f85d00663a7275Cca3D4A01f82B11","page":"https://tollindex.com/seller/0x16F619C78f5f85d00663a7275Cca3D4A01f82B11","endpoints":1,"hosts":1},"reports":0,"registry_record":{"cdp":[{"tags":["url","redirect","redirect-chain","final-url","link-safety"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x16F619C78f5f85d00663a7275Cca3D4A01f82B11","amount":"10000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"quality":{"lastCalledAt":"2026-09-14T19:53:11.171Z","l30DaysTotalCalls":6,"l30DaysUniquePayers":4},"resource":"https://atomic-verify-claim-poc.topadvancement-atomic.workers.dev/api/resolve-redirect-chain","extensions":{"bazaar":{"info":{"input":{"body":{"url":"https://example.com"},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"hops":[],"status":"NO_REDIRECT","final_url":"https://example.com/","hop_count":0,"latency_ms":125,"loop_detected":false,"requested_url":"https://example.com","failure_reason":null,"final_http_status":200}}},"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":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"HTTP or HTTPS URL whose redirect chain should be resolved."}},"additionalProperties":false},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["status","requested_url","final_url","hops","hop_count","final_http_status","loop_detected","latency_ms","failure_reason"],"properties":{"hops":{"type":"array","items":{"type":"object","required":["from","to","status_code"],"properties":{"to":{"type":"string"},"from":{"type":"string"},"status_code":{"type":"integer"}},"additionalProperties":false}},"status":{"enum":["RESOLVED","NO_REDIRECT","FAILED"],"type":"string"},"final_url":{"type":["string","null"]},"hop_count":{"type":"integer","minimum":0},"latency_ms":{"type":"integer","minimum":0},"loop_detected":{"type":"boolean"},"requested_url":{"type":"string"},"failure_reason":{"type":["string","null"]},"final_http_status":{"type":["integer","null"]}},"additionalProperties":false}}}}}}},"description":"Resolve an HTTP or HTTPS URL through redirects and return the complete redirect chain, HTTP status for each hop, final URL, and redirect safety findings. Use when an agent needs to determine where a URL actually leads before visiting, citing, downloading, or trusting it.","lastUpdated":"2026-09-14T19:53:11.675Z","x402Version":2}]}}