{"api":"v1","generated_at":"2026-09-15T18:48:17.052Z","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/toolshed-lemon-agent-dev-convert-markdown-json-ac0944","pinned_page":"https://tollindex.com/e/toolshed-lemon-agent-dev-convert-markdown-json-ac0944/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":"toolshed-lemon-agent-dev-convert-markdown-json-ac0944","canonical_url":"https://toolshed.lemon-agent.dev/convert/markdown-json","resource":"https://toolshed.lemon-agent.dev/convert/markdown-json","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Markdown to a JSON token tree. POST Markdown; the response is {\"toc\": [{depth, text}], \"tokens\": [...]} — the marked lexer's token stream plus a table of contents derived from the real headings. The document's structure without rendering it to HTML and parsing that back. A bold line pretending to be a heading was never structure and is not in the toc.","service_name":"Toolshed","declared_category":null,"declared_tags":["x402","conversion"],"route_template":null,"registry_updated":"2026-09-02T14:57:10.369Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"convert markdown json","category":"scraping","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.004 USDC","amount_units":0.004,"decimals_known":true,"pay_to":"0x0adc7adac7bbaffffbd73505711e42378c4f9f9e","scheme":"exact"},{"registry":"cdp","ordinal":1,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","asset_name":null,"symbol":"USDC","decimals":6,"amount_display":"0.004 USDC","amount_units":0.004,"decimals_known":true,"pay_to":"7zXRc8sYkhjezbwXQw43beBrKDmhTMA7mkNfqRjdZ6gw","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T16:57:44.360Z","calls_30d":1,"unique_payers_30d":1,"last_called_at":"2026-09-02T14:57:10.194Z"},"validation":{"latest":{"observed_at":"2026-09-15T06:10:55.765Z","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:10:55.765Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T05:41:49.397Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T05:35:19.632Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T07:52:19.136Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T11:45:20.570Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x0adc7adac7bbaffffbd73505711e42378c4f9f9e","page":"https://tollindex.com/seller/0x0adc7adac7bbaffffbd73505711e42378c4f9f9e","endpoints":19,"hosts":1},"reports":0,"registry_record":{"cdp":[{"tags":["x402","conversion"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x0adc7adac7bbaffffbd73505711e42378c4f9f9e","amount":"4000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":60},{"asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"},"payTo":"7zXRc8sYkhjezbwXQw43beBrKDmhTMA7mkNfqRjdZ6gw","amount":"4000","scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","maxTimeoutSeconds":60}],"quality":{"lastCalledAt":"2026-09-02T14:57:10.194Z","l30DaysTotalCalls":1,"l30DaysUniquePayers":1},"resource":"https://toolshed.lemon-agent.dev/convert/markdown-json","extensions":{"bazaar":{"info":{"input":{"body":"# Title\n\nSome text.\n","type":"http","method":"POST","bodyType":"text"},"output":{"type":"text","format":"application/json","example":"{\n  \"toc\": [\n    {\n      \"depth\": 1,\n      \"text\": \"Title\"\n    }\n  ],\n  \"tokens\": [\n    {\n      \"type\": \"heading\",\n      \"raw\": \"# Title\",\n      \"depth\": 1,\n      \"text\": \"Title\",\n      \"tokens\": [\n        {\n          \"type\": \"text\",\n          \"raw\": \"Title\",\n          \"text\": \"Title\",\n          \"escaped\": false\n        }\n      ]\n    },\n    {\n      \"type\": \"space\",\n      \"raw\": \"\\n\\n\"\n    },\n    {\n      \"type\": \"paragraph\",\n      \"raw\": \"Some text.\\n\",\n      \"text\": \"Some text.\",\n      \"tokens\": [\n        {\n          \"type\": \"text\",\n          \"raw\": \"Some text.\",\n          \"text\": \"Some text.\",\n          \"escaped\": false\n        }\n      ]\n    }\n  ]\n}\n"}},"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":"string","maxLength":262144,"description":"the raw Markdown file as the request body, up to 256 KB"},"type":{"type":"string","const":"http"},"method":{"type":"string","const":"POST"},"bodyType":{"type":"string","const":"text"}},"additionalProperties":false},"output":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string","const":"text"},"format":{"type":"string","const":"application/json","description":"the converted JSON file as the response body (application/json)"},"example":{"type":"string","description":"the sample request body above, converted — what a the converted JSON file as the response body (application/json) looks like"}},"additionalProperties":false}}}}},"description":"Markdown to a JSON token tree. POST Markdown; the response is {\"toc\": [{depth, text}], \"tokens\": [...]} — the marked lexer's token stream plus a table of contents derived from the real headings. The document's structure without rendering it to HTML and parsing that back. A bold line pretending to be a heading was never structure and is not in the toc.","lastUpdated":"2026-09-02T14:57:10.369Z","serviceName":"Toolshed","x402Version":2}]}}