{"api":"v1","generated_at":"2026-09-16T03:20:58.613Z","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/agent-data-fixer-production-up-railway-app-json-repair-96293a","pinned_page":"https://tollindex.com/e/agent-data-fixer-production-up-railway-app-json-repair-96293a/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":"agent-data-fixer-production-up-railway-app-json-repair-96293a","canonical_url":"https://agent-data-fixer-production.up.railway.app/json-repair","resource":"https://agent-data-fixer-production.up.railway.app/json-repair","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Repair malformed JSON from model or tool output using deterministic CPU rules. Returns parsed value, repaired JSON text and a changed flag. Send JSON {text:string}. Paid calls require a fresh secret random 32-byte base64url Idempotency-Key; reuse it only for retries of the same input. Maximum request body: 128 KiB. Repair may change meaning; validate the result.","service_name":null,"declared_category":null,"declared_tags":[],"route_template":null,"registry_updated":"2026-09-09T20:33:26.418Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"json repair","category":"randomness","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:84532","asset":"0x036cbd53842c5426634e7929541ec2318f3dcf7e","asset_name":"USDC","symbol":"USDC","decimals":6,"amount_display":"0.003 USDC","amount_units":0.003,"decimals_known":true,"pay_to":"0x218BaF6a0621A8aBa7E89Bbda72818DC7e428410","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T21:20:12.737Z","calls_30d":4,"unique_payers_30d":1,"last_called_at":"2026-09-09T20:33:34.076Z"},"validation":{"latest":{"observed_at":"2026-09-15T05:55:28.030Z","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-15T05:55:28.030Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T05:27:15.113Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T05:22:12.198Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T07:38:46.990Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T11:27:33.508Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x218BaF6a0621A8aBa7E89Bbda72818DC7e428410","page":"https://tollindex.com/seller/0x218BaF6a0621A8aBa7E89Bbda72818DC7e428410","endpoints":1,"hosts":1},"reports":0,"registry_record":{"cdp":[{"type":"http","accepts":[{"asset":"0x036CbD53842c5426634e7929541eC2318f3dCF7e","extra":{"name":"USDC","version":"2"},"payTo":"0x218BaF6a0621A8aBa7E89Bbda72818DC7e428410","amount":"3000","scheme":"exact","network":"eip155:84532","maxTimeoutSeconds":300}],"quality":{"lastCalledAt":"2026-09-09T20:33:34.076Z","l30DaysTotalCalls":4,"l30DaysUniquePayers":1},"resource":"https://agent-data-fixer-production.up.railway.app/json-repair","extensions":{"bazaar":{"info":{"input":{"body":{"text":"{hello: 'machine',}"},"type":"http","method":"POST","headers":{"Content-Type":"application/json","Idempotency-Key":"GENERATE_YOUR_OWN_RANDOM_KEY_DO_NOT_REUSE_THIS"},"bodyType":"json"},"output":{"type":"json","example":{"result":{"text":"{\"hello\": \"machine\"}","value":{"hello":"machine"},"changed":true},"operation":"json-repair","requestId":"0000000000000000000000000000000000000000000000000000000000000000"}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body","headers"],"properties":{"body":{"type":"object","required":["text"],"properties":{"text":{"type":"string","description":"Malformed JSON to repair. Total encoded request body must fit 128 KiB."}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"headers":{"type":"object","required":["Content-Type","Idempotency-Key"],"properties":{"Content-Type":{"const":"application/json"},"Idempotency-Key":{"type":"string","pattern":"^[a-zA-Z0-9_-]{43,128}$","description":"REQUIRED for paid calls: generate 32 cryptographically random bytes as base64url (43 characters). Never reuse the public example. Keep secret. Reuse only for an identical request retry."}}},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["requestId","operation","result"],"properties":{"result":{"type":"object","required":["value","text","changed"],"properties":{"text":{"type":"string"},"value":{},"changed":{"type":"boolean"}},"additionalProperties":false},"operation":{"const":"json-repair"},"requestId":{"type":"string","pattern":"^[a-f0-9]{64}$"}},"additionalProperties":false}}}}}}},"description":"Repair malformed JSON from model or tool output using deterministic CPU rules. Returns parsed value, repaired JSON text and a changed flag. Send JSON {text:string}. Paid calls require a fresh secret random 32-byte base64url Idempotency-Key; reuse it only for retries of the same input. Maximum request body: 128 KiB. Repair may change meaning; validate the result.","lastUpdated":"2026-09-09T20:33:26.418Z","x402Version":2}]}}