{"uid":"cap_7vBua6R6lqOER_IaRDbgx","slug":"delx-rrule-daily-next-fire-times-8f3179dd","name":"Delx RRULE Daily Next Fire Times","description":"Next N daily fires from a DAILY RRULE-like interval. Call when expanding simple daily recurrences offline. Returns next_fire_unix list as deterministic JSON for $0.001 USDC via x402 on Base. First-party local math only—no RPC, live market feed, API keys, storage, or mediagen. Advisory only; the caller owns capital, risk, and production controls.","url":"https://api.delx.ai/api/v1/x402/rrule-daily-next","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"n":{"type":"integer","description":"Count of next fires to return"},"from_ts":{"type":"integer","description":"Start unix timestamp"},"interval_days":{"type":"integer","description":"Daily RRULE interval in days"}}},"responseSchema":{"type":"json","example":{"schema":"delx/util-rrule-daily-next/v1","next_fire_unix":[1700086400,1700172800,1700259200]}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.001","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_klHgAUTrQLTODDdP2-udE","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Computes the next N fire timestamps for a daily recurring rule (RRULE) starting from a given unix timestamp with a configurable day interval.","exampleAgentPrompt":"Starting from unix timestamp 1700000000, give me the next 7 fire times for a daily recurring rule that repeats every 2 days.","exampleUseCases":[{"title":"Daily report scheduling for agent pipeline","prompt":"I have an agent pipeline that should run a report every 3 days starting from unix timestamp 1699900000 — can you give me the next 5 scheduled run timestamps so I can queue them up?"},{"title":"Countdown to next subscription renewal","prompt":"My subscription renews daily on a 1-day interval starting from 1700000000 — show me the next 10 renewal timestamps in unix format so I can plan renewal reminders."},{"title":"Staggered batch job every 7 days","prompt":"I need to schedule a batch job that fires every 7 days starting from unix timestamp 1698768000 — what are the next 4 unix timestamps when it should trigger?"}],"resultDescription":"Returns a JSON object with a schema identifier ('delx/util-rrule-daily-next/v1') and an array of unix timestamps representing the next N fire times for the specified daily recurrence rule.","failureModes":["Missing required fields (n, from_ts, interval_days) returns validation error","Non-integer or negative interval_days may produce unexpected results","n=0 or very large n values may return empty or oversized arrays","Invalid unix timestamp (negative or far-future) may cause computation errors","Payment failure or insufficient USDC balance blocks execution"],"whenToPreferThis":"Choose this endpoint when you need to expand a simple daily recurrence rule into concrete unix timestamps for scheduling, queuing, or reminding — especially inside agent workflows that need to plan future task triggers programmatically. It is ideal when you already know your interval in days and want lightweight, deterministic timestamp expansion without a full calendar library.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:57:51.658Z","isFirstParty":false}