{"id":"a9876bdf-d673-4c89-a964-20990a3e9287","url":"https://retry.exende.dev/v1/retries","method":"POST","fingerprint":"da017597ad9141a386cd197d223c98d6363c94c1a25b2bb58b61846972a3e2dc","name":"Exende Retry","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.","category":"other","docs_url":null,"advertised_price_usd":"0.020000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","scheme":"exact","networks":["eip155:8453"],"pay_to":"0x9d2526Fa73fcb300B78075c4446Ec0B306f1a3f9","input_schema":{"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_schema":{"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}}},"schema_completeness":0,"status":"unknown","first_seen_at":"2026-08-25 11:00:00.946488+00","last_seen_at":"2026-08-25 10:59:59.411+00","last_success_at":null,"dead_since":null,"probe_backoff_tier":0,"next_probe_at":"2026-09-14 17:19:51.875+00","search_tsv":"'0.02':21 '24':35 '8':31 'attempt':32 'automat':8 'creat':24 'durabl':26 'error':17 'execut':3 'exend':1 'failur':15 'hour':36 'https':4 'job':27 'lifetim':37 'limit':12 'network':16 'one':20,25 'payment':23 'rate':11 'reliabl':6 'request':5 'retri':2,9 'server':14 'temporari':13 'timeout':19 'usdc':22","catalog_number":"17511","x402_version":2,"resource_url":"https://retry.exende.dev/v1/retries","resource_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.","bazaar_extension":{"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}}}}}},"accepted_requirements":[{"raw":{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x9d2526Fa73fcb300B78075c4446Ec0B306f1a3f9","amount":"20000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300},"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x9d2526Fa73fcb300B78075c4446Ec0B306f1a3f9","scheme":"exact","network":"eip155:8453","amountAtomic":"20000"}],"bazaar_compatible":null,"bazaar_validated_at":null,"bazaar_validation_error":null,"window":"24h","probes_n":0,"handshake_uptime":0,"settle_success_rate":0,"valid_result_rate":null,"latency_p50":null,"latency_p90":null,"price_drift_pct":null,"score":0,"computed_at":"2026-09-14 16:14:59.479+00","source_metadata":[{"raw":{"url":"https://retry.exende.dev/v1/retries","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"},"name":"Exende Retry","method":"POST","source":"bazaar:api.cdp.coinbase.com","fingerprint":"da017597ad9141a386cd197d223c98d6363c94c1a25b2bb58b61846972a3e2dc","inputSchema":{"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},"resourceUrl":"https://retry.exende.dev/v1/retries","serviceName":"Exende Retry","x402Version":2,"outputSchema":{"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}}},"acceptedAssets":["0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"],"bazaarExtension":{"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}}}}}},"supportedNetworks":["eip155:8453"],"advertisedPriceUsd":0.02,"paymentRequirements":[{"raw":{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x9d2526Fa73fcb300B78075c4446Ec0B306f1a3f9","amount":"20000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300},"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x9d2526Fa73fcb300B78075c4446Ec0B306f1a3f9","scheme":"exact","network":"eip155:8453","amountAtomic":"20000"}],"resourceDescription":"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.","acceptedPaymentMethods":[]},"source_id":1,"external_id":null}],"live_endpoint_metadata":{"x402_version":2,"resource_url":"https://retry.exende.dev/v1/retries","resource_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.","bazaar_extension":{"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}}}}}},"accepted_requirements":[{"raw":{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x9d2526Fa73fcb300B78075c4446Ec0B306f1a3f9","amount":"20000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300},"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x9d2526Fa73fcb300B78075c4446Ec0B306f1a3f9","scheme":"exact","network":"eip155:8453","amountAtomic":"20000"}],"bazaar_compatible":null,"bazaar_validated_at":null,"bazaar_validation_error":null},"sonar_metrics":{"score":0,"uptime":0,"paid_success_rate":0,"valid_result_rate":null,"latency_p50":null,"latency_p90":null,"price_drift_pct":null},"cdp_indexed":false,"confidence":"low"}