{"api":"v1","generated_at":"2026-09-16T02:00:53.368Z","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/x402-fairseal-io-v1-notarize-e14a08","pinned_page":"https://tollindex.com/e/x402-fairseal-io-v1-notarize-e14a08/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":"x402-fairseal-io-v1-notarize-e14a08","canonical_url":"https://x402.fairseal.io/v1/notarize","resource":"https://x402.fairseal.io/v1/notarize","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Anchor an AI agent decision or audit record to Base mainnet. Submit {schema, payload_hash (SHA-256 hex, 64 chars), metadata}; service queues into a Merkle batch and returns a receipt with pending_anchor status immediately. Full Merkle proof and on-chain anchor_tx available via free GET /v1/notarize/:receipt_id after batch anchors (within batch_threshold receipts or 120s). Include Idempotency-Key header to prevent double-charges on retry.","service_name":null,"declared_category":null,"declared_tags":[],"route_template":null,"registry_updated":"2026-09-15T08:19:11.770Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"notarize","category":"market-data","first_observed_by_toll":"2026-09-15T11:42:41.317Z","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-15T11:42:41.317Z","event":"listed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.02 USDC","amount_units":0.02,"decimals_known":true,"pay_to":"0xBd5eB5559f5Ac14475AC0C81b6735A4d9106ce28","scheme":"exact"},{"registry":"cdp","ordinal":1,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.02 USDC","amount_units":0.02,"decimals_known":true,"pay_to":"0xBd5eB5559f5Ac14475AC0C81b6735A4d9106ce28","scheme":"batch-settlement"}],"counters":{"observed_at":"2026-09-15T21:20:12.737Z","calls_30d":2,"unique_payers_30d":1,"last_called_at":"2026-09-15T08:19:12.213Z"},"validation":{"latest":{"observed_at":"2026-09-15T11:47:29.622Z","state":"pass","failed_checks":["bazaar.info.output"],"endpoint_http_status":402,"run_id":"new-2026-09-15T11-46-48-266Z"},"uptime":[{"days":7,"observed":1,"passed":1,"ratio":1},{"days":30,"observed":1,"passed":1,"ratio":1},{"days":90,"observed":1,"passed":1,"ratio":1}],"history_90d":[{"observed_at":"2026-09-15T11:47:29.622Z","state":"pass","failed_checks":["bazaar.info.output"],"run_id":"new-2026-09-15T11-46-48-266Z","state_changed":true}]},"seller":{"wallet":"0xBd5eB5559f5Ac14475AC0C81b6735A4d9106ce28","page":"https://tollindex.com/seller/0xBd5eB5559f5Ac14475AC0C81b6735A4d9106ce28","endpoints":5,"hosts":2},"reports":0,"registry_record":{"cdp":[{"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0xBd5eB5559f5Ac14475AC0C81b6735A4d9106ce28","amount":"20000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300},{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2","withdrawDelay":900,"receiverAuthorizer":"0x3721824a31197dcDD2984cF43b92B6cc8A87c0Fb"},"payTo":"0xBd5eB5559f5Ac14475AC0C81b6735A4d9106ce28","amount":"20000","scheme":"batch-settlement","network":"eip155:8453","maxTimeoutSeconds":300}],"quality":{"lastCalledAt":"2026-09-15T08:19:12.213Z","l30DaysTotalCalls":2,"l30DaysUniquePayers":1},"resource":"https://x402.fairseal.io/v1/notarize","extensions":{"bazaar":{"info":{"input":{"body":{"schema":"agent_decision","metadata":{"agent_id":"my-agent-v1","decided_at":"2026-09-12T10:00:00Z","input_hash":"a665a45920422f9d417e4867efdc4fb8a04a1f3fff1fa07e998e86f7f7a27ae3","decision_hash":"b94f6f125c79e3a5ffaa826f584c10d52ada669e6762051b826b55776d05a3d7"},"payload_hash":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"},"type":"http","method":"POST","bodyType":"json"}},"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":["schema","payload_hash","metadata"],"properties":{"schema":{"enum":["agent_decision","audit_evidence","probe_record"],"type":"string"},"metadata":{"type":"object","description":"Schema-specific metadata. agent_decision requires {agent_id, decided_at, input_hash, decision_hash}"},"payload_hash":{"type":"string","pattern":"^[0-9a-f]{64}$","description":"SHA-256 hex of full payload (64 lowercase hex chars)"}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false}}}}},"description":"Anchor an AI agent decision or audit record to Base mainnet. Submit {schema, payload_hash (SHA-256 hex, 64 chars), metadata}; service queues into a Merkle batch and returns a receipt with pending_anchor status immediately. Full Merkle proof and on-chain anchor_tx available via free GET /v1/notarize/:receipt_id after batch anchors (within batch_threshold receipts or 120s). Include Idempotency-Key header to prevent double-charges on retry.","lastUpdated":"2026-09-15T08:19:11.77Z","x402Version":2}]}}