Delx Fibonacci is a paid API for AI agents from api.delx.ai, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-13).
Computes the Nth Fibonacci number for integer n up to 78, returning a structured JSON receipt for a micropayment of $0.001 USDC.
Nth Fibonacci (n≤78). Use for sequences, demos, or test fixtures without shipping a math package. Returns F(n) for n up to 78 with a structured receipt. $0.001 USDC per successful call via x402 on Base—deterministic first-party JSON, no API key, no subscription, and nothing is billed on structured validation errors.
Returns a structured JSON object containing the input index n, the computed Fibonacci value F(n), and a receipt confirming the successful call. No extraneous data; deterministic and consistent across calls for the same n.
POSThttps://api.delx.ai/api/v1/x402/fibonacciChoose this endpoint when you need a reliable, server-side computation of a Fibonacci number without shipping or maintaining a math library in your agent's runtime. Ideal for test fixtures, demos, or pipeline steps that need a deterministic integer value. Prefer it over local computation when you want a first-party signed receipt to prove the result. Not suited for computing sequences beyond index 78 or for bulk generation of many Fibonacci numbers in a single call.
| Field | Type | Description |
|---|---|---|
| n | integer | Integer input (see tool summary for allowed range). |
{
"type": "json",
"example": {
"n": 42,
"value": 267914296,
"schema": "delx/fibonacci/v1"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"