# Anicca x402 Live Web Search & Crypto Funding Rate API

> Anicca x402 Live Web Search & Crypto Funding Rate API is a paid API for AI agents from franklin1.tail7a0ba4.ts.net, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Provides keyless live web search via Exa and real-time cross-exchange crypto perpetual funding rate data with arbitrage signals, billed per call in USDC on Base via x402.

## Facts

- Endpoint: GET https://franklin1.tail7a0ba4.ts.net/llm
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anicca-x402-live-web-search-crypto-funding-rate-api-8d04eaa2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aefIY5JLk5OTSclRCbklH

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability anicca-x402-live-web-search-crypto-funding-rate-api-8d04eaa2
```

Example prompt: Search the web for the latest news on Ethereum ETF approvals and also pull the current BTC perpetual funding rates across Binance, Bybit, and Hyperliquid — I want to see if there are any arbitrage opportunities right now.

## When to prefer this

Choose this endpoint when an AI agent needs live web search or real-time crypto funding rate data without managing API keys or exchange credentials — it abstracts away upstream authentication and bills per call in USDC via x402. Prefer it over raw Exa or exchange APIs when the agent has no stored API keys, when cost-per-call billing is preferred over subscriptions, or when both web search and crypto data are needed in a single prompt-driven interface.

## Known failure modes

- Invalid or missing prompt parameter returns an error
- Prompt exceeding 2000 characters is rejected
- maxTokens outside 1–512 range may be rejected or clamped
- Upstream Exa API or exchange data unavailability causes service degradation
- Insufficient USDC balance or failed x402 payment results in 402 Payment Required
- Tailscale network hostname may be unreachable outside authorized network context

## How this service works

Live web search (keyless — no Exa/API account needed, we pay upstream) and real-time cross-exchange crypto funding-rate data + arbitrage signals, paid per call in USDC on Base via x402. For AI agents that need live data without holding any API keys.

## Output

Returns a JSON response containing either live web search results sourced from the Exa API, real-time perpetual futures funding rates normalized to 8-hour equivalents across Binance, Bybit, and Hyperliquid, arbitrage signals highlighting cross-exchange rate discrepancies, or a combination — all in response to the natural-language prompt provided.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "prompt"
     ],
     "properties": {
      "prompt": {
       "type": "string",
       "description": "prompt text (1..2000 characters)"
      },
      "maxTokens": {
       "type": "number",
       "description": "maximum output tokens (1..512)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anicca-x402-live-web-search-crypto-funding-rate-api-8d04eaa2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from franklin1.tail7a0ba4.ts.net](https://www.zero.xyz/host/franklin1.tail7a0ba4.ts.net/llms.txt)
