# Anicca x402 Live Search & Crypto Funding Rate Agent

> Anicca x402 Live Search & Crypto Funding Rate Agent is a paid API for AI agents from aniccanomac-mini-1.tail7a0ba4.ts.net:10000, paid per call via x402, $0.015/call, status down (last checked 2026-09-15).

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

## Facts

- Endpoint: GET https://aniccanomac-mini-1.tail7a0ba4.ts.net:10000/llm
- Price: $0.015/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anicca-x402-live-search-crypto-funding-rate-agent-c9765b08
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__ydj_Boze9HnQHreZVmUd

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-search-crypto-funding-rate-agent-c9765b08
```

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 to see if there are any arbitrage opportunities — just send the prompt as a natural language question.

## When to prefer this

Choose this endpoint when your AI agent needs live web search or real-time crypto funding rate data without managing any API keys or subscriptions. It is ideal for autonomous agents that want to pay per call in USDC on Base via x402 rather than holding credentials. Prefer it over raw exchange APIs when you need normalized cross-exchange funding rate comparison in a single call, or over direct Exa integration when you want to avoid key management overhead.

## Known failure modes

- Prompt missing or empty — returns 400 with validation error
- Prompt exceeds 2000 characters — rejected by schema validation
- maxTokens exceeds 512 — capped or rejected
- Payment not fulfilled via x402 — returns 402 Payment Required before processing
- Upstream Exa search outage — web search results unavailable
- Exchange API downtime (Binance/Bybit/Hyperliquid) — funding rate data stale or missing
- Network timeout on Tailscale-hosted server — connection refused or timeout

## 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 an LLM-formatted JSON response containing either live web search results summarized as text, or real-time cross-exchange perpetual funding rate data (normalized to 8h equivalent) with arbitrage spread signals, depending on the prompt provided. Output tokens are capped at up to 512 by default.

## 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-search-crypto-funding-rate-agent-c9765b08/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aniccanomac-mini-1.tail7a0ba4.ts.net:10000](https://www.zero.xyz/host/aniccanomac-mini-1.tail7a0ba4.ts.net%3A10000/llms.txt)
