{"api":"v1","generated_at":"2026-09-15T21:47:29.328Z","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/tenjin-blog-api-answer-55ee26","pinned_page":"https://tollindex.com/e/tenjin-blog-api-answer-55ee26/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":"tenjin-blog-api-answer-55ee26","canonical_url":"https://tenjin.blog/api/answer","resource":"https://tenjin.blog/api/answer","http_method":"POST","type":"http","x402_version":2,"registries":[],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Pay once for a cited answer synthesized from independent publishers on Tenjin. POST a question; a question the catalog cannot answer returns a free MISS and is never charged.","service_name":"Tenjin","declared_category":null,"declared_tags":[],"route_template":null,"registry_updated":"2026-08-14T22:34:41.296Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"answer","category":"inference","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-13T20:48:48.122Z","observation_began":"2026-09-10"},"presence":{"listed_now":false,"first_absent_at":"2026-09-14T04:54:07.443Z","delisting_confirmed_at":"2026-09-14T12:43:47.825Z","events":[{"registry":"cdp","at":"2026-09-10T19:08:24.178Z","event":"listed"},{"registry":"cdp","at":"2026-09-14T04:54:07.443Z","event":"delisted"},{"registry":"cdp","at":"2026-09-14T12:43:47.825Z","event":"delisting_confirmed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.05 USDC","amount_units":0.05,"decimals_known":true,"pay_to":"0x578c640E2D53023066026381B8CC362539741063","scheme":"exact"}],"counters":{"observed_at":"2026-09-13T20:48:48.122Z","calls_30d":1,"unique_payers_30d":1,"last_called_at":"2026-08-14T22:34:40.473Z"},"validation":{"latest":{"observed_at":"2026-09-14T04:43:03.642Z","state":"fail","failed_checks":["returns_402"],"endpoint_http_status":200,"run_id":"daily-2026-09-14"},"uptime":[{"days":7,"observed":4,"passed":1,"ratio":0.25},{"days":30,"observed":4,"passed":1,"ratio":0.25},{"days":90,"observed":4,"passed":1,"ratio":0.25}],"history_90d":[{"observed_at":"2026-09-14T04:43:03.642Z","state":"fail","failed_checks":["returns_402"],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T04:40:44.185Z","state":"fail","failed_checks":["returns_402"],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T06:57:34.899Z","state":"fail","failed_checks":["returns_402"],"run_id":"daily-2026-09-12","state_changed":true},{"observed_at":"2026-09-11T10:33:41.570Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x578c640E2D53023066026381B8CC362539741063","page":"https://tollindex.com/seller/0x578c640E2D53023066026381B8CC362539741063","endpoints":2,"hosts":1},"reports":0,"registry_record":{"cdp":[{"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x578c640E2D53023066026381B8CC362539741063","amount":"50000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1784155613/bazaar-icons/2262736fe9fda7cf.png","quality":{"lastCalledAt":"2026-08-14T22:34:40.473Z","l30DaysTotalCalls":1,"l30DaysUniquePayers":1},"resource":"https://tenjin.blog/api/answer","extensions":{"bazaar":{"info":{"input":{"body":{"question":"Which Base DEX aggregators settle x402 payments today?","freshWithin":"P30D"},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"model":"the model that produced the answer","answer":"One synthesized answer to the question, carrying a [1] marker on each claim. Resolve a marker through citations[].index, never by array position.","decision":"ANSWERED","searchId":"00000000-0000-4000-8000-000000000000","citations":[{"url":"https://tenjin.blog/api/read/example-publisher/example-piece","index":1,"title":"The piece the claim was drawn from","creator":"example-publisher","resourceId":"00000000-0000-4000-8000-000000000001"}],"calibration":"hybrid-v1","generatedAt":"2026-01-01T00:00:00.000Z"}}},"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":["question"],"properties":{"maxPrice":{"type":"string","pattern":"^\\d{1,39}$","description":"Optional ceiling on the flat answer price, in atomic USDC units as a digit string (\"10000\" = $0.01). Below the quoted price the request is refused with `max_price_below_quote` rather than degraded; it never narrows which pieces the answer draws on."},"question":{"type":"string","maxLength":512,"minLength":1,"description":"The question to answer, 1 to 512 characters. Leading and trailing whitespace is trimmed before the length check, so an all-whitespace value is rejected."},"freshWithin":{"type":"string","description":"Optional recency window as an ISO 8601 duration, P<n> followed by D, W, M or Y (for example \"P30D\"). n must be nonzero."}},"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"}}}}}},"builder-code":{"info":{"a":"bc_kc0altv3"},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"a":{"type":"string","pattern":"^[a-z0-9_]{1,32}$","description":"App builder code"},"s":{"type":"array","items":{"type":"string","pattern":"^[a-z0-9_]{1,32}$"},"description":"Service builder codes"},"w":{"type":"string","pattern":"^[a-z0-9_]{1,32}$","description":"Wallet builder code"}},"additionalProperties":false}},"sign-in-with-x":{"info":{"uri":"https://tenjin.blog/api/answer","nonce":"cee05133b0688ad61eb2783c84f0ae0d","domain":"tenjin.blog","version":"1","issuedAt":"2026-08-14T22:34:41.281Z","resources":["https://tenjin.blog/api/answer"],"statement":"Prove the wallet that paid for this answer to collect it again. Signing costs nothing and moves no funds."},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["domain","address","uri","version","chainId","type","nonce","issuedAt","signature"],"properties":{"uri":{"type":"string","format":"uri"},"type":{"type":"string"},"nonce":{"type":"string"},"domain":{"type":"string"},"address":{"type":"string"},"chainId":{"type":"string"},"version":{"type":"string"},"issuedAt":{"type":"string","format":"date-time"},"notBefore":{"type":"string","format":"date-time"},"requestId":{"type":"string"},"resources":{"type":"array","items":{"type":"string","format":"uri"}},"signature":{"type":"string"},"statement":{"type":"string"},"expirationTime":{"type":"string","format":"date-time"}}},"supportedChains":[{"type":"eip191","chainId":"eip155:8453"}]}},"description":"Pay once for a cited answer synthesized from independent publishers on Tenjin. POST a question; a question the catalog cannot answer returns a free MISS and is never charged.","lastUpdated":"2026-08-14T22:34:41.296Z","serviceName":"Tenjin","x402Version":2}]}}