{"api":"v1","generated_at":"2026-09-15T20:46:41.724Z","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/api-agishub-com-paid-date-calculate-bfa69a","pinned_page":"https://tollindex.com/e/api-agishub-com-paid-date-calculate-bfa69a/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":"api-agishub-com-paid-date-calculate-bfa69a","canonical_url":"https://api.agishub.com/paid/date-calculate","resource":"https://api.agishub.com/paid/date-calculate","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Timezone-aware date arithmetic: add or subtract a duration to a datetime (days are calendar-based and DST-safe; hours and minutes are absolute), or compute the difference between two datetimes that may be in different zones.","service_name":null,"declared_category":null,"declared_tags":[],"route_template":null,"registry_updated":"2026-09-07T20:55:50.558Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"paid date calculate","category":"compute","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.01 USDC","amount_units":0.01,"decimals_known":true,"pay_to":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T16:57:44.360Z","calls_30d":1,"unique_payers_30d":1,"last_called_at":"2026-09-07T20:55:50.444Z"},"validation":{"latest":{"observed_at":"2026-09-15T06:25:23.442Z","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:25:23.442Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T05:54:49.541Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T05:47:29.586Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T08:04:44.219Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T12:01:44.132Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","page":"https://tollindex.com/seller/0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","endpoints":68,"hosts":1},"reports":0,"registry_record":{"cdp":[{"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","amount":"10000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"quality":{"lastCalledAt":"2026-09-07T20:55:50.444Z","l30DaysTotalCalls":1,"l30DaysUniquePayers":1},"resource":"https://api.agishub.com/paid/date-calculate","extensions":{"bazaar":{"info":{"input":{"body":{"datetime":"2026-12-25","timezone":"Europe/Madrid","operation":{"type":"add","unit":"seconds","amount":1,"to_datetime":"2026-12-25","to_timezone":"Europe/Madrid"}},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"result":"Timezone-aware date arithmetic: add or subtract a duration to a datetime (days are calendar-based and DST-safe; hours an"}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input","output"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["datetime","timezone","operation"],"properties":{"datetime":{"type":"string","description":"Base datetime: ISO 8601 or natural language."},"timezone":{"type":"string","description":"IANA timezone the base datetime is in."},"operation":{"type":"object","required":["type"],"properties":{"type":{"enum":["add","diff"],"type":"string","description":"'add' to shift the datetime by a duration, or 'diff' to measure the gap between two datetimes."},"unit":{"enum":["seconds","minutes","hours","days","weeks"],"type":"string","description":"For type 'add': one of seconds, minutes, hours, days, weeks."},"amount":{"type":"number","description":"For type 'add': how much to shift. Use a negative number to subtract."},"to_datetime":{"type":"string","description":"For type 'diff': the second datetime (ISO 8601 or natural language)."},"to_timezone":{"type":"string","description":"For type 'diff': the IANA timezone of to_datetime (defaults to the base timezone)."}},"description":"What to compute: { type:'add', amount, unit } to add/subtract a duration, or { type:'diff', to_datetime, to_timezone? } for the difference between two datetimes.","additionalProperties":false}},"additionalProperties":false},"type":{"enum":["http"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type","example"],"properties":{"type":{"enum":["json"],"type":"string"},"example":{"type":"object"}},"additionalProperties":false}}}}},"description":"Timezone-aware date arithmetic: add or subtract a duration to a datetime (days are calendar-based and DST-safe; hours and minutes are absolute), or compute the difference between two datetimes that may be in different zones.","lastUpdated":"2026-09-07T20:55:50.558Z","x402Version":2}]}}