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

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

Answers free-text prompts by performing a live web search or returning real-time cross-exchange crypto funding-rate and arbitrage data, billed per call in USDC on Base via x402 with no API keys required.

## Facts

- Endpoint: GET https://aniccanomac-mini-1.tail7a0ba4.ts.net:8443/llm
- Price: $0.02/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-seller-live-web-search-crypto-funding-rate-data-90927345
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_i0kJxwKYsbzuA7Si3UOQV

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-data-90927345
```

Example prompt: Search the web to find the latest news about the Bitcoin ETF approvals, and also pull current BTC perpetual funding rates across major exchanges to see if there's an arbitrage opportunity — I don't want to manage any API keys myself.

## When to prefer this

Choose this endpoint when an AI agent needs live web search or real-time crypto funding-rate data without holding or managing any third-party API keys. It is especially valuable in agent pipelines where credential management is a burden, or when combining web search with crypto market intelligence in a single paid-per-call model on Base. It is less appropriate for batch historical data retrieval, on-chain transaction execution, or use cases requiring more than 512 tokens of output.

## Known failure modes

- Prompt missing or empty — 400 bad request
- Prompt exceeds 2000 characters — validation error
- maxTokens out of range (>512) — validation error
- Upstream web search provider temporarily unavailable — partial or degraded response
- Insufficient USDC balance on Base for x402 payment — 402 payment required with no content
- Funding rate data feed latency — stale or incomplete exchange data returned

## 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 to the prompt, synthesized from live web search results and/or real-time cross-exchange crypto funding-rate and arbitrage data, up to the specified maxTokens length.

## 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-data-90927345/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aniccanomac-mini-1.tail7a0ba4.ts.net:8443](https://www.zero.xyz/host/aniccanomac-mini-1.tail7a0ba4.ts.net%3A8443/llms.txt)
