# Bybit Funding Rate APY Endpoint

> Bybit Funding Rate APY Endpoint is a paid API for AI agents from mi-desktop.rainbow-dab.ts.net:10000, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-19).

Returns the top positive and negative funding APYs across all Bybit perpetual contracts, including aggregate perp count

## Facts

- Endpoint: GET https://mi-desktop.rainbow-dab.ts.net:10000/v1/funding/apy
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-19
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bybit-funding-rate-apy-endpoint-06a009bc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2RSMJWIOWvLIzjB3hn8IH

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 bybit-funding-rate-apy-endpoint-06a009bc
```

Example prompt: What are the top Bybit perpetual contracts paying positive funding APY right now — show me the best opportunities and the total number of perps tracked?

## When to prefer this

Use this endpoint when you need real-time Bybit perpetual funding APY rankings without managing API keys or registration. Ideal for agents performing yield-farming analysis, funding rate arbitrage scouting, or crypto derivatives market monitoring. Prefer this over Bybit's native API when you want pay-per-request access via USDC micropayments on Base.

## Known failure modes

- Payment not settled via x402/USDC on Base — request rejected with 402
- Bybit data temporarily unavailable — upstream timeout or empty response
- Malformed or missing query parameters — though this endpoint appears to take no inputs, unexpected headers may cause errors
- Rate limiting or network issues on the ts.net host

## How this service works

Pay-per-request data endpoints for AI agents: crypto prices, Bybit funding APY, verified testnet airdrop landscape, DeFi stablecoin yields, GitHub trending, agent-economy market pulse, and an EVM tx preflight (gas + USD cost + ERC-20 metadata). Pay with USDC on Base via x402 - no API keys, no registration.

## Output

Returns a JSON object with the total count of perpetual contracts tracked, and a ranked list of top positive funding APY entries, each containing the symbol (e.g. BTCUSDT) and its annualized funding rate as a percentage.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "perp_count": 772,
  "top_positive_apy": [
   {
    "symbol": "BTCUSDT",
    "funding_apy_pct": 11
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bybit-funding-rate-apy-endpoint-06a009bc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mi-desktop.rainbow-dab.ts.net:10000](https://www.zero.xyz/host/mi-desktop.rainbow-dab.ts.net%3A10000/llms.txt)
