E

Exende Retry · Retries

by Exende Retry

POSTBase

$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/retries

3

Calls / 30d

2

Unique payers / 30d

Aug 25

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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
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

Pay to0x9d2526fa73fcb300b78075c4446ec0b306f1a3f9
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of AI & Inference and the homepage with a featured placement.

Get featured →

More from Exende Retry & similar services