# Anicca x402 Seller — Live Web Search & Crypto Funding Rate API

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

Provides live web search results and real-time cross-exchange crypto funding-rate data with arbitrage signals, paid per call in USDC on Base via x402 with no API keys required.

## Facts

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

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-seller-live-web-search-crypto-funding-rate-api-d637b6bf
```

Example prompt: Search the live web for the latest news on Ethereum ETF approvals and also pull the current funding rates for ETH perpetuals across Binance, Bybit, and OKX so I can see if there's an arbitrage spread worth noting — keep the response under 400 tokens.

## When to prefer this

Choose this endpoint when your AI agent needs live web search or real-time crypto funding-rate data without managing API keys or upstream accounts. It is ideal for agent pipelines that pay per-use in USDC on Base via x402, avoiding subscription overhead. Prefer it over self-managed Exa or exchange API integrations when simplicity and keyless operation matter more than fine-grained configuration.

## Known failure modes

- Prompt exceeds 2000 characters — request rejected
- maxTokens outside 1–512 range — validation error
- Upstream Exa search unavailable — degraded or empty web results
- Payment in USDC on Base fails or is insufficient — 402 Payment Required returned
- Response truncated if content exceeds maxTokens limit
- Network timeout if upstream exchange APIs are slow

## 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

A JSON response containing a natural-language answer generated from live web search results and/or real-time cross-exchange crypto funding-rate data, capped at the requested maxTokens length. The response reflects current information retrieved at call time without requiring the caller to hold upstream API credentials.

## 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-seller-live-web-search-crypto-funding-rate-api-d637b6bf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from franklin2.tail7a0ba4.ts.net](https://www.zero.xyz/host/franklin2.tail7a0ba4.ts.net/llms.txt)
