# Anicca x402 Crypto Funding Rates

> Anicca x402 Crypto Funding Rates 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-15).

Returns real-time cross-exchange crypto funding rates and arbitrage signals for a given symbol, paid per call in USDC via x402 with no API key required.

## Facts

- Endpoint: GET https://franklin2.tail7a0ba4.ts.net/funding-rates
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anicca-x402-crypto-funding-rates-63da1988
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uyO9SnJMwxHbpTOpowbsO

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-crypto-funding-rates-63da1988
```

Example prompt: What are the current funding rates for BTC across all exchanges, and are there any arbitrage opportunities right now?

## When to prefer this

Choose this endpoint when an AI agent needs real-time cross-exchange crypto funding rate data without holding any upstream API keys, especially in keyless or wallet-only agent architectures. Ideal for agents that pay per call in USDC on Base via x402 and need live arbitrage signals for perpetual futures strategies.

## Known failure modes

- Payment failure if the x402 USDC payment on Base is not processed correctly — returns 402 Payment Required
- Invalid or unsupported symbol parameter returns an error or empty result
- Network timeout if upstream exchange data is temporarily unavailable
- Rate data may be stale if upstream exchange APIs are slow or unresponsive

## 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 real-time funding rates for the requested crypto symbol across multiple exchanges, along with computed arbitrage signals or spread data indicating where rates diverge meaningfully.

## 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": [],
     "properties": {
      "symbol": {
       "type": "string"
      }
     }
    }
   },
   "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-crypto-funding-rates-63da1988/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)
