{"uid":"cap_ejDQuvwF3KQD2N40tgBIe","slug":"delx-range-list-9394828c","name":"Delx Range List","description":"Generate a Python-style range list. Call when you need index sequences for batching without local loops. Returns values list and count (bounded) for $0.001 USDC via x402 on Base. No network, no keys, no retention; first-party local JSON only. Results are advisory; the caller owns budgets, auth, and production controls.","url":"https://api.delx.ai/api/v1/x402/range-list","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"step":{"type":"integer","description":"Input field: step."},"stop":{"type":"integer","description":"Input field: stop."},"start":{"type":"integer","description":"Input field: start."}}},"responseSchema":{"type":"json","example":{"count":4,"schema":"delx/util-range-list/v1","values":[0,1,2,3]}},"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_9i0_W9PHeK79IavEExAe2","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":"Generates a Python-style integer range list (start, stop, step) and returns the values and count without requiring local computation or loops.","exampleAgentPrompt":"Generate a range list from 0 to 100 stepping by 5 so I can use the indices for batch processing.","exampleUseCases":[{"title":"Batch pagination index generation","prompt":"Give me a range list starting at 0, stopping at 500, stepping by 50, so I can use those values as offsets when paginating through API results."},{"title":"Evenly spaced sampling indices","prompt":"I need a list of every 10th index from 0 to 1000 — generate a range starting at 0, stopping at 1000, stepping by 10, so I can sample items at those positions."},{"title":"Countdown sequence for workflow steps","prompt":"Generate a range from 100 down to 0 stepping by 25 so I can label the progress milestones in my workflow."}],"resultDescription":"Returns a JSON object with a 'values' array containing the computed integers in the range and a 'count' integer representing how many values were produced, bounded to safe limits.","failureModes":["Invalid or non-integer input for start, stop, or step returns a validation error","Step of zero causes a division-by-zero or infinite-range error","Range that exceeds the bounded maximum count is capped or rejected","Missing required fields (stop) may return a 400-style error","Payment not received or insufficient USDC balance results in 402 Payment Required"],"whenToPreferThis":"Choose this endpoint when an AI agent needs to generate integer index sequences for batching, pagination, or enumeration without executing local Python code or loops. It is ideal in sandboxed or restricted environments where local computation is unavailable, or when you want a declarative, auditable record of the range computation as a bounded JSON result.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T19:02:42.289Z","isFirstParty":false}