{"api":"v1","generated_at":"2026-09-16T00:45:52.155Z","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/retry-exende-dev-v1-retries-dffde9","pinned_page":"https://tollindex.com/e/retry-exende-dev-v1-retries-dffde9/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":"retry-exende-dev-v1-retries-dffde9","canonical_url":"https://retry.exende.dev/v1/retries","resource":"https://retry.exende.dev/v1/retries","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Execute HTTPS requests reliably with automatic retries for rate limits, temporary server failures, network errors and timeouts. One $0.02 USDC payment creates one durable job with up to 8 attempts and a 24 hour lifetime.","service_name":"Exende Retry","declared_category":null,"declared_tags":["http","retries","durability","agents"],"route_template":null,"registry_updated":"2026-08-25T21:24:26.240Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"retries","category":"compute","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: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":"0x9d2526Fa73fcb300B78075c4446Ec0B306f1a3f9","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T21:20:12.737Z","calls_30d":3,"unique_payers_30d":2,"last_called_at":"2026-08-25T21:24:25.744Z"},"validation":{"latest":{"observed_at":"2026-09-15T06:47:08.725Z","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:47:08.725Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T06:15:01.922Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T06:06:02.937Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T08:23:24.383Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T13:56:16.019Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x9d2526Fa73fcb300B78075c4446Ec0B306f1a3f9","page":"https://tollindex.com/seller/0x9d2526Fa73fcb300B78075c4446Ec0B306f1a3f9","endpoints":3,"hosts":3},"reports":0,"registry_record":{"cdp":[{"tags":["http","retries","durability","agents"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x9d2526Fa73fcb300B78075c4446Ec0B306f1a3f9","amount":"20000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"quality":{"lastCalledAt":"2026-08-25T21:24:25.744Z","l30DaysTotalCalls":3,"l30DaysUniquePayers":2},"resource":"https://retry.exende.dev/v1/retries","extensions":{"bazaar":{"info":{"input":{"body":{"retry":{"strategy":"exponential","max_attempts":8,"max_delay_seconds":300,"initial_delay_seconds":5},"request":{"url":"https://api.example.com/data","method":"GET","headers":{}},"callback_url":"https://agent.example.com/retry-complete","callback_secret":"client-generated-secret-with-at-least-32-characters"},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"id":"retry_0123456789abcdef0123456789abcdef","status":"pending","attempts":0,"created_at":"2026-08-24T12:00:00.000Z","read_token":"ex_retry_read_REDACTED","status_url":"https://retry.exende.dev/v1/retries/retry_0123456789abcdef0123456789abcdef","max_attempts":8,"next_attempt_at":"2026-08-24T12: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":["request"],"properties":{"retry":{"type":"object","properties":{"strategy":{"enum":["fixed","exponential"],"type":"string","default":"exponential"},"max_attempts":{"type":"integer","default":8,"maximum":8,"minimum":1,"description":"Included outbound attempts for the $0.02 paid job."},"max_delay_seconds":{"type":"integer","default":300,"maximum":3600,"minimum":2},"initial_delay_seconds":{"type":"integer","default":5,"maximum":3600,"minimum":2}},"additionalProperties":false},"request":{"type":"object","required":["method","url"],"properties":{"url":{"type":"string","format":"uri","description":"Public HTTPS destination for the durable request."},"body":{"description":"Optional JSON-compatible outbound request body. GET bodies are not accepted."},"method":{"enum":["GET","POST","PUT","PATCH","DELETE"],"type":"string"},"headers":{"type":"object","maxProperties":32,"additionalProperties":{"type":"string"}}},"additionalProperties":false},"callback_url":{"type":"string","format":"uri","description":"Optional HTTPS endpoint for one signed terminal callback delivery workflow. Requires callback_secret."},"success_codes":{"type":"array","items":{"type":"integer","maximum":599,"minimum":100},"maxItems":100,"minItems":1},"callback_secret":{"type":"string","maxLength":512,"minLength":32,"description":"Client-generated HMAC-SHA256 secret. Required with callback_url, encrypted at rest, and never returned."},"retry_status_codes":{"type":"array","items":{"type":"integer","maximum":599,"minimum":100},"maxItems":100}},"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","required":["id","status","attempts","max_attempts","created_at","next_attempt_at","status_url","read_token"],"properties":{"id":{"type":"string","pattern":"^retry_[a-f0-9]{32}$"},"status":{"type":"string","const":"pending"},"attempts":{"type":"integer","const":0},"created_at":{"type":"string","format":"date-time"},"read_token":{"type":"string","description":"Bearer capability for status and attempt history. Treat as secret."},"status_url":{"type":"string","format":"uri"},"max_attempts":{"type":"integer","maximum":8,"minimum":1},"next_attempt_at":{"type":"string","format":"date-time"}},"additionalProperties":false}}}}}},"builder-code":{"info":{"a":"exende_retry","s":["cdp_sdk_server"]},"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}$"},"maxItems":11,"description":"Service builder codes"},"w":{"type":"string","pattern":"^[a-z0-9_]{1,32}$","description":"Wallet builder code"}},"additionalProperties":false}},"payment-identifier":{"info":{"required":true},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["required"],"properties":{"id":{"type":"string","pattern":"^[a-zA-Z0-9_-]+$","maxLength":128,"minLength":16},"required":{"type":"boolean"}}}},"eip2612GasSponsoring":{},"erc20ApprovalGasSponsoring":{}},"description":"Execute HTTPS requests reliably with automatic retries for rate limits, temporary server failures, network errors and timeouts. One $0.02 USDC payment creates one durable job with up to 8 attempts and a 24 hour lifetime.","lastUpdated":"2026-08-25T21:24:26.24Z","serviceName":"Exende Retry","x402Version":2}]}}