# Kronos Funding Arbitrage Signal – SOL

> Kronos Funding Arbitrage Signal – SOL is a paid API for AI agents from kronossignals.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns cross-venue funding rate arbitrage signals for SOL, including gross and net-of-fees spread between the best short and long venues across Binance, OKX, Bybit, KuCoin, Bitget, and Hyperliquid.

## Facts

- Endpoint: GET https://kronossignals.com/api/v1/funding-arb/sol
- 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/kronos-funding-arbitrage-signal-sol-325d54f7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_q3uvjd61_999nidNoAlLT

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 kronos-funding-arbitrage-signal-sol-325d54f7
```

Example prompt: What's the current SOL funding rate arbitrage spread across Binance, OKX, Bybit, KuCoin, Bitget, and Hyperliquid — give me the gross and net-of-fees spread in bps and tell me whether it's actionable?

## When to prefer this

Use this endpoint when you specifically need cross-venue funding rate arbitrage signals for SOL across the six major perpetual futures venues (Binance, OKX, Bybit, KuCoin, Bitget, Hyperliquid). It is ideal for delta-neutral funding arb strategies, real-time screening for actionable spreads, and automated trading signals. Prefer it over generic funding rate feeds when you need net-of-fees spread calculations and a ready-made actionability label rather than raw rates you'd have to compare yourself.

## Known failure modes

- Payment not processed – x402 payment of $0.02 USDC required before data is returned
- Venue data unavailable – one or more exchanges may have delayed or missing funding rate data
- Asset not covered – this endpoint is specific to SOL; other assets use different paths
- Rate limiting – repeated calls in short succession may be throttled
- Stale data – funding rates are real-time but upstream venue APIs may lag

## How this service works

Cross-venue funding arbitrage signal from real-time 8h-equivalent funding rates on Binance, OKX, Bybit, KuCoin, Bitget and Hyperliquid. Returns the gross and net-of-fees spread between the best short venue and best long venue (gross_spread_bps, net_spread_bps after a 20 bps round-trip fee estimate), spread_8h_normalized, venues_count, per-venue rates with funding_interval_hours, annualized_pct, and an actionability label. All 17 assets. $0.02 USDC via x402.

## Output

Returns a structured JSON object with gross_spread_bps and net_spread_bps (after an estimated 20 bps round-trip fee), spread_8h_normalized, venues_count, per-venue funding rates including funding_interval_hours and annualized_pct, and an actionability label indicating whether the spread is worth trading. Covers Binance, OKX, Bybit, KuCoin, Bitget, and Hyperliquid for SOL.

## 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"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kronos-funding-arbitrage-signal-sol-325d54f7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kronossignals.com](https://www.zero.xyz/host/kronossignals.com/llms.txt)
