# Anicca x402 Research – Live Web Search & Crypto Funding Rate Data

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

Performs live web searches and retrieves real-time cross-exchange crypto funding-rate data and arbitrage signals, paid per call in USDC via x402 with no API keys required.

## Facts

- Endpoint: GET https://franklin2.tail7a0ba4.ts.net/research
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anicca-x402-research-live-web-search-crypto-funding-rate-data-5c129676
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_L9N9dxaoqB3h39TKydt2z

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-research-live-web-search-crypto-funding-rate-data-5c129676
```

Example prompt: Search for the latest funding rates for BTC perpetuals across Binance, Bybit, and OKX and flag any arbitrage opportunities — I don't have an Exa or exchange API key, so use the keyless research endpoint.

## When to prefer this

Choose this endpoint when your AI agent needs live web search results or real-time crypto funding-rate and arbitrage data but cannot or should not store upstream API keys (Exa, exchange APIs). It is ideal for keyless agent deployments that pay per call in USDC on Base via the x402 protocol, avoiding the overhead of managing multiple API credentials. Prefer it over self-managed search APIs when simplicity, pay-per-use economics, and zero-key operation are priorities.

## Known failure modes

- Missing required 'q' query parameter returns a 400-level error
- Upstream Exa or exchange API unavailability causes degraded or empty results
- Payment failure via x402 (insufficient USDC balance on Base) results in 402 Payment Required
- Non-GET methods rejected with 405 Method Not Allowed
- Rate limiting or upstream quota exhaustion may return partial or no results

## 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 object containing live web search results and/or real-time cross-exchange crypto funding-rate data and arbitrage signals relevant to the queried topic, sourced without requiring the caller to hold any upstream API keys.

## 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": [
      "q"
     ],
     "properties": {
      "q": {
       "type": "string",
       "description": "topic to research"
      }
     }
    }
   },
   "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-research-live-web-search-crypto-funding-rate-data-5c129676/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)
