# 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 claude-p.tail7a0ba4.ts.net, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

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

## Facts

- Endpoint: GET https://claude-p.tail7a0ba4.ts.net/llm
- Price: $0.02/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-live-web-search-crypto-funding-rate-api-86f039f5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_12wnWTADCNCpim7YyTP80

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-86f039f5
```

Example prompt: Search the live web for the latest news on the Federal Reserve interest rate decision and give me a concise summary — use no more than 300 tokens.

## When to prefer this

Choose this endpoint when an AI agent needs live web search or real-time crypto funding-rate data without holding any API keys or subscriptions — the endpoint handles upstream authentication transparently. Ideal for agent pipelines that want a simple pay-per-call model (USDC on Base via x402) with no account management overhead. Best when the query fits within 512 output tokens and requires current, not cached, information.

## Known failure modes

- Payment not received or insufficient USDC balance — returns 402 Payment Required
- Prompt exceeds 2000 characters — request rejected
- maxTokens outside 1–512 range — validation error
- Upstream web search or exchange data temporarily unavailable — may return degraded or empty results
- Network timeout on Tailscale-hosted endpoint — connection error

## 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 an LLM-synthesized answer to the prompt, drawing on live web search results or real-time cross-exchange crypto funding-rate data and arbitrage signals, up to the requested maxTokens limit.

## 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-86f039f5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from claude-p.tail7a0ba4.ts.net](https://www.zero.xyz/host/claude-p.tail7a0ba4.ts.net/llms.txt)
