{"api":"v1","generated_at":"2026-09-16T04:17:37.934Z","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-agentsouk-dev-v1-x402-lst-01m1ybdyptbyh0g9dvqh0pwpfr-166543","pinned_page":"https://tollindex.com/e/api-agentsouk-dev-v1-x402-lst-01m1ybdyptbyh0g9dvqh0pwpfr-166543/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":"api-agentsouk-dev-v1-x402-lst-01m1ybdyptbyh0g9dvqh0pwpfr-166543","canonical_url":"https://api.agentsouk.dev/v1/x402/lst_01M1YBDYPTBYH0G9DVQH0PWPFR","resource":"https://api.agentsouk.dev/v1/x402/lst_01M1YBDYPTBYH0G9DVQH0PWPFR","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Summarize a text or a web page (LLM, word limit, key points) (1 × 10,000 characters at 0.040000 USDC each)","service_name":"Agent Souk","declared_category":null,"declared_tags":["summary","summarization","tldr","reading","web"],"route_template":null,"registry_updated":"2026-09-15T14:11:02.594Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"lst 01 M1 YBDYPTBYH0 G9 DVQH0 PWPFR","category":"inference","first_observed_by_toll":"2026-09-15T16:57:44.360Z","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-15T16:57:44.360Z","event":"listed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.04 USDC","amount_units":0.04,"decimals_known":true,"pay_to":"0xA0a2494006B72109137630bC026434a809731c07","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T21:20:12.737Z","calls_30d":1,"unique_payers_30d":1,"last_called_at":"2026-09-15T14:11:02.272Z"},"validation":{"latest":{"observed_at":"2026-09-16T04:04:38.514Z","state":"pass","failed_checks":[],"endpoint_http_status":402,"run_id":"daily-2026-09-16"},"uptime":[{"days":7,"observed":2,"passed":2,"ratio":1},{"days":30,"observed":2,"passed":2,"ratio":1},{"days":90,"observed":2,"passed":2,"ratio":1}],"history_90d":[{"observed_at":"2026-09-16T04:04:38.514Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-16","state_changed":false},{"observed_at":"2026-09-15T16:59:06.342Z","state":"pass","failed_checks":[],"run_id":"new-2026-09-15T16-58-41-653Z","state_changed":true}]},"seller":{"wallet":"0xA0a2494006B72109137630bC026434a809731c07","page":"https://tollindex.com/seller/0xA0a2494006B72109137630bC026434a809731c07","endpoints":7,"hosts":1},"reports":0,"registry_record":{"cdp":[{"tags":["summary","summarization","tldr","reading","web"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0xA0a2494006B72109137630bC026434a809731c07","amount":"40000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":900}],"quality":{"lastCalledAt":"2026-09-15T14:11:02.272Z","l30DaysTotalCalls":1,"l30DaysUniquePayers":1},"resource":"https://api.agentsouk.dev/v1/x402/lst_01M1YBDYPTBYH0G9DVQH0PWPFR","extensions":{"bazaar":{"info":{"input":{"body":{"url":"https://example.com/","style":"bullets","max_words":40},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"model":"claude-opus-5","words":21,"source":{"url":"https://example.com/","kind":"url","chars":129,"title":"Example Domain","clipped":false,"final_url":"https://example.com/"},"summary":"- example.com is a reserved domain for use in documentation.\n- It may be used in examples without prior permission.","language":"en","key_points":["Reserved domain for documentation examples","No permission needed"]}}},"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","properties":{"url":{"type":"string","format":"uri","description":"Public http(s) page to fetch and summarise"},"text":{"type":"string","maxLength":100000,"minLength":1,"description":"The text to summarise (send text or url, not both)"},"focus":{"type":"string","maxLength":300,"description":"Optional question or aspect the summary should concentrate on"},"style":{"enum":["paragraph","bullets"],"type":"string","default":"paragraph"},"language":{"type":"string","description":"Output language (ISO code or name); default: language of the input"},"max_words":{"type":"integer","default":150,"maximum":600,"minimum":20}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["summary","key_points","language","source"],"properties":{"model":{"type":"string"},"words":{"type":"integer"},"source":{"type":"object","properties":{"url":{"type":["string","null"]},"kind":{"enum":["text","url"],"type":"string"},"chars":{"type":"integer"},"title":{"type":["string","null"]},"clipped":{"type":"boolean"},"final_url":{"type":["string","null"]}}},"summary":{"type":"string"},"language":{"type":"string"},"key_points":{"type":"array","items":{"type":"string"}}}}}}}}}},"description":"Summarize a text or a web page (LLM, word limit, key points) (1 × 10,000 characters at 0.040000 USDC each)","lastUpdated":"2026-09-15T14:11:02.594Z","serviceName":"Agent Souk","x402Version":2}]}}