$0.02
per call · USD Coin on Base
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.
Endpoint
POST https://retry.exende.dev/v1/retries3
Calls / 30d
2
Unique payers / 30d
Aug 25
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://retry.exende.dev/v1/retries", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"callback_secret": "client-generated-secret-with-at-least-32-characters",
"callback_url": "https://agent.example.com/retry-complete",
"request": {
"headers": {},
"method": "GET",
"url": "https://api.example.com/data"
},
"retry": {
"initial_delay_seconds": 5,
"max_attempts": 8,
"max_delay_seconds": 300,
"strategy": "exponential"
}
}),
});
const data = await res.json();curl -X POST \
"https://retry.exende.dev/v1/retries" \
-H "Content-Type: application/json" \
-d '{"callback_secret":"client-generated-secret-with-at-least-32-characters","callback_url":"https://agent.example.com/retry-complete","request":{"headers":{},"method":"GET","url":"https://api.example.com/data"},"retry":{"initial_delay_seconds":5,"max_attempts":8,"max_delay_seconds":300,"strategy":"exponential"}}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"attempts": 0,
"created_at": "2026-08-24T12:00:00.000Z",
"id": "retry_0123456789abcdef0123456789abcdef",
"max_attempts": 8,
"next_attempt_at": "2026-08-24T12:00:00.000Z",
"read_token": "ex_retry_read_REDACTED",
"status": "pending",
"status_url": "https://retry.exende.dev/v1/retries/retry_0123456789abcdef0123456789abcdef"
}Payment details
0x9d2526fa73fcb300b78075c4446ec0b306f1a3f9USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of AI & Inference and the homepage with a featured placement.
More from Exende Retry & similar services
BlockRun.AI · EXA Contents
blockrun.ai
Extract full text content from specific URLs. Priced at $0.002/URL — total = urls.length × $0.002.
BlockRun.AI · EXA Search
blockrun.ai
Neural and keyword web search. Optional category filter: company, research paper, news, pdf, github, tweet, personal site, linkedin profile, financial report.
BlockRun.AI · EXA Answer
blockrun.ai
Get an AI-generated answer to a question grounded in live web search results.