{"api":"v1","generated_at":"2026-09-15T21:45:54.931Z","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/graphadvocate-com-ask-e708ba","pinned_page":"https://tollindex.com/e/graphadvocate-com-ask-e708ba/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":"graphadvocate-com-ask-e708ba","canonical_url":"https://graphadvocate.com/ask","resource":"https://graphadvocate.com/ask","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Natural-language Q&A over the x402 Base settlements warehouse. POST {question}. Backed by 132M settlement rows on Cloudflare R2 + pre-aggregated daily_stats (388 days, May 2025 - Jun 2026), queried via Anthropic Sonnet + DuckDB. Returns {answer, sql_trace, model, upstream_ms}; sql_trace lets the caller verify the data path is real, not hallucinated. $0.05 USDC on Base.","service_name":null,"declared_category":null,"declared_tags":[],"route_template":null,"registry_updated":"2026-09-12T00:24:14.820Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"ask","category":"identity","first_observed_by_toll":"2026-09-12T10:44:49.990Z","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-12T10:44:49.991Z","event":"listed"}]},"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":"0x0FF5A6ecef783BBA35463ec2F8403B9B5e9e7C86","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T21:20:12.737Z","calls_30d":1,"unique_payers_30d":1,"last_called_at":"2026-09-12T00:24:14.608Z"},"validation":{"latest":{"observed_at":"2026-09-15T06:52:10.632Z","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:52:10.632Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T06:19:45.548Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T06:10:16.841Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T13:54:47.518Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-12T10:48:58.864Z","state":"pass","failed_checks":[],"run_id":"new-2026-09-12T10-48-28-179Z","state_changed":true}]},"seller":{"wallet":"0x0FF5A6ecef783BBA35463ec2F8403B9B5e9e7C86","page":"https://tollindex.com/seller/0x0FF5A6ecef783BBA35463ec2F8403B9B5e9e7C86","endpoints":11,"hosts":1},"reports":0,"registry_record":{"cdp":[{"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x0FF5A6ecef783BBA35463ec2F8403B9B5e9e7C86","amount":"50000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"quality":{"lastCalledAt":"2026-09-12T00:24:14.608Z","l30DaysTotalCalls":1,"l30DaysUniquePayers":1},"resource":"https://graphadvocate.com/ask","extensions":{"bazaar":{"info":{"input":{"body":{"question":"Top 10 recipient addresses by payment count in the last 30 days"},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"model":"claude-sonnet-4-6","answer":"# Top 10 recipients\n| Rank | Address | Count | USDC |\n...","dataset":"base-x402-settlements via x402-watch.vercel.app","question":"Top 10 recipient addresses last 30 days","sql_trace":[{"ms":1350,"sql":"SELECT recipient, COUNT(*) AS payment_count, SUM(amount::DECIMAL(38,0))/1e6 AS usdc_total FROM settlements WHERE block_number >= 45553999 GROUP BY recipient ORDER BY payment_count DESC LIMIT 10","rows":10}],"upstream_ms":3500}}},"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":{"question":{"type":"string","maxLength":1000,"description":"Plain-English question about x402 Base settlements"}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST","PUT","PATCH"],"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":["answer","sql_trace","model"],"properties":{"model":{"type":"string"},"answer":{"type":"string"},"dataset":{"type":"string"},"question":{"type":"string"},"sql_trace":{"type":"array"},"upstream_ms":{"type":"number"}}}}}}}}},"description":"Natural-language Q&A over the x402 Base settlements warehouse. POST {question}. Backed by 132M settlement rows on Cloudflare R2 + pre-aggregated daily_stats (388 days, May 2025 - Jun 2026), queried via Anthropic Sonnet + DuckDB. Returns {answer, sql_trace, model, upstream_ms}; sql_trace lets the caller verify the data path is real, not hallucinated. $0.05 USDC on Base.","lastUpdated":"2026-09-12T00:24:14.82Z","x402Version":2}]}}